aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-11Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pagesWang Sheng-Hui1-1/+3
2012-05-11Btrfs: cleanup the comment for clear_state_bit in extent_io.cWang Sheng-Hui1-1/+1
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik1-2/+2
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-28/+28
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik1-9/+6
2012-04-18Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan1-15/+21
2012-04-18Btrfs: retrurn void from clear_state_bitLi Zefan1-5/+2
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+5
2012-04-12Btrfs: check return value of bio_alloc() properlyTsutomu Itoh1-0/+4
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureChris Mason1-1/+1
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-301/+734
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-96/+140
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik1-10/+32
2012-03-26Btrfs: loop waiting on writebackChris Mason1-5/+5
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik1-155/+342
2012-03-26Btrfs: introduce mark_extent_buffer_accessedJosef Bacik1-2/+15
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik1-34/+171
2012-03-26Btrfs: only use the existing eb if it's count isn't 0Josef Bacik1-2/+8
2012-03-26Btrfs: set page->private to the ebJosef Bacik1-25/+67
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason1-81/+63
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-18/+22
2012-03-22btrfs: split extent_state opsJeff Mahoney1-13/+23
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-22/+19
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-21/+14
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney1-11/+26
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney1-3/+14
2012-03-22btrfs: Remove set bits return from clear_extent_bitJeff Mahoney1-7/+5
2012-03-22btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney1-20/+38
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason1-4/+3
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo1-2/+1
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh1-1/+1
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh1-6/+10
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney1-25/+40
2012-01-26Btrfs: Check for NULL page in extent_range_uptodateMitch Harder1-0/+2
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integrationChris Mason1-2/+3
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-0/+1
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen1-0/+1