summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2026-06-14btrfs: Drop WQ_PERCPU from ordered_flags in btrfs_init_workqueues()Nathan Chancellor
2026-06-09btrfs: fix use-after-free after relocation failure with concurrent COWFilipe Manana
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: use shifts for sectorsize and nodesizeDavid Sterba
2026-06-09btrfs: use on-disk uuid for s_uuid in temp_fsid mountsAnand Jain
2026-06-09btrfs: introduce support for huge foliosQu Wenruo
2026-06-08btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()Filipe Manana
2026-06-08btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()Filipe Manana
2026-06-08btrfs: simplify the btree folio wait during invalidationQu 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: limit size of bios submitted from writebackJan Kara
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo
2026-04-07btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan checkDave Chen
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: only invalidate btree inode pages after all ebs are releasedQu Wenruo
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: constify arguments of some functionsFilipe Manana
2026-04-07btrfs: remove duplicate include of delayed-inode.h in disk-io.cChen Ni
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana
2026-04-07btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()Filipe Manana
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana
2026-04-07btrfs: move min sys chunk array size check to validate_sys_chunk_array()Filipe Manana
2026-04-07btrfs: remove duplicate system chunk array max size overflow checkFilipe Manana
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18btrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana
2026-02-03btrfs: remove pointless out labels from disk-io.cFilipe Manana