aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba1-4/+2
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba1-7/+6
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba1-3/+18
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba1-7/+5
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba1-9/+15
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba1-8/+15
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba1-0/+12
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba1-11/+6
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba1-2/+4
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba1-11/+6
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba1-3/+4
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba1-0/+1
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba1-8/+69
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba1-0/+24
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu1-0/+2
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason1-1/+7
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason1-4/+4
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