index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2026-06-14
btrfs: Drop WQ_PERCPU from ordered_flags in btrfs_init_workqueues()
Nathan Chancellor
2026-06-09
btrfs: fix use-after-free after relocation failure with concurrent COW
Filipe Manana
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: use shifts for sectorsize and nodesize
David Sterba
2026-06-09
btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
Anand Jain
2026-06-09
btrfs: introduce support for huge folios
Qu Wenruo
2026-06-08
btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()
Filipe Manana
2026-06-08
btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()
Filipe Manana
2026-06-08
btrfs: simplify the btree folio wait during invalidation
Qu Wenruo
2026-06-08
btrfs: unexport and move extent_invalidate_folio()
Qu Wenruo
2026-06-08
btrfs: warn about extent buffer that can not be released
Qu Wenruo
2026-06-08
btrfs: limit size of bios submitted from writeback
Jan Kara
2026-06-08
btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
Filipe Manana
2026-06-08
btrfs: remove the COW fixup mechanism
Qu Wenruo
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2026-04-07
btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan check
Dave Chen
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
2026-04-07
btrfs: only invalidate btree inode pages after all ebs are released
Qu Wenruo
2026-04-07
btrfs: remove atomic parameter from btrfs_buffer_uptodate()
Qu Wenruo
2026-04-07
btrfs: revalidate cached tree blocks on the uptodate path
ZhengYuan Huang
2026-04-07
btrfs: constify arguments of some functions
Filipe Manana
2026-04-07
btrfs: remove duplicate include of delayed-inode.h in disk-io.c
Chen Ni
2026-04-07
btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()
Filipe Manana
2026-04-07
btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()
Filipe Manana
2026-04-07
btrfs: set written super flag once in write_all_supers()
Filipe Manana
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
2026-04-07
btrfs: tag error branches as unlikely during super block writes
Filipe Manana
2026-04-07
btrfs: abort transaction on error in write_all_supers()
Filipe Manana
2026-04-07
btrfs: pass transaction handle to write_all_supers()
Filipe Manana
2026-04-07
btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()
Filipe Manana
2026-04-07
btrfs: move min sys chunk array size check to validate_sys_chunk_array()
Filipe Manana
2026-04-07
btrfs: remove duplicate system chunk array max size overflow check
Filipe Manana
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-23
btrfs: fix super block offset in error message in btrfs_validate_super()
Mark Harmstone
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread start
Johannes Thumshirn
2026-02-26
btrfs: fix compat mask in error messages in btrfs_check_features()
Mark Harmstone
2026-02-26
btrfs: don't commit the super block when unmounting a shutdown filesystem
Miquel SabatĂ© SolĂ
2026-02-26
btrfs: convert log messages to error level in btrfs_replay_log()
Filipe Manana
2026-02-26
btrfs: remove btrfs_handle_fs_error() after failure to recover log trees
Filipe Manana
2026-02-26
btrfs: remove redundant warning message in btrfs_check_uuid_tree()
Filipe Manana
2026-02-26
btrfs: change warning messages to error level in open_ctree()
Filipe Manana
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
btrfs: change unaligned root messages to error level in btrfs_validate_super()
Filipe Manana
2026-02-03
btrfs: remove pointless out labels from disk-io.c
Filipe Manana
[next]