summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2020-11-18Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana
2020-09-12btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-08-21fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-01-04btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana
2019-01-16btrfs: struct-funcs, constify readersJeff Mahoney
2019-01-16Btrfs: memset to avoid stale content in btree leafLiu Bo
2019-01-16Btrfs: memset to avoid stale content in btree node blockLiu Bo
2018-04-13btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King
2017-01-06Btrfs: fix memory leak in reading btree blocksLiu Bo
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo
2015-10-21btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo
2015-10-14Btrfs: fix double range unlock of hole region when reading pageFilipe Manana
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
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