aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-4/+3
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-46/+48
2015-10-21btrfs: compress: put variables defined per compress type in struct to make cache friendlyByongho Lee1-46/+48
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba1-0/+3
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-4/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-10/+14
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-1/+1
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+12
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason1-2/+31
2014-11-20Btrfs: don't ignore compressed bio write errorsFilipe Manana1-6/+12
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba1-4/+7
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-6/+4
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-09btrfs: return ptr error from compression workspaceZach Brown1-3/+3
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2014-02-08Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+6
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-6/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-8/+9
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-6/+4
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-1/+1
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-3/+2
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh1-1/+5
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-3/+8
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-2/+1
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-2/+2
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-2/+4
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionJosef Bacik1-3/+10
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik1-0/+1
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh1-0/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-20/+18
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-12/+12
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-3/+3
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-5/+3
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-6/+6
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh1-0/+2
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-1/+2
2011-08-01Btrfs: check the nodatasum flag when writing compressed filesLi Zefan1-4/+10
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-21/+21
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-21/+21
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-2/+3
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh1-4/+7
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+6
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov1-1/+1