Timofey Titovets
|
c2fcdcdf36
Btrfs: add skeleton code for compression heuristic
|
8 lat temu |
Nick Terrell
|
26b28dce50
btrfs: Keep one more workspace around
|
8 lat temu |
Nick Terrell
|
5c1aab1dd5
btrfs: Add zstd support
|
8 lat temu |
Linus Torvalds
|
bc243704fb
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
|
8 lat temu |
David Sterba
|
c09abff87f
btrfs: cloned bios must not be iterated by bio_for_each_segment_all
|
8 lat temu |
Linus Torvalds
|
8c27cb3566
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
|
8 lat temu |
Dan Carpenter
|
0e9350de2e
btrfs: use new block error code
|
8 lat temu |
David Sterba
|
c821e7f3da
btrfs: pass bytes to btrfs_bio_alloc
|
8 lat temu |
David Sterba
|
9886b17433
btrfs: opencode trivial compressed_bio_alloc, simplify error handling
|
8 lat temu |
David Sterba
|
9f2179a5e7
btrfs: remove redundant parameters from btrfs_bio_alloc
|
8 lat temu |
David Sterba
|
fe30853307
btrfs: add memalloc_nofs protections around alloc_workspace callback
|
8 lat temu |
Anand Jain
|
e1ddce71d6
btrfs: reduce arguments for decompress_bio ops
|
8 lat temu |
Anand Jain
|
8140dc30a4
btrfs: btrfs_decompress_bio() could accept compressed_bio instead
|
8 lat temu |
Christoph Hellwig
|
4e4cbee93d
block: switch bios to blk_status_t
|
8 lat temu |
Elena Reshetova
|
a50299ae7c
btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_t
|
8 lat temu |
David Sterba
|
e5d7490236
btrfs: derive maximum output size in the compression implementation
|
8 lat temu |
David Sterba
|
4d3a800ebb
btrfs: merge nr_pages input and output parameter in compress_pages
|
8 lat temu |
David Sterba
|
38c3146408
btrfs: merge length input and output parameter in compress_pages
|
8 lat temu |
David Sterba
|
14a3357b40
btrfs: constify buffers used by compression helpers
|
8 lat temu |
Nikolay Borisov
|
f898ac6ae3
btrfs: make check_compressed_csum take btrfs_inode
|
8 lat temu |
Nikolay Borisov
|
0970a22e58
btrfs: make btrfs_print_data_csum_error take btrfs_inode
|
8 lat temu |
Qu Wenruo
|
6f6b643e44
btrfs: Better csum error message for data csum mismatch
|
8 lat temu |
Nikolay Borisov
|
4a0cc7ca6c
btrfs: Make btrfs_ino take a struct btrfs_inode
|
8 lat temu |
Omar Sandoval
|
6e78b3f7a1
Btrfs: fix btrfs_decompress_buf2page()
|
8 lat temu |
Jeff Mahoney
|
2ff7e61e0d
btrfs: take an fs_info directly when the root is not used otherwise
|
9 lat temu |
Jeff Mahoney
|
0b246afa62
btrfs: root->fs_info cleanup, add fs_info convenience variables
|
9 lat temu |
Jeff Mahoney
|
da17066c40
btrfs: pull node/sector/stripe sizes out of root and into fs_info
|
9 lat temu |
Christoph Hellwig
|
2a4d0c9068
btrfs: calculate end of bio offset properly
|
8 lat temu |
Christoph Hellwig
|
81381053d0
btrfs: use bi_size
|
8 lat temu |
Christoph Hellwig
|
974b1adc3b
btrfs: use bio iterators for the decompression handlers
|
8 lat temu |