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
/
tree-log.c
Age
Commit message (
Expand
)
Author
2026-06-09
btrfs: tracepoints: add trace event for btrfs_sync_log()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for btrfs_log_new_name()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for log_new_delayed_dentries()
Filipe Manana
2026-06-09
btrfs: use simple assertions where enough during inode logging and replay
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for log_conflicting_inodes()
Filipe Manana
2026-06-09
btrfs: tracepoints: add trace event for add_conflicting_inode()
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for log_new_dir_dentries()
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for log_all_new_ancestors()
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for btrfs_log_all_parents()
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for btrfs_log_inode()
Filipe Manana
2026-06-08
btrfs: use a named enum for the log mode in inode log functions
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for btrfs_log_inode_parent()
Filipe Manana
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
2026-04-07
btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return void
Filipe Manana
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: prefer IS_ERR_OR_NULL() over manual NULL check
Philipp Hahn
2026-04-07
btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()
Filipe Manana
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
2026-04-07
btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()
Qu Wenruo
2026-04-07
btrfs: rename btrfs_ordered_extent::list to csum_list
Qu Wenruo
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
2026-04-07
btrfs: pass transaction handle to write_all_supers()
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 zero size inode with non-zero size after log replay
Filipe Manana
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-16
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-13
btrfs: log new dentries when logging parent dir of a conflicting inode
Filipe Manana
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: use the btrfs_extent_map_end() helper everywhere
Filipe Manana
2026-01-20
btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
Qiang Ma
2026-01-06
btrfs: fix NULL pointer dereference in do_abort_log_replay()
Suchit Karunakaran
2025-12-16
btrfs: always detect conflicting inodes when logging inode refs
Filipe Manana
2025-12-08
btrfs: do not skip logging new dentries when logging a new name
Filipe Manana
2025-12-08
btrfs: don't log conflicting inode if it's a dir moved in the current transac...
Filipe Manana
2025-11-25
btrfs: remove unnecessary inode key in btrfs_log_all_parents()
Filipe Manana
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-25
btrfs: reduce arguments to btrfs_del_inode_ref_in_log()
Filipe Manana
2025-11-25
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
Filipe Manana
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
2025-11-24
btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking context
Qu Wenruo
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
2025-11-24
btrfs: fix trivial -Wshadow warnings
David Sterba
[next]