summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
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
2011-08-01Btrfs: check the nodatasum flag when writing compressed filesLi Zefan
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Add lzo compression supportLi Zefan
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: fix gfp flags masking in the compression codeNick Piggin