summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-7/+7
2015-10-10Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+11
2015-10-06Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+57
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+18
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason1-0/+3
2015-08-20btrfs: Prevent from early transaction abortMichal Hocko1-4/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-7/+2
2015-08-09Btrfs: add support for blkio controllersChris Mason1-3/+13
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-18/+12
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
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-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-2/+0
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