summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets2017-11-011-1/+84
* Btrfs: heuristic: add byte core set calculationTimofey Titovets2017-11-011-0/+65
* Btrfs: heuristic: add byte set calculationTimofey Titovets2017-11-011-0/+45
* Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets2017-11-011-1/+14
* Btrfs: heuristic: implement sampling logicTimofey Titovets2017-11-011-9/+62
* Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets2017-11-011-1/+52
* Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets2017-11-011-18/+121
* btrfs: allow setting zlib compression level via :9Adam Borowski2017-11-011-2/+3
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+19
* btrfs: use BLK_STS defines where neededAnand Jain2017-10-301-1/+2
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-1/+17
|\
| * Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo2017-09-261-1/+8
| * Btrfs: fix kernel oops while reading compressed dataLiu Bo2017-09-261-0/+9
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-151-0/+1
|\ \ | |/ |/|
| * btrfs: Add zstd supportNick Terrell2017-08-151-0/+1
* | Btrfs: add skeleton code for compression heuristicTimofey Titovets2017-08-161-0/+33
* | btrfs: Keep one more workspace aroundNick Terrell2017-08-161-1/+1
|/
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-151-0/+1
|\
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+1
* | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-73/+21Star
|\|
| * btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-191-4/+4
| * btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba2017-06-191-19/+4Star
| * btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-191-1/+1
| * btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba2017-06-191-0/+10
| * btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-191-44/+2Star
| * btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain2017-06-191-14/+9Star
* | btrfs: use new block error codeDan Carpenter2017-06-211-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-22/+22
|/
* btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova2017-04-181-9/+9
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-4/+2Star
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-4/+3Star
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-13/+11Star
* btrfs: constify buffers used by compression helpersDavid Sterba2017-02-281-1/+1
* btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov2017-02-281-5/+4Star
* btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov2017-02-281-2/+3
* btrfs: Better csum error message for data csum mismatchQu Wenruo2017-02-171-4/+2Star
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
* Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-111-15/+24
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-16/+12Star
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-13/+15
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+2
* btrfs: calculate end of bio offset properlyChristoph Hellwig2016-11-301-2/+8
* btrfs: use bi_sizeChristoph Hellwig2016-11-301-5/+2Star
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-301-81/+42Star
* btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-301-1/+1
* btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-1/+1
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-4/+2Star
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-051-2/+8
|\
| * Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo2016-07-261-2/+8