aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo
2016-05-10btrfs: make find_workspace warn if there are no workspacesDavid Sterba
2016-05-10btrfs: make find_workspace always succeedDavid Sterba
2016-05-10btrfs: preallocate compression workspacesDavid Sterba
2016-05-10btrfs: rename and document compression workspace membersDavid Sterba
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-03Btrfs: remove no longer used function extent_read_full_page_nolock()Filipe Manana
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: compress: put variables defined per compress type in struct to make ca...Byongho Lee
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason
2014-11-20Btrfs: don't ignore compressed bio write errorsFilipe Manana
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky
2014-06-09btrfs: return ptr error from compression workspaceZach Brown
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-08Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionJosef Bacik
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba