index
:
pm24.git
master
perf-mon
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
2024-07-11
btrfs: move extent_range_clear_dirty_for_io() into inode.c
Qu Wenruo
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
2024-07-11
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()
Qu Wenruo
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: make extent_write_locked_range() handle subpage writeback correctly
Qu Wenruo
2024-07-11
btrfs: do not clear page dirty inside extent_write_locked_range()
Qu Wenruo
2024-07-11
btrfs: lock subpage ranges in one go for writepage_delalloc()
Qu Wenruo
2024-07-11
btrfs: make __extent_writepage_io() to write specified range only
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: move fiemap code into its own file
Filipe Manana
2024-07-11
btrfs: constify parameters of write_eb_member() and its users
David Sterba
2024-07-11
btrfs: remove duplicate name variable declarations
David Sterba
2024-07-04
btrfs: fix folio refcount in __alloc_dummy_extent_buffer()
Boris Burkov
2024-06-06
btrfs: protect folio::private when attaching extent buffer folios
Qu Wenruo
2024-05-07
btrfs: count super block write errors in device instead of tracking folio err...
Matthew Wilcox (Oracle)
2024-05-07
btrfs: add a cached state to extent_clear_unlock_delalloc
Josef Bacik
2024-05-07
btrfs: push the extent lock into btrfs_run_delalloc_range
Josef Bacik
2024-05-07
btrfs: make try_release_extent_mapping() return a bool
Filipe Manana
2024-05-07
btrfs: be better releasing extent maps at try_release_extent_mapping()
Filipe Manana
2024-05-07
btrfs: remove i_size restriction at try_release_extent_mapping()
Filipe Manana
2024-05-07
btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()
Filipe Manana
2024-05-07
btrfs: rename some variables at try_release_extent_mapping()
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
2024-05-07
btrfs: set start on clone before calling copy_extent_buffer_full
Josef Bacik
2024-05-07
btrfs: introduce btrfs_alloc_folio_array()
Qu Wenruo
2024-05-07
btrfs: warn if EXTENT_BUFFER_UPTODATE is set while reading
Tavian Barnes
2024-05-07
btrfs: add helper to clear EXTENT_BUFFER_READING
Tavian Barnes
2024-05-07
btrfs: remove pointless writepages callback wrapper
Filipe Manana
2024-05-07
btrfs: remove pointless readahead callback wrapper
Filipe Manana
2024-04-09
btrfs: do not wait for short bulk allocation
Qu Wenruo
2024-04-09
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
2024-04-09
btrfs: zoned: do not flag ZEROOUT on non-dirty extent buffer
Naohiro Aota
2024-03-26
btrfs: fix race in read_extent_buffer_pages()
Tavian Barnes
2024-03-05
btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations
Filipe Manana
2024-03-05
btrfs: fix race when detecting delalloc ranges during fiemap
Filipe Manana
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-05
btrfs: pass a valid extent map cache pointer to __get_extent_map()
David Sterba
2024-03-04
btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_read
David Sterba
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-03-04
btrfs: add set_folio_extent_mapped() helper
Matthew Wilcox (Oracle)
2024-03-04
btrfs: WARN_ON_ONCE() in our leak detection code
Josef Bacik
2024-03-04
btrfs: cache folio size and shift in extent_buffer
Qu Wenruo
2024-03-04
btrfs: remove unused variable bio_offset from end_bbio_data_read()
Qu Wenruo
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]