index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
2019-03-12
Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-02-27
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
2019-02-25
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
2019-02-25
btrfs: Fix grossly misleading argument names in extent io search
Nikolay Borisov
2019-02-25
btrfs: Remove EXTENT_FIRST_DELALLOC bit
Nikolay Borisov
2019-02-25
btrfs: Remove unused arguments from btrfs_get_extent_fiemap
Nikolay Borisov
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
btrfs: use mp_bvec_last_segment to get bio's last page
Ming Lei
2019-02-15
btrfs: look at bi_size for repair decisions
Christoph Hellwig
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
btrfs: Refactor main loop in extent_readpages
Nikolay Borisov
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
2018-12-17
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
2018-12-17
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
2018-12-17
btrfs: don't initialize 'offset' in map_private_extent_buffer()
Johannes Thumshirn
2018-12-17
btrfs: Remove extent_io_ops::readpage_io_failed_hook
Nikolay Borisov
2018-12-17
btrfs: replace btrfs_io_bio::end_io with a simple helper
David Sterba
2018-12-17
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
Johannes Thumshirn
2018-12-17
btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range
Nikolay Borisov
2018-12-17
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
Nikolay Borisov
2018-12-17
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
2018-12-17
btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...
Nikolay Borisov
2018-12-17
btrfs: Remove extent_page_data argument from writepage_delalloc
Nikolay Borisov
2018-12-17
btrfs: Move epd::extent_locked check to writepage_delalloc's caller
Nikolay Borisov
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
2018-12-17
btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::split_extent_hook callback
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::merge_extent_hook callback
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::clear_bit_hook callback
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::check_extent_io_range callback
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::writepage_end_io_hook
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::writepage_start_hook
Nikolay Borisov
2018-12-17
btrfs: Remove extent_io_ops::fill_delalloc
Nikolay Borisov
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-21
btrfs: Convert page cache to XArray
Matthew Wilcox
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
2018-10-15
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
2018-10-15
Btrfs: skip set_page_dirty if eb pages are already dirty
Liu Bo
2018-10-15
Btrfs: assert page dirty bit on extent buffer pages
Liu Bo
2018-10-15
Btrfs: use next_state in find_first_extent_bit
Liu Bo
2018-08-17
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-06
btrfs: drop extent_io_ops::set_range_writeback callback
David Sterba
2018-08-06
btrfs: drop extent_io_ops::merge_bio_hook callback
David Sterba
2018-08-06
btrfs: drop extent_io_ops::tree_fs_info callback
David Sterba
2018-08-06
btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED
Nikolay Borisov
2018-08-06
btrfs: Document locking requirement via lockdep_assert_held
Nikolay Borisov
2018-08-06
btrfs: rename btrfs_release_extent_buffer_page
David Sterba
[next]