aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba1-0/+1
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba1-2/+18
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba1-4/+8
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn1-0/+16
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn1-2/+1
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-6/+11
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn1-10/+17
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn1-2/+2
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-05-03btrfs: Check the compression level before getting a workspaceJohnny Chang1-0/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-29btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage_endio_finish_orderedNikolay Borisov1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-8/+17
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou1-15/+16
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou1-45/+56
2019-02-25btrfs: add compression interface in (get/put)_workspaceDennis Zhou1-23/+34
2019-02-25btrfs: add helper methods for workspace manager init and cleanupDennis Zhou1-39/+43
2019-02-25btrfs: unify compression ops with workspace_managerDennis Zhou1-4/+7
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou1-82/+30
2019-02-25btrfs: rename workspaces_list to workspace_managerDennis Zhou1-23/+23
2019-02-25btrfs: add helpers for compression type and levelDennis Zhou1-1/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn1-1/+1
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn1-1/+1
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov1-3/+4
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_orderedNikolay Borisov1-1/+1
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov1-8/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2018-10-21btrfs: Convert page cache to XArrayMatthew Wilcox1-3/+1
2018-10-15btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readColin Ian King1-2/+0
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba1-7/+3
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba1-2/+2
2018-08-06btrfs: prune unused includesDavid Sterba1-4/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-6/+1
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-14/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-19/+118
2018-01-22btrfs: Remove redundant bio_get/set calls in compressed read/write pathsNikolay Borisov1-12/+0
2018-01-22btrfs: heuristic: call get4bits directlyDavid Sterba1-4/+2
2018-01-22btrfs: heuristic: open code copy_call callback of radix sortDavid Sterba1-14/+3
2018-01-22btrfs: heuristic: open code get_num callback of radix sortDavid Sterba1-16/+9
2018-01-22btrfs: compression: add helper for type to string conversionDavid Sterba1-0/+15
2018-01-22Btrfs: compression heuristic: replace heap sort with radix sortTimofey Titovets1-7/+123
2018-01-06fs: convert to bio_last_bvec_all()Ming Lei1-1/+1