aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-3/+3
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsGravatar Josef Bacik 1-3/+2
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerGravatar Christoph Hellwig 1-24/+17
2022-09-26btrfs: pass the operation to btrfs_bio_allocGravatar Christoph Hellwig 1-3/+1
2022-09-20btrfs: add manual PSI accounting for compressed readsGravatar Christoph Hellwig 1-2/+12
2022-09-11btrfs: convert end_compressed_writeback() to use filemap_get_folios()Gravatar Vishal Moola (Oracle) 1-16/+15
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-257/+102
2022-07-25btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readGravatar Christoph Hellwig 1-22/+2
2022-07-25btrfs: fix repair of compressed extentsGravatar Christoph Hellwig 1-113/+58
2022-07-25btrfs: simplify the pending I/O counting in struct compressed_bioGravatar Christoph Hellwig 1-95/+30
2022-07-25btrfs: do not return errors from btrfs_map_bioGravatar Christoph Hellwig 1-6/+2
2022-07-25btrfs: remove btrfs_end_io_wqGravatar Christoph Hellwig 1-4/+0
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesGravatar Christoph Hellwig 1-22/+22
2022-07-25btrfs: remove redundant calls to flush_dcache_pageGravatar David Sterba 1-2/+0
2022-07-25btrfs: introduce a data checksum checking helperGravatar Qu Wenruo 1-9/+4
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-3/+3
2022-05-16btrfs: derive compression type from extent map during readsGravatar Goldwyn Rodrigues 1-5/+5
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readGravatar Christoph Hellwig 1-6/+5
2022-05-16btrfs: do not pass compressed_bio to submit_compressed_bio()Gravatar Goldwyn Rodrigues 1-3/+2
2022-05-16btrfs: factor out allocating an array of pagesGravatar Sweet Tea Dorminy 1-21/+15
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionGravatar Dennis Zhou 1-0/+8
2022-03-14btrfs: do not double complete bio on errors during compressed readsGravatar Josef Bacik 1-6/+14
2022-03-14btrfs: track compressed bio errors as blk_status_tGravatar Josef Bacik 1-11/+13
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readGravatar Josef Bacik 1-5/+3
2022-03-14btrfs: check correct bio in finish_compressed_bio_readGravatar Josef Bacik 1-1/+1
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEGravatar Omar Sandoval 1-2/+5
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Gravatar Omar Sandoval 1-1/+1
2022-01-07btrfs: remove unnecessary parameter type from compression_decompress_bioGravatar Su Yue 1-4/+4
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootGravatar Josef Bacik 1-1/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-277/+404
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"Gravatar David Sterba 1-1/+2
2021-10-26btrfs: subpage: make end_compressed_bio_writeback() compatibleGravatar Qu Wenruo 1-1/+3
2021-10-26btrfs: subpage: make btrfs_submit_compressed_write() compatibleGravatar Qu Wenruo 1-1/+2
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Gravatar Qu Wenruo 1-82/+59
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Gravatar Qu Wenruo 1-71/+97
2021-10-26btrfs: introduce alloc_compressed_bio() for compressionGravatar Qu Wenruo 1-32/+58
2021-10-26btrfs: introduce submit_compressed_bio() for compressionGravatar Qu Wenruo 1-26/+19
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_write()Gravatar Qu Wenruo 1-36/+62
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_read()Gravatar Qu Wenruo 1-50/+83
2021-10-26btrfs: subpage: add bitmap for PageChecked flagGravatar Qu Wenruo 1-2/+8
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioGravatar Qu Wenruo 1-33/+42
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleGravatar Qu Wenruo 1-32/+58
2021-10-26btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Gravatar Qu Wenruo 1-2/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-8/+8
2021-10-26btrfs: remove btrfs_bio_alloc() helperGravatar Qu Wenruo 1-4/+8
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-08-23btrfs: rework btrfs_decompress_buf2page()Gravatar Qu Wenruo 1-79/+65
2021-08-23btrfs: grab correct extent map for subpage compressed extent readGravatar Qu Wenruo 1-3/+6
2021-08-23btrfs: disable compressed readahead for subpageGravatar Qu Wenruo 1-0/+10