index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.c
Age
Commit message (
Expand
)
Author
13 days
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
Filipe Manana
13 days
btrfs: don't skip remaining extrefs if dir not found during log replay
Filipe Manana
13 days
btrfs: don't ignore inode missing when replaying log tree
Filipe Manana
13 days
btrfs: populate otime when logging an inode item
Qu Wenruo
13 days
btrfs: tree-log: don't use token set/get accessors in fill_inode_item()
David Sterba
13 days
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
13 days
btrfs: split inode extref processing from __add_inode_ref() into a helper
Filipe Manana
13 days
btrfs: split inode ref processing from __add_inode_ref() into a helper
Filipe Manana
13 days
btrfs: remove unused parameters from btrfs_lookup_inode_extref()
Sun YangKai
13 days
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
13 days
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
13 days
btrfs: switch del_all argument of replay_dir_deletes() from int to bool
Filipe Manana
13 days
btrfs: pass NULL index to btrfs_del_inode_ref() where not needed
Filipe Manana
13 days
btrfs: allocate scratch eb earlier at btrfs_log_new_name()
Filipe Manana
13 days
btrfs: allocate path earlier at btrfs_log_new_name()
Filipe Manana
13 days
btrfs: allocate path earlier at btrfs_del_dir_entries_in_log()
Filipe Manana
13 days
btrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()
Filipe Manana
13 days
btrfs: use btrfs_del_item() at del_logged_dentry()
Filipe Manana
13 days
btrfs: assert we join log transaction at btrfs_del_inode_ref_in_log()
Filipe Manana
13 days
btrfs: simplify error detection flow during log replay
Filipe Manana
13 days
btrfs: remove redundant path release when replaying a log tree
Filipe Manana
13 days
btrfs: abort transaction during log replay if walk_log_tree() failed
Filipe Manana
13 days
btrfs: unfold transaction aborts when replaying log trees
Filipe Manana
2025-06-27
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
2025-06-27
btrfs: fix inode lookup error handling during log replay
Filipe Manana
2025-06-27
btrfs: fix iteration of extrefs during log replay
Filipe Manana
2025-06-27
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
2025-06-19
btrfs: don't silently ignore unexpected extent type when replaying log
Filipe Manana
2025-06-19
btrfs: fix invalid inode pointer dereferences during log replay
Filipe Manana
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: fix fsync of files with no hard links not persisting deletion
Filipe Manana
2025-03-18
btrfs: remove end_no_trans label from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: remove redundant else statement from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: use memcmp_extent_buffer() at replay_one_extent()
Filipe Manana
2025-03-18
btrfs: update outdated comment for overwrite_item()
Filipe Manana
2025-03-18
btrfs: use variables to store extent buffer and slot at overwrite_item()
Filipe Manana
2025-03-18
btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
Filipe Manana
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
2025-03-18
btrfs: pass a btrfs_inode to fixup_inode_link_count()
Filipe Manana
2025-03-18
btrfs: return a btrfs_inode from read_one_inode()
Filipe Manana
2025-03-18
btrfs: return a btrfs_inode from btrfs_iget_logging()
Filipe Manana
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-13
btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
[next]