summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2024-07-11btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo
2024-07-11btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana
2024-07-11btrfs: constify parameters of write_eb_member() and its usersDavid Sterba
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba
2024-07-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana