summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2019-09-16btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana
2019-02-12btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-08-17btrfs: readpages() should submit IO as read-aheadJens Axboe
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov
2018-08-06btrfs: Document locking requirement via lockdep_assert_heldNikolay Borisov
2018-08-06btrfs: rename btrfs_release_extent_buffer_pageDavid Sterba
2018-08-06btrfs: Refactor loop in btrfs_release_extent_buffer_pageNikolay Borisov
2018-08-06btrfs: Reword dodgy comments in alloc_extent_bufferNikolay Borisov
2018-08-06btrfs: Simplify page unlocking in alloc_extent_bufferNikolay Borisov
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-19Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-21Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-07Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko
2018-06-04Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-05-30btrfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov
2018-05-28btrfs: Remove map argument from try_release_extent_stateNikolay Borisov
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-03-31btrfs: lift errors from add_extent_changeset to the callersDavid Sterba
2018-03-31btrfs: document more parameters of submit_extent_pageDavid Sterba
2018-03-31btrfs: cleanup merging conditions in submit_extent_pageDavid Sterba
2018-03-31btrfs: remove redundant variable in __do_readpageDavid Sterba
2018-03-31btrfs: assume that bio_ret is always valid in submit_extent_pageDavid Sterba
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain
2018-03-26Btrfs: enhance leak debug checker for extent state and extent bufferLiu Bo
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba