summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-011-1/+8
|\
| * Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
| * Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-2/+0Star
|\ \ | |/ |/|
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-2/+0Star
* | Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana2015-05-111-0/+19
|/
* Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
* btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-03-271-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-0/+6
|\
| * Btrfs: just free dummy extent buffersJosef Bacik2015-03-171-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-35/+52
|\|
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-1/+1
| * btrfs: clear bio reference after submit_one_bio()Naohiro Aota2015-02-031-1/+3
| * Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-221-1/+1
| * btrfs: switch extent_state state to unsignedDavid Sterba2015-01-221-22/+23
| * btrfs: sink parameter len to alloc_extent_bufferDavid Sterba2014-12-121-2/+3
| * btrfs: unify extent buffer allocation apiDavid Sterba2014-12-121-5/+18
| * btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba2014-12-121-5/+5
* | page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov2015-02-121-1/+1
* | btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi2015-01-191-1/+1
|/
* Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana2014-11-211-2/+7
* Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana2014-11-211-1/+10
* Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2014-11-211-4/+12
* Btrfs: set page and mapping error on compressed write failureFilipe Manana2014-11-211-0/+5
* 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