summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain
2024-11-11btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo
2024-11-11btrfs: unify to use writer locks for subpage lockingQu Wenruo
2024-11-11btrfs: remove redundant initializations for struct btrfs_tree_parent_checkFilipe Manana
2024-11-11btrfs: drop unused parameter fs_info from folio_range_has_eb()David Sterba
2024-11-11btrfs: drop unused parameter mask from try_release_extent_state()David Sterba
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: mark all dirty sectors as locked inside writepage_delalloc()Qu Wenruo
2024-11-11btrfs: move the delalloc range bitmap search into extent_io.cQu Wenruo
2024-11-11btrfs: do not assume the full page range is not dirty in extent_writepage_io()Qu Wenruo
2024-11-11btrfs: wait for writeback if sector size is smaller than page sizeQu Wenruo
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo
2024-10-09btrfs: fix clear_dirty and writeback ordering in submit_one_sector()Naohiro Aota
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