summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+1
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: Refactor main loop in extent_readpagesNikolay Borisov2018-12-171-20/+14
* btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-171-29/+24
* btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi2018-12-171-16/+16
* btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-171-2/+2
* btrfs: don't initialize 'offset' in map_private_extent_buffer()Johannes Thumshirn2018-12-171-1/+1
* btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov2018-12-171-36/+35
* btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba2018-12-171-2/+1
* btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn2018-12-171-11/+2
* btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_rangeNikolay Borisov2018-12-171-1/+1
* btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov2018-12-171-6/+5
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-2/+15
* btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov2018-12-171-7/+5
* btrfs: Remove extent_page_data argument from writepage_delallocNikolay Borisov2018-12-171-7/+4
* btrfs: Move epd::extent_locked check to writepage_delalloc's callerNikolay Borisov2018-12-171-7/+8
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-171-1/+3
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-171-11/+0
* btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov2018-12-171-8/+2
* btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov2018-12-171-9/+8
* btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov2018-12-171-8/+4
* btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-171-8/+3
* btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov2018-12-171-3/+12
* btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov2018-12-171-21/+12
* btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov2018-12-171-13/+10
* btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov2018-12-171-11/+9
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-7/+5
|\
| * btrfs: Convert page cache to XArrayMatthew Wilcox2018-10-211-5/+3
| * pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-2/+2
* | btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-151-1/+12
* | Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo2018-10-151-4/+5
* | Btrfs: assert page dirty bit on extent buffer pagesLiu Bo2018-10-151-0/+6
* | Btrfs: use next_state in find_first_extent_bitLiu Bo2018-10-151-6/+1
|/
* btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-171-1/+1
* btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-9/+1
* btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-061-2/+2
* btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-061-10/+4
* btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov2018-08-061-5/+5
* btrfs: Document locking requirement via lockdep_assert_heldNikolay Borisov2018-08-061-1/+2
* btrfs: rename btrfs_release_extent_buffer_pageDavid Sterba2018-08-061-4/+4
* btrfs: Refactor loop in btrfs_release_extent_buffer_pageNikolay Borisov2018-08-061-9/+6
* btrfs: Reword dodgy comments in alloc_extent_bufferNikolay Borisov2018-08-061-9/+8
* btrfs: Simplify page unlocking in alloc_extent_bufferNikolay Borisov2018-08-061-7/+2
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
* btrfs: switch types to int when counting eb pagesDavid Sterba2018-08-061-22/+22
* btrfs: pass only eb to num_extent_pagesDavid Sterba2018-08-061-15/+15
* Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-211-2/+5
|\
| * Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-07-191-2/+5
* | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-261-1/+4
|\|
| * Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4