summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+18
* | Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-13/+2
* | 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/+0
* | 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/+6
| * 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/+2
* | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-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-281-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/+19
| | * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-21/+14
| | * 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/+5
| | * 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-261-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/+63
| |/
* / 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/+3
* Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo2012-02-211-2/+1
* Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo2012-02-161-5/+0
* Btrfs: skip states when they does not contain bits to clearLiu Bo2012-02-161-5/+10
* Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh2012-02-161-1/+1
* Btrfs: fix return value check of extent_io_opsTsutomu Itoh2012-02-161-6/+10
* btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney2012-02-151-25/+40
* Btrfs: Check for NULL page in extent_range_uptodateMitch Harder2012-01-261-0/+2
* Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason2012-01-161-2/+3
|\
| * Btrfs: integrate integrity check module into btrfsStefan Behrens2011-12-211-2/+3
* | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-0/+1
|\ \ | |/ |/|
| * Btrfs: add nested locking mode for pathsArne Jansen2012-01-041-0/+1