summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel
2026-06-09btrfs: replace __free_page with folio_put() in attach_eb_folio_to_filemap()Matthew Wilcox (Oracle)
2026-06-09btrfs: introduce support for huge foliosQu Wenruo
2026-06-09btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmapsQu Wenruo
2026-06-09btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmapsQu Wenruo
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo
2026-06-08btrfs: detect dirty blocks without an ordered extent more reliablyQu Wenruo
2026-06-08btrfs: unexport and move extent_invalidate_folio()Qu Wenruo
2026-06-08btrfs: warn about extent buffer that can not be releasedQu Wenruo
2026-06-08btrfs: make sure report_eb_range() is not inlinedFilipe Manana
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara
2026-06-08btrfs: change return type from int to bool in check_eb_range()Filipe Manana
2026-06-08btrfs: replace open coded DEBUG_WARN in extent_writepage()David Sterba
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo
2026-04-27Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()David Sterba
2026-04-07btrfs: read eb folio index right before loopsDavid Sterba
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang
2026-04-07btrfs: move the mapping_set_error() out of the loop in end_bbio_data_write()Qu Wenruo
2026-04-07btrfs: remove the alignment check in end_bbio_data_write()Qu Wenruo
2026-04-07btrfs: inhibit extent buffer writeback to prevent COW amplificationLeo Martins
2026-04-07btrfs: remove folio parameter from ordered io related functionsQu Wenruo
2026-04-07btrfs: remove out-of-date comments in btree_writepages()Qu Wenruo
2026-04-07btrfs: use the helper extent_buffer_uptodate() everywhereFilipe Manana
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-04btrfs: consolidate fsverity_info lookupChristoph Hellwig
2026-02-03btrfs: remove out_failed label in find_lock_delalloc_range()Filipe Manana
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana
2026-02-03btrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo
2026-02-03btrfs: concentrate the error handling of submit_one_sector()Qu Wenruo
2026-02-03btrfs: search for larger extent maps inside btrfs_do_readpage()Qu Wenruo
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo
2026-01-05Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-16btrfs: fix beyond-EOF write handlingQu Wenruo
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds