summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou
2022-03-14btrfs: do not double complete bio on errors during compressed readsJosef Bacik
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik
2022-03-14btrfs: check correct bio in finish_compressed_bio_readJosef Bacik
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval
2022-01-07btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba
2021-10-26btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo
2021-10-26btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo
2021-10-26btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo
2021-10-26btrfs: introduce submit_compressed_bio() for compressionQu Wenruo
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo
2021-10-26btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo
2021-08-23btrfs: grab correct extent map for subpage compressed extent readQu Wenruo
2021-08-23btrfs: disable compressed readahead for subpageQu Wenruo
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-06-21btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain
2021-06-21btrfs: reduce the variable size to fit nr_pagesAnand Jain
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny