summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2025-03-18btrfs: prepare extent_io.c for future large folio supportQu Wenruo
2025-03-18btrfs: add a size parameter to btrfs_alloc_subpage()Qu Wenruo
2025-03-18btrfs: subpage: make btrfs_is_subpage() check against a folioQu Wenruo
2025-03-18btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone
2025-03-18btrfs: reject out-of-band dirty folios during writebackQu Wenruo
2025-03-18btrfs: allow buffered write to avoid full page read if it's block alignedQu Wenruo
2025-03-18btrfs: make btrfs_do_readpage() to do block-by-block readQu Wenruo
2025-03-18btrfs: introduce a read path dedicated extent lock helperQu Wenruo
2025-03-18btrfs: use num_extent_folios() in for loop boundsDavid Sterba
2025-03-18btrfs: simplify parameters of metadata folio helpersDavid Sterba
2025-03-18btrfs: merge alloc_dummy_extent_buffer() helpersDavid Sterba
2025-03-18btrfs: don't pass nodesize to __alloc_extent_buffer()David Sterba
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo
2025-03-18btrfs: simplify subpage handling of read_extent_buffer_pages_nowait()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of write_one_eb()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()Qu Wenruo
2025-03-18btrfs: use metadata specific helpers to simplify extent buffer helpersQu Wenruo
2025-03-18btrfs: make subpage attach and detach handle metadata properlyQu Wenruo
2025-03-18btrfs: factor out metadata subpage detection into a dedicated helperQu Wenruo
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo
2025-03-18btrfs: avoid assigning twice to block_start at btrfs_do_readpage()Filipe Manana
2025-03-17btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()Qu Wenruo
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
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