summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo2021-06-221-14/+0
* btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-06-211-3/+1
* btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain2021-06-211-3/+0
* btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain2021-06-211-3/+3
* btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain2021-06-211-3/+3
* btrfs: reduce the variable size to fit nr_pagesAnand Jain2021-06-211-3/+3
* btrfs: reduce compressed_bio members' typesDavid Sterba2021-06-211-1/+1
* btrfs: zoned: factor out zoned device lookupJohannes Thumshirn2021-06-211-12/+4
* Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-031-5/+12
|\
| * btrfs: fix compressed writes that cross stripe boundaryQu Wenruo2021-05-271-5/+12
* | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-4/+38
|\|
| * btrfs: zoned: fix parallel compressed writesJohannes Thumshirn2021-05-201-4/+38
* | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-051-4/+1
|/
* btrfs: handle remount to no compress during compressionQu Wenruo2021-04-191-3/+8
* btrfs: convert kmap to kmap_local_page, simple casesIra Weiny2021-04-191-2/+2
* Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-011-4/+2
|\
| * btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-261-4/+2
* | btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo2021-02-221-13/+26
* | btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo2021-02-221-6/+17
* | btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-2/+8
|/
* btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo2020-12-091-3/+2
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-2/+2
* btrfs: remove unnecessary local variables for checksum sizeDavid Sterba2020-12-081-4/+2
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-4/+3
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-3/+3
* btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-1/+1
* btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik2020-12-081-9/+5
* btrfs: compression: move declarations to headerDavid Sterba2020-10-071-35/+0
* btrfs: remove fail label in check_compressed_csumNikolay Borisov2020-07-271-7/+2
* btrfs: increment corrupt device counter during compressed readNikolay Borisov2020-07-271-3/+7
* btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readNikolay Borisov2020-07-271-1/+0
* btrfs: make btrfs_submit_compressed_write take btrfs_inodeNikolay Borisov2020-07-271-8/+7
* btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov2020-07-271-2/+3
* btrfs: unexport btrfs_compress_set_level()Anand Jain2020-05-251-16/+16
* btrfs: use crypto_shash_digest() instead of open codingEric Biggers2020-05-251-3/+1
* btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2020-01-311-1/+1
* btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval2020-01-201-2/+2
* btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval2020-01-201-2/+2
* btrfs: fix compressed write bio blkcg attributionDennis Zhou2019-12-301-4/+5
* btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou2019-12-301-0/+4
* btrfs: drop bio_set_dev where not neededDavid Sterba2019-11-181-10/+0
* btrfs: compression: remove ops pointer from workspace_managerDavid Sterba2019-11-181-4/+2
* btrfs: compression: inline free_workspaceDavid Sterba2019-11-181-3/+18
* btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba2019-11-181-7/+6
* btrfs: compression: inline alloc_workspaceDavid Sterba2019-11-181-3/+18
* btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba2019-11-181-7/+5
* btrfs: compression: inline put_workspaceDavid Sterba2019-11-181-9/+15
* btrfs: compression: inline get_workspaceDavid Sterba2019-11-181-8/+15
* btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba2019-11-181-0/+12
* btrfs: compression: inline cleanup_workspace_managerDavid Sterba2019-11-181-11/+6