summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
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
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik
2020-10-07btrfs: compression: move declarations to headerDavid Sterba
2020-07-27btrfs: remove fail label in check_compressed_csumNikolay Borisov
2020-07-27btrfs: increment corrupt device counter during compressed readNikolay Borisov
2020-07-27btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readNikolay Borisov
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov
2020-05-25btrfs: unexport btrfs_compress_set_level()Anand Jain
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval
2019-12-30btrfs: fix compressed write bio blkcg attributionDennis Zhou
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba