summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo2024-10-221-8/+9
* btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota2024-10-091-7/+7
* btrfs: only unlock the to-be-submitted ranges inside a folioQu Wenruo2024-09-101-38/+51
* btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()Qu Wenruo2024-09-101-1/+1
* btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo2024-09-101-1/+2
* btrfs: convert try_release_extent_mapping() to take a folioLi Zetao2024-09-101-3/+3
* btrfs: convert try_release_extent_state() to take a folioLi Zetao2024-09-101-3/+3
* btrfs: convert submit_eb_page() to take a folioLi Zetao2024-09-101-5/+4
* btrfs: convert submit_eb_subpage() to take a folioLi Zetao2024-09-101-10/+9
* btrfs: convert try_release_extent_buffer() to take a folioLi Zetao2024-09-101-8/+7
* btrfs: convert try_release_subpage_extent_buffer() to take a folioLi Zetao2024-09-101-9/+9
* btrfs: convert get_next_extent_buffer() to take a folioLi Zetao2024-09-101-7/+7
* btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao2024-09-101-5/+4
* btrfs: do not hold the extent lock for entire readJosef Bacik2024-09-101-90/+4
* btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba2024-09-101-14/+14
* btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba2024-09-101-3/+3
* btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo2024-09-101-4/+4
* btrfs: remove the nr_ret parameter from __extent_writepage_io()Qu Wenruo2024-09-101-25/+17
* btrfs: refactor __extent_writepage_io() to do sector-by-sector submissionQu Wenruo2024-09-101-111/+87
* btrfs: convert find_next_dirty_byte() to take a folioJosef Bacik2024-09-101-9/+9
* btrfs: convert __get_extent_map() to take a folioJosef Bacik2024-09-101-5/+6
* btrfs: convert btrfs_get_extent() to take a folioJosef Bacik2024-09-101-1/+1
* btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik2024-09-101-1/+1
* btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik2024-09-101-1/+1
* btrfs: convert extent_write_locked_range() to take a folioJosef Bacik2024-09-101-2/+2
* btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik2024-09-101-3/+3
* btrfs: convert process_one_page() to operate only on foliosJosef Bacik2024-09-101-8/+6
* btrfs: convert __process_pages_contig() to take a folioJosef Bacik2024-09-101-9/+10
* btrfs: convert __unlock_for_delalloc() to take a folioJosef Bacik2024-09-101-9/+9
* btrfs: convert lock_delalloc_pages() to take a folioJosef Bacik2024-09-101-12/+11
* btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik2024-09-101-14/+14
* btrfs: convert writepage_delalloc() to take a folioJosef Bacik2024-09-101-18/+20
* btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik2024-09-101-4/+4
* btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik2024-09-101-2/+2
* btrfs: convert __extent_writepage() to be completely folio basedJosef Bacik2024-09-101-18/+17
* btrfs: convert extent_write_locked_range() to use foliosJosef Bacik2024-09-101-13/+23
* btrfs: convert __extent_writepage_io() to take a folioJosef Bacik2024-09-101-28/+27
* btrfs: update the writepage tracepoint to take a folioJosef Bacik2024-09-101-1/+1
* btrfs: convert btrfs_do_readpage() to only use a folioJosef Bacik2024-09-101-29/+29
* btrfs: convert submit_extent_page() to use a folioJosef Bacik2024-09-101-20/+22
* btrfs: convert begin_page_folio() to take a folio insteadJosef Bacik2024-09-101-5/+3
* btrfs: convert end_page_read() to take a folioJosef Bacik2024-09-101-19/+20
* btrfs: convert btrfs_read_folio() to only use a folioJosef Bacik2024-09-101-5/+4
* btrfs: convert btrfs_readahead() to only use folioJosef Bacik2024-09-101-28/+8
* btrfs: fix invalid mapping of extent xarray stateNaohiro Aota2024-08-131-7/+7
* 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