summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba2019-11-181-2/+4
* btrfs: compression: inline init_workspace_managerDavid Sterba2019-11-181-11/+6
* btrfs: compression: let workspace manager init take only the typeDavid Sterba2019-11-181-3/+4
* btrfs: compression: attach workspace manager to the opsDavid Sterba2019-11-181-0/+1
* btrfs: switch compression callbacks to direct callsDavid Sterba2019-11-181-8/+69
* btrfs: export compression and decompression callbacksDavid Sterba2019-11-181-0/+24
* btrfs: use better definition of number of compression typeChengguang Xu2019-11-181-0/+2
* Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason2019-11-181-1/+7
* Btrfs: stop using btrfs_schedule_bio()Chris Mason2019-11-181-4/+4
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: compression: replace set_level callbacks by a common helperDavid Sterba2019-09-091-2/+18
* btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba2019-07-021-4/+8
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-021-0/+16
* btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn2019-07-011-2/+1
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-6/+11
* btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn2019-07-011-10/+17
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-2/+2
* Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-201-0/+1
|\
| * btrfs: Check the compression level before getting a workspaceJohnny Chang2019-05-031-0/+1