summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2019-07-26btrfs: correctly validate compression typeJohannes 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
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21btrfs: Convert page cache to XArrayMatthew Wilcox
2018-10-15btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readColin Ian King
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: prune unused includesDavid Sterba
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-22btrfs: Remove redundant bio_get/set calls in compressed read/write pathsNikolay Borisov
2018-01-22btrfs: heuristic: call get4bits directlyDavid Sterba
2018-01-22btrfs: heuristic: open code copy_call callback of radix sortDavid Sterba
2018-01-22btrfs: heuristic: open code get_num callback of radix sortDavid Sterba
2018-01-22btrfs: compression: add helper for type to string conversionDavid Sterba
2018-01-22Btrfs: compression heuristic: replace heap sort with radix sortTimofey Titovets
2018-01-06fs: convert to bio_last_bvec_all()Ming Lei
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo
2017-11-15Btrfs: add write_flags for compression bioLiu Bo
2017-11-01Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add byte core set calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add byte set calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets