summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2024-09-10btrfs: only unlock the to-be-submitted ranges inside a folioQu Wenruo
2024-09-10btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()Qu Wenruo
2024-09-10btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_state() to take a folioLi Zetao
2024-09-10btrfs: convert submit_eb_page() to take a folioLi Zetao
2024-09-10btrfs: convert submit_eb_subpage() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert try_release_subpage_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert get_next_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao
2024-09-10btrfs: do not hold the extent lock for entire readJosef Bacik
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo
2024-09-10btrfs: remove the nr_ret parameter from __extent_writepage_io()Qu Wenruo
2024-09-10btrfs: refactor __extent_writepage_io() to do sector-by-sector submissionQu Wenruo
2024-09-10btrfs: convert find_next_dirty_byte() to take a folioJosef Bacik
2024-09-10btrfs: convert __get_extent_map() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_write_locked_range() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert process_one_page() to operate only on foliosJosef Bacik
2024-09-10btrfs: convert __process_pages_contig() to take a folioJosef Bacik
2024-09-10btrfs: convert __unlock_for_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert lock_delalloc_pages() to take a folioJosef Bacik
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik
2024-09-10btrfs: convert writepage_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert __extent_writepage() to be completely folio basedJosef Bacik
2024-09-10btrfs: convert extent_write_locked_range() to use foliosJosef Bacik
2024-09-10btrfs: convert __extent_writepage_io() to take a folioJosef Bacik
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_do_readpage() to only use a folioJosef Bacik
2024-09-10btrfs: convert submit_extent_page() to use a folioJosef Bacik
2024-09-10btrfs: convert begin_page_folio() to take a folio insteadJosef Bacik
2024-09-10btrfs: convert end_page_read() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_read_folio() to only use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_readahead() to only use folioJosef Bacik
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota
2024-07-11btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo
2024-07-11btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo
2024-07-11btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo
2024-07-11btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo