summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik1-0/+2
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana1-1/+6
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana1-0/+19
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu1-25/+26
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval1-1/+2
2015-03-27btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+6
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik1-0/+6
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-35/+52
2015-02-14Btrfs: account for large extents with enospcJosef Bacik1-1/+1
2015-02-12page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+1
2015-02-03btrfs: clear bio reference after submit_one_bio()Naohiro Aota1-1/+3
2015-01-22Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-1/+1
2015-01-22btrfs: switch extent_state state to unsignedDavid Sterba1-22/+23
2015-01-20btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-2/+3
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba1-5/+18
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba1-5/+5
2014-11-21Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana1-2/+7
2014-11-21Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana1-1/+10
2014-11-21Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana1-4/+12
2014-11-21Btrfs: set page and mapping error on compressed write failureFilipe Manana1-0/+5
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-35/+31
2014-10-04Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-7/+67
2014-10-04Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-04Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba1-29/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6
2014-09-18Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie1-0/+34
2014-09-18Btrfs: implement repair function when direct read failsMiao Xie1-5/+7
2014-09-18Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie1-16/+15
2014-09-18Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie1-3/+5
2014-09-18Btrfs: split bio_readpage_error into several functionsMiao Xie1-64/+95
2014-09-18Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie1-16/+10
2014-09-18Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie1-0/+5
2014-09-18Btrfs: do file data check by sub-bio's selfMiao Xie1-1/+1
2014-09-18Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-2/+11
2014-09-18Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik1-25/+15
2014-09-18Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo1-4/+4
2014-09-18Btrfs: reduce size of struct extent_stateFilipe Manana1-17/+20
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-1/+1
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+3
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-8/+2
2014-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+38
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: new function read_extent_buffer_to_userGerhard Heift1-0/+37
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-144/+257
2014-06-10Btrfs: split up __extent_writepage to lower stack usageChris Mason1-137/+193