summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo2024-07-111-15/+0
* btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo2024-07-111-10/+10
* btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo2024-07-111-5/+3
* btrfs: pass a btrfs_inode to is_data_inode()David Sterba2024-07-111-1/+1
* btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-13/+13
* btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo2024-07-111-2/+5
* btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo2024-07-111-3/+1
* btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo2024-07-111-7/+98
* btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo2024-07-111-7/+11
* btrfs: remove extent_map::block_start memberQu Wenruo2024-07-111-5/+5
* btrfs: move fiemap code into its own fileFilipe Manana2024-07-111-871/+0
* btrfs: constify parameters of write_eb_member() and its usersDavid Sterba2024-07-111-1/+1
* btrfs: remove duplicate name variable declarationsDavid Sterba2024-07-111-3/+1
* btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov2024-07-041-1/+1
* btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo2024-06-061-29/+31
* btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)2024-05-071-1/+1
* btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik2024-05-071-1/+2
* btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik2024-05-071-3/+2
* btrfs: make try_release_extent_mapping() return a boolFilipe Manana2024-05-071-8/+9
* btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana2024-05-071-59/+61
* btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana2024-05-071-2/+1
* btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana2024-05-071-6/+1
* btrfs: rename some variables at try_release_extent_mapping()Filipe Manana2024-05-071-12/+12
* btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana2024-05-071-1/+1
* btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik2024-05-071-2/+8
* btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo2024-05-071-0/+31
* btrfs: warn if EXTENT_BUFFER_UPTODATE is set while readingTavian Barnes2024-05-071-0/+7
* btrfs: add helper to clear EXTENT_BUFFER_READINGTavian Barnes2024-05-071-6/+9
* btrfs: remove pointless writepages callback wrapperFilipe Manana2024-05-071-2/+1
* btrfs: remove pointless readahead callback wrapperFilipe Manana2024-05-071-1/+1
* btrfs: do not wait for short bulk allocationQu Wenruo2024-04-091-14/+4
* btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-091-0/+1
* btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota2024-04-091-1/+1
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-03-261-0/+13
* btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana2024-03-051-8/+24
* btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-03-051-61/+160
* btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou2024-03-051-2/+2
* btrfs: pass a valid extent map cache pointer to __get_extent_map()David Sterba2024-03-051-3/+10
* btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_readDavid Sterba2024-03-041-5/+4
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-6/+6
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-041-8/+8
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-041-4/+4
* btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-2/+2
* btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2024-03-041-4/+8
* btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik2024-03-041-0/+1
* btrfs: cache folio size and shift in extent_bufferQu Wenruo2024-03-041-17/+21
* btrfs: remove unused variable bio_offset from end_bbio_data_read()Qu Wenruo2024-03-041-9/+0
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-6/+4
* Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-011-20/+104
|\