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
43 hours
btrfs: use kvmalloc() for overwrite_item()
Qu Wenruo
3 days
btrfs: pre-allocate delayed dir index for non-overwrite rename
Jeff Layton
3 days
btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
Filipe Manana
2026-08-07
btrfs: skip hole detection during full fsync for files without holes
Filipe Manana
2026-08-07
btrfs: add struct btrfs_eb_prealloc
Boris Burkov
2026-08-07
btrfs: use simple booleans for log_commit field in struct btrfs_root
Filipe Manana
2026-08-07
btrfs: check for exit condition after waking in wait_log_commit()
Filipe Manana
2026-08-07
btrfs: move condition for log commit wait into wait_log_commit()
Filipe Manana
2026-08-07
btrfs: remove log batch counter use for fsync
Filipe Manana
2026-08-07
btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
Filipe Manana
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
[next]