aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo1-14/+0
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-3/+1
2021-06-21btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain1-3/+0
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain1-3/+3
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain1-3/+3
2021-06-21btrfs: reduce the variable size to fit nr_pagesAnand Jain1-3/+3
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba1-1/+1
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn1-12/+4
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+12
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo1-5/+12
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+38
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn1-4/+38
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-4/+1
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny1-2/+2
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+2
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-4/+2
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo1-13/+26
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo1-6/+17
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-2/+8
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo1-3/+2
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-2/+2
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba1-4/+2
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-4/+3
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-3/+3
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+1
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik1-9/+5
2020-10-07btrfs: compression: move declarations to headerDavid Sterba1-35/+0
2020-07-27btrfs: remove fail label in check_compressed_csumNikolay Borisov1-7/+2
2020-07-27btrfs: increment corrupt device counter during compressed readNikolay Borisov1-3/+7
2020-07-27btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readNikolay Borisov1-1/+0
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeNikolay Borisov1-8/+7
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov1-2/+3
2020-05-25btrfs: unexport btrfs_compress_set_level()Anand Jain1-16/+16
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers1-3/+1
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko1-1/+1
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval1-2/+2
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval1-2/+2
2019-12-30btrfs: fix compressed write bio blkcg attributionDennis Zhou1-4/+5
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou1-0/+4
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba1-10/+0
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba1-4/+2
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba1-7/+6
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba1-7/+5
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba1-9/+15
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba1-8/+15
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba1-0/+12
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba1-11/+6