summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-05Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-21btrfs: fix compile when block cgroups are not enabledChris Mason
2015-08-19btrfs: Prevent from early transaction abortMichal Hocko
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-09Btrfs: add support for blkio controllersChris Mason
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval
2015-03-26btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-17Btrfs: just free dummy extent buffersJosef Bacik
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba
2014-11-20Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana
2014-11-20Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: split bio_readpage_error into several functionsMiao Xie
2014-09-17Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie
2014-09-17Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie