summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-261-16/+42
|\
| * Btrfs: improve multi-thread buffer readLiu Bo2012-07-231-5/+24
| * Btrfs: lock the transition from dirty to writeback for an ebJosef Bacik2012-07-231-0/+9
| * Btrfs: fix potential race in extent buffer freeingJosef Bacik2012-07-231-6/+3Star
| * Btrfs: don't return true in releasepage unless we actually freed the ebJosef Bacik2012-07-231-4/+5
| * btrfs read error corrected message floods the console during recoveryAnand Jain2012-07-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+2
|\ \ | |/ |/|
| * Btrfs: fix typo in convert_extent_bitLiu Bo2012-07-121-1/+2
* | Btrfs: hold a ref on the inode during writepagesJosef Bacik2012-07-021-0/+14
* | Btrfs: use rcu to protect device->nameJosef Bacik2012-06-151-3/+4
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-311-7/+73
|\ \
| * | Btrfs: dummy extent buffers for tree mod logJan Schmidt2012-05-261-7/+73
* | | Btrfs: add device counters for detected IO and checksum errorsStefan Behrens2012-05-301-2/+16
* | | Btrfs: use fastpath in extent state ops as much as possibleLiu Bo2012-05-301-26/+18Star
* | | Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-13/+2Star
* | | Btrfs: fix compile warnings in extent_io.cJosef Bacik2012-05-301-1/+1
* | | Btrfs: remove the useless assignment to *entry in function tree_insert of fil...Wang Sheng-Hui2012-05-111-1/+0Star
* | | Btrfs: fix the comment for find_first_extent_bitWang Sheng-Hui2012-05-111-1/+1
* | | Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten...Wang Sheng-Hui2012-05-111-1/+3
* | | Btrfs: cleanup the comment for clear_state_bit in extent_io.cWang Sheng-Hui2012-05-111-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-05-061-2/+2
|\|
| * Btrfs: fix page leak when allocing extent buffersJosef Bacik2012-05-041-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-04-281-28/+28
|\|
| * Btrfs: always store the mirror we read the eb fromJosef Bacik2012-04-181-9/+6Star
| * Btrfs: avoid possible use-after-free in clear_extent_bit()Li Zefan2012-04-181-15/+21
| * Btrfs: retrurn void from clear_state_bitLi Zefan2012-04-181-5/+2Star
* | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-141-1/+5
|\|
| * Btrfs: check return value of bio_alloc() properlyTsutomu Itoh2012-04-121-0/+4
| * Btrfs: fix uninit variable in repair_eb_io_failureChris Mason2012-04-121-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-301/+734
|\|
| * Merge branch 'error-handling' into for-linusChris Mason2012-03-291-96/+140
| |\
| | * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-18/+22
| | * btrfs: split extent_state opsJeff Mahoney2012-03-221-13/+23
| | * btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-22/+19Star
| | * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-21/+14Star
| | * btrfs: ->submit_bio_hook error push-upJeff Mahoney2012-03-221-11/+26
| | * btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney2012-03-221-3/+14
| | * btrfs: Remove set bits return from clear_extent_bitJeff Mahoney2012-03-221-7/+5Star
| | * btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney2012-03-221-20/+38
| * | Btrfs: deal with read errors on extent buffers differentlyJosef Bacik2012-03-271-10/+32
| * | Btrfs: loop waiting on writebackChris Mason2012-03-261-5/+5
| * | Btrfs: ensure an entire eb is written at onceJosef Bacik2012-03-261-155/+342
| * | Btrfs: introduce mark_extent_buffer_accessedJosef Bacik2012-03-261-2/+15
| * | Btrfs: introduce free_extent_buffer_staleJosef Bacik2012-03-261-34/+171
| * | Btrfs: only use the existing eb if it's count isn't 0Josef Bacik2012-03-261-2/+8
| * | Btrfs: set page->private to the ebJosef Bacik2012-03-261-25/+67
| * | Btrfs: allow metadata blocks larger than the page sizeChris Mason2012-03-261-81/+63Star
| |/
* / btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
|/
* Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason2012-02-231-4/+3Star
* Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo2012-02-211-2/+1Star