summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+1
|\ \ | |/ |/|
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
* | btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...Nikolay Borisov2019-04-291-1/+1
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+2
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* | btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-8/+17
* | btrfs: plumb level through the compression interfaceDennis Zhou2019-02-251-15/+16
* | btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-251-45/+56
* | btrfs: add compression interface in (get/put)_workspaceDennis Zhou2019-02-251-23/+34