aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-22/+22
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tGravatar Elena Reshetova 1-9/+9
2017-02-28btrfs: derive maximum output size in the compression implementationGravatar David Sterba 1-4/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesGravatar David Sterba 1-4/+3
2017-02-28btrfs: merge length input and output parameter in compress_pagesGravatar David Sterba 1-13/+11
2017-02-28btrfs: constify buffers used by compression helpersGravatar David Sterba 1-1/+1
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeGravatar Nikolay Borisov 1-5/+4
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeGravatar Nikolay Borisov 1-2/+3
2017-02-17btrfs: Better csum error message for data csum mismatchGravatar Qu Wenruo 1-4/+2
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Gravatar Omar Sandoval 1-15/+24
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-16/+12
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-13/+15
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-2/+2
2016-11-30btrfs: calculate end of bio offset properlyGravatar Christoph Hellwig 1-2/+8
2016-11-30btrfs: use bi_sizeGravatar Christoph Hellwig 1-5/+2
2016-11-30btrfs: use bio iterators for the decompression handlersGravatar Christoph Hellwig 1-81/+42
2016-11-30btrfs: change btrfs_csum_final result param type to u8Gravatar Domagoj Tršan 1-1/+1
2016-10-17btrfs: assign error values to the correct bio structsGravatar Junjie Mao 1-2/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-4/+2
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeGravatar Liu Bo 1-2/+8
2016-06-07btrfs: use bio fields for op and flagsGravatar Mike Christie 1-7/+6
2016-06-07btrfs: use bio op accessorsGravatar Mike Christie 1-0/+4
2016-05-10btrfs: make find_workspace warn if there are no workspacesGravatar David Sterba 1-0/+14
2016-05-10btrfs: make find_workspace always succeedGravatar David Sterba 1-8/+12
2016-05-10btrfs: preallocate compression workspacesGravatar David Sterba 1-0/+16
2016-05-10btrfs: rename and document compression workspace membersGravatar David Sterba 1-16/+19
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-42/+42
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Gravatar Filipe Manana 1-5/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+3
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-4/+3
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 1-46/+48
2015-10-21btrfs: compress: put variables defined per compress type in struct to make ca...Gravatar Byongho Lee 1-46/+48
2015-10-10btrfs: add comments to barriers before waitqueue_activeGravatar David Sterba 1-0/+3
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-4/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-10/+14