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-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
* | Btrfs: drop spin lock when memory alloc failsLiu Bo2011-12-081-8/+16
|/
* Btrfs: fix meta data raid-repair merge problemJan Schmidt2011-12-011-7/+20
* Btrfs: sectorsize align offsets in fiemapJosef Bacik2011-11-201-1/+4
* btrfs: mirror_num should be int, not u64Jan Schmidt2011-11-201-2/+2
* btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-201-1/+1
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-9/+384
|\
| * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-291-6/+381
| * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-3/+3
* | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-5/+4
|\ \
| * | btrfs: hooks for readaheadArne Jansen2011-10-021-1/+1
| * | btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen2011-10-021-4/+3
| |/
* | Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason2011-11-061-0/+4
OpenPOWER on IntegriCloud