aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo1-1/+1
2017-11-15Btrfs: add write_flags for compression bioLiu Bo1-3/+4
2017-11-01Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets1-1/+84
2017-11-01Btrfs: heuristic: add byte core set calculationTimofey Titovets1-0/+65
2017-11-01Btrfs: heuristic: add byte set calculationTimofey Titovets1-0/+45
2017-11-01Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets1-1/+14
2017-11-01Btrfs: heuristic: implement sampling logicTimofey Titovets1-9/+62
2017-11-01Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets1-1/+52
2017-11-01Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets1-18/+121
2017-11-01btrfs: allow setting zlib compression level via :9Adam Borowski1-2/+3
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-1/+19
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain1-1/+2