summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval
2019-12-30btrfs: fix compressed write bio blkcg attributionDennis Zhou
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-03btrfs: Check the compression level before getting a workspaceJohnny Chang
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-29btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...Nikolay Borisov
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou
2019-02-25btrfs: add compression interface in (get/put)_workspaceDennis Zhou
2019-02-25btrfs: add helper methods for workspace manager init and cleanupDennis Zhou
2019-02-25btrfs: unify compression ops with workspace_managerDennis Zhou
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou
2019-02-25btrfs: rename workspaces_list to workspace_managerDennis Zhou
2019-02-25btrfs: add helpers for compression type and levelDennis Zhou
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn