aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsGravatar Qu Wenruo 1-3/+2
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 1-2/+2
2020-12-08btrfs: remove unnecessary local variables for checksum sizeGravatar David Sterba 1-4/+2
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 1-4/+3
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-3/+3
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsGravatar Josef Bacik 1-9/+5
2020-10-07btrfs: compression: move declarations to headerGravatar David Sterba 1-35/+0
2020-07-27btrfs: remove fail label in check_compressed_csumGravatar Nikolay Borisov 1-7/+2
2020-07-27btrfs: increment corrupt device counter during compressed readGravatar Nikolay Borisov 1-3/+7
2020-07-27btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readGravatar Nikolay Borisov 1-1/+0
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeGravatar Nikolay Borisov 1-8/+7
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeGravatar Nikolay Borisov 1-2/+3
2020-05-25btrfs: unexport btrfs_compress_set_level()Gravatar Anand Jain 1-16/+16
2020-05-25btrfs: use crypto_shash_digest() instead of open codingGravatar Eric Biggers 1-3/+1
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionGravatar Mikhail Zaslonko 1-1/+1
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Gravatar Omar Sandoval 1-2/+2
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersGravatar Omar Sandoval 1-2/+2
2019-12-30btrfs: fix compressed write bio blkcg attributionGravatar Dennis Zhou 1-4/+5
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Gravatar Dennis Zhou 1-0/+4
2019-11-18btrfs: drop bio_set_dev where not neededGravatar David Sterba 1-10/+0
2019-11-18btrfs: compression: remove ops pointer from workspace_managerGravatar David Sterba 1-4/+2
2019-11-18btrfs: compression: inline free_workspaceGravatar David Sterba 1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceGravatar David Sterba 1-7/+6
2019-11-18btrfs: compression: inline alloc_workspaceGravatar David Sterba 1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceGravatar David Sterba 1-7/+5
2019-11-18btrfs: compression: inline put_workspaceGravatar David Sterba 1-9/+15
2019-11-18btrfs: compression: inline get_workspaceGravatar David Sterba 1-8/+15
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosGravatar David Sterba 1-0/+12
2019-11-18btrfs: compression: inline cleanup_workspace_managerGravatar David Sterba 1-11/+6
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeGravatar David Sterba 1-2/+4
2019-11-18btrfs: compression: inline init_workspace_managerGravatar David Sterba 1-11/+6
2019-11-18btrfs: compression: let workspace manager init take only the typeGravatar David Sterba 1-3/+4
2019-11-18btrfs: compression: attach workspace manager to the opsGravatar David Sterba 1-0/+1
2019-11-18btrfs: switch compression callbacks to direct callsGravatar David Sterba 1-8/+69
2019-11-18btrfs: export compression and decompression callbacksGravatar David Sterba 1-0/+24
2019-11-18btrfs: use better definition of number of compression typeGravatar Chengguang Xu 1-0/+2
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosGravatar Chris Mason 1-1/+7
2019-11-18Btrfs: stop using btrfs_schedule_bio()Gravatar Chris Mason 1-4/+4
2019-09-09btrfs: move cond_wake_up functions out of ctreeGravatar David Sterba 1-0/+1
2019-09-09btrfs: compression: replace set_level callbacks by a common helperGravatar David Sterba 1-2/+18
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersGravatar David Sterba 1-4/+8
2019-07-02btrfs: correctly validate compression typeGravatar Johannes Thumshirn 1-0/+16
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Gravatar Johannes Thumshirn 1-2/+1
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 1-6/+11
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesGravatar Johannes Thumshirn 1-10/+17
2019-07-01btrfs: don't assume ordered sums to be 4 bytesGravatar Johannes Thumshirn 1-2/+2
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2019-05-03btrfs: Check the compression level before getting a workspaceGravatar Johnny Chang 1-0/+1