aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06btrfs: move leak debug code to functionsEric Sandeen
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-05-06Btrfs: pass NULL instead of 0Liu Bo
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-02-01Btrfs: reduce lock contention on extent buffer locksChris Mason
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-09Btrfs: fix page leakageJosef Bacik
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik
2012-10-09btrfs: move inline function code to header fileRobin Dong
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet
2012-10-01btrfs: polish names of kmem cachesDavid Sterba
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik