summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
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
2017-11-01Btrfs: heuristic: implement sampling logicTimofey Titovets
2017-11-01Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets
2017-11-01Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets
2017-11-01btrfs: allow setting zlib compression level via :9Adam Borowski
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets
2017-08-16btrfs: Keep one more workspace aroundNick Terrell
2017-08-15btrfs: Add zstd supportNick Terrell
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-21btrfs: use new block error codeDan Carpenter
2017-06-19btrfs: pass bytes to btrfs_bio_allocDavid Sterba
2017-06-19btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba