aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker1-1/+0
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba1-15/+6
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-4/+4
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-10/+30
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik1-24/+11
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie1-6/+3
2013-02-20Btrfs: use wrapper page_offsetMiao Xie1-13/+11
2013-02-01Btrfs: reduce lock contention on extent buffer locksChris Mason1-0/+16
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-7/+11
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-3/+3
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-4/+0
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-10/+9
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-6/+5
2012-12-12fs/btrfs: use WARNJulia Lawall1-6/+3
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens1-2/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-34/+94
2012-10-09Btrfs: fix page leakageJosef Bacik1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik1-4/+7
2012-10-09btrfs: move inline function code to header fileRobin Dong1-12/+0
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh1-1/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-2/+41
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik1-2/+12
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik1-4/+19
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet1-2/+2
2012-10-01btrfs: polish names of kmem cachesDavid Sterba1-2/+2
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo1-0/+8
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason1-1/+0
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-15/+2
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens1-15/+2
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-16/+42
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2012-07-23Btrfs: improve multi-thread buffer readLiu Bo1-5/+24
2012-07-23Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik1-0/+9
2012-07-23Btrfs: fix potential race in extent buffer freeingJosef Bacik1-6/+3
2012-07-23Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik1-4/+5
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain1-1/+1
2012-07-12Btrfs: fix typo in convert_extent_bitLiu Bo1-1/+2
2012-07-02Btrfs: hold a ref on the inode during writepagesJosef Bacik1-0/+14
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-3/+4
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-7/+73
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-2/+16
2012-05-30Btrfs: use fastpath in extent state ops as much as possibleLiu Bo1-26/+18
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-13/+2
2012-05-30Btrfs: fix compile warnings in extent_io.cJosef Bacik1-1/+1
2012-05-26Btrfs: dummy extent buffers for tree mod logJan Schmidt1-7/+73
2012-05-11Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.cWang Sheng-Hui1-1/+0
2012-05-11Btrfs: fix the comment for find_first_extent_bitWang Sheng-Hui1-1/+1