summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn
2018-12-17btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_rangeNikolay Borisov
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov
2018-12-17btrfs: Remove extent_page_data argument from writepage_delallocNikolay Borisov
2018-12-17btrfs: Move epd::extent_locked check to writepage_delalloc's callerNikolay Borisov
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21btrfs: Convert page cache to XArrayMatthew Wilcox
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo
2018-10-15Btrfs: assert page dirty bit on extent buffer pagesLiu Bo
2018-10-15Btrfs: use next_state in find_first_extent_bitLiu Bo
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