summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
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
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: calculate end of bio offset properlyChristoph Hellwig
2016-11-30btrfs: use bi_sizeChristoph Hellwig
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo