summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2025-02-11btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana
2025-02-07btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)
2025-01-13btrfs: add extra error messages for delalloc range related errorsQu Wenruo
2025-01-13btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo
2025-01-13btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-01-13btrfs: remove redundant variables from __process_folios_contig() and lock_del...David Sterba
2025-01-13btrfs: split waiting from read_extent_buffer_pages(), drop parameter waitDavid Sterba
2025-01-13btrfs: unwrap folio locking helpersDavid Sterba
2025-01-13btrfs: change return type to bool type of check_eb_alignment()David Sterba
2025-01-13btrfs: switch grab_extent_buffer() to foliosDavid Sterba
2025-01-13btrfs: rename btrfs_release_extent_buffer_pages() to mention foliosDavid Sterba
2025-01-13btrfs: open code __free_extent_buffer()David Sterba
2025-01-13btrfs: drop one time used local variable in end_bbio_meta_write()David Sterba
2025-01-13btrfs: make wait_on_extent_buffer_writeback() static inlineDavid Sterba
2025-01-13btrfs: use btrfs_inode in extent_writepage()David Sterba
2025-01-13btrfs: rename __get_extent_map() and pass btrfs_inodeDavid Sterba
2025-01-13btrfs: open code set_page_extent_mapped()David Sterba
2025-01-13btrfs: rename __unlock_for_delalloc() and drop underscoresDavid Sterba
2025-01-13btrfs: pass write-hint for buffered IOJing Xia
2025-01-13btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()Qu Wenruo
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