summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-35/+31Star
|\
| * btrfs: kill extent_buffer_page helperDavid Sterba2014-10-021-29/+26Star
| * btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba2014-10-021-9/+6Star
* | Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-041-7/+67
* | Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo2014-10-041-0/+1
* | Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana2014-10-041-0/+1
|/
* Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie2014-09-171-0/+34
* Btrfs: implement repair function when direct read failsMiao Xie2014-09-171-5/+7
* Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie2014-09-171-16/+15Star
* Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie2014-09-171-3/+5
* Btrfs: split bio_readpage_error into several functionsMiao Xie2014-09-171-64/+95
* Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie2014-09-171-16/+10Star
* Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie2014-09-171-0/+5
* Btrfs: do file data check by sub-bio's selfMiao Xie2014-09-171-1/+1
* Btrfs: load checksum data once when submitting a direct read ioMiao Xie2014-09-171-2/+11
* Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik2014-09-171-25/+15Star
* Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo2014-09-171-4/+4
* Btrfs: reduce size of struct extent_stateFilipe Manana2014-09-171-17/+20
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-08-271-2/+3
|\
| * Btrfs: fix crash on endio of reading corrupted blockLiu Bo2014-08-211-0/+1
| * btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo2014-08-191-2/+2
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-8/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-151-1/+38
|\
| * btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-131-1/+1
| * btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-131-0/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-144/+257
|\|
| * Btrfs: split up __extent_writepage to lower stack usageChris Mason2014-06-101-137/+193
| * Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason2014-06-101-4/+5
| * Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-06-101-0/+1
| * Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-101-0/+47
| * Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo2014-06-101-0/+2
| * Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana2014-06-101-5/+11
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-051-5/+6
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-2/+6
|\
| * Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana2014-04-071-1/+5
| * Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-051-6/+9
|\|
| * Btrfs: more efficient split extent state insertionFilipe Manana2014-03-101-5/+8
| * Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana2014-03-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-311-89/+139
|\|
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-24/+37
| * Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik2014-01-281-24/+23Star
| * Btrfs: use a bit to track if we're in the radix treeJosef Bacik2014-01-281-3/+4
| * Btrfs: deal with io_tree->mapping being NULLJosef Bacik2014-01-281-8/+16
| * Btrfs: more efficient extent state insertionsFilipe David Borba Manana2014-01-281-21/+55
| * Btrfs: add missing extent state caching callsFilipe David Borba Manana2014-01-281-1/+3
| * Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana2014-01-281-1/+1
| * btrfs: remove unused variables from extent_io.cValentina Giusti2014-01-281-7/+0Star