aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-4/+2
2018-10-21btrfs: Convert page cache to XArrayGravatar Matthew Wilcox 1-3/+1
2018-10-15btrfs: remove unused pointer 'tree' in btrfs_submit_compressed_readGravatar Colin Ian King 1-2/+0
2018-09-29xarray: Replace exceptional entriesGravatar Matthew Wilcox 1-1/+1
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackGravatar David Sterba 1-7/+3
2018-08-06btrfs: open-code bio_set_op_attrsGravatar David Sterba 1-2/+2
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-4/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upGravatar David Sterba 1-6/+1
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-14/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-1/+1
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-19/+118
2018-01-22btrfs: Remove redundant bio_get/set calls in compressed read/write pathsGravatar Nikolay Borisov 1-12/+0
2018-01-22btrfs: heuristic: call get4bits directlyGravatar David Sterba 1-4/+2
2018-01-22btrfs: heuristic: open code copy_call callback of radix sortGravatar David Sterba 1-14/+3
2018-01-22btrfs: heuristic: open code get_num callback of radix sortGravatar David Sterba 1-16/+9
2018-01-22btrfs: compression: add helper for type to string conversionGravatar David Sterba 1-0/+15
2018-01-22Btrfs: compression heuristic: replace heap sort with radix sortGravatar Timofey Titovets 1-7/+123
2018-01-06fs: convert to bio_last_bvec_all()Gravatar Ming Lei 1-1/+1
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allGravatar Ming Lei 1-1/+1
2017-11-27btrfs: Fix wild memory access in compression level parserGravatar Qu Wenruo 1-1/+1
2017-11-15Btrfs: add write_flags for compression bioGravatar Liu Bo 1-3/+4
2017-11-01Btrfs: heuristic: add Shannon entropy calculationGravatar Timofey Titovets 1-1/+84
2017-11-01Btrfs: heuristic: add byte core set calculationGravatar Timofey Titovets 1-0/+65
2017-11-01Btrfs: heuristic: add byte set calculationGravatar Timofey Titovets 1-0/+45
2017-11-01Btrfs: heuristic: add detection of repeated data patternsGravatar Timofey Titovets 1-1/+14
2017-11-01Btrfs: heuristic: implement sampling logicGravatar Timofey Titovets 1-9/+62
2017-11-01Btrfs: heuristic: add bucket and sample counters and other definesGravatar Timofey Titovets 1-1/+52
2017-11-01Btrfs: compression: separate heuristic/compression workspacesGravatar Timofey Titovets 1-18/+121
2017-11-01btrfs: allow setting zlib compression level via :9Gravatar Adam Borowski 1-2/+3
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-1/+19
2017-10-30btrfs: use BLK_STS defines where neededGravatar Anand Jain 1-1/+2
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+17
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedGravatar Liu Bo 1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataGravatar Liu Bo 1-0/+9
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2017-08-16Btrfs: add skeleton code for compression heuristicGravatar Timofey Titovets 1-0/+33
2017-08-16btrfs: Keep one more workspace aroundGravatar Nick Terrell 1-1/+1
2017-08-15btrfs: Add zstd supportGravatar Nick Terrell 1-0/+1
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 1-0/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-73/+21
2017-06-21btrfs: use new block error codeGravatar Dan Carpenter 1-1/+1
2017-06-19btrfs: pass bytes to btrfs_bio_allocGravatar David Sterba 1-4/+4
2017-06-19btrfs: opencode trivial compressed_bio_alloc, simplify error handlingGravatar David Sterba 1-19/+4
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocGravatar David Sterba 1-1/+1
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackGravatar David Sterba 1-0/+10
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 1-44/+2
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadGravatar Anand Jain 1-14/+9