summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik
2014-09-17Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo
2014-09-17Btrfs: reduce size of struct extent_stateFilipe Manana
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason
2014-06-09Btrfs: fix double free in find_lock_delalloc_rangeChris Mason
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo
2014-06-09Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman