aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+17
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo1-0/+9
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets1-0/+33
2017-08-16btrfs: Keep one more workspace aroundNick Terrell1-1/+1
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+1
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba1-0/+1
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-73/+21
2017-06-21btrfs: use new block error codeDan Carpenter1-1/+1
2017-06-19btrfs: pass bytes to btrfs_bio_allocDavid Sterba1-4/+4
2017-06-19btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba1-19/+4
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba1-1/+1
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba1-0/+10
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain1-44/+2
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain1-14/+9
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-22/+22
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova1-9/+9
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-4/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-4/+3
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-13/+11
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba1-1/+1
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov1-5/+4
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov1-2/+3
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo1-4/+2
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-1/+1
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval1-15/+24
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-16/+12