index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix invalid extref key setup when replaying dentry
Filipe Manana
2025-09-15
1
-1
/
+1
*
btrfs: avoid load/store tearing races when checking if an inode was logged
Filipe Manana
2025-08-21
1
-4
/
+21
*
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
2025-08-21
1
-15
/
+2
*
btrfs: fix race between logging inode and checking if it was logged before
Filipe Manana
2025-08-21
1
-6
/
+30
*
btrfs: error on missing block group when unaccounting log tree extent buffers
Filipe Manana
2025-08-07
1
-12
/
+7
*
btrfs: fix log tree replay failure due to file with 0 links and extents
Filipe Manana
2025-08-06
1
-18
/
+30
*
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
Filipe Manana
2025-07-21
1
-5
/
+4
*
btrfs: don't skip remaining extrefs if dir not found during log replay
Filipe Manana
2025-07-21
1
-4
/
+14
*
btrfs: don't ignore inode missing when replaying log tree
Filipe Manana
2025-07-21
1
-2
/
+12
*
btrfs: populate otime when logging an inode item
Qu Wenruo
2025-07-21
1
-0
/
+3
*
btrfs: tree-log: don't use token set/get accessors in fill_inode_item()
David Sterba
2025-07-21
1
-29
/
+19
*
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
2025-07-21
1
-1
/
+1
*
btrfs: split inode extref processing from __add_inode_ref() into a helper
Filipe Manana
2025-07-21
1
-57
/
+74
*
btrfs: split inode ref processing from __add_inode_ref() into a helper
Filipe Manana
2025-07-21
1
-44
/
+62
*
btrfs: remove unused parameters from btrfs_lookup_inode_extref()
Sun YangKai
2025-07-21
1
-3
/
+1
*
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
2025-07-21
1
-6
/
+6
*
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
2025-07-21
1
-2
/
+2
*
btrfs: switch del_all argument of replay_dir_deletes() from int to bool
Filipe Manana
2025-07-21
1
-6
/
+5
*
btrfs: pass NULL index to btrfs_del_inode_ref() where not needed
Filipe Manana
2025-07-21
1
-3
/
+1
*
btrfs: allocate scratch eb earlier at btrfs_log_new_name()
Filipe Manana
2025-07-21
1
-4
/
+11
*
btrfs: allocate path earlier at btrfs_log_new_name()
Filipe Manana
2025-07-21
1
-7
/
+9
*
btrfs: allocate path earlier at btrfs_del_dir_entries_in_log()
Filipe Manana
2025-07-21
1
-9
/
+9
*
btrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()
Filipe Manana
2025-07-21
1
-1
/
+2
*
btrfs: use btrfs_del_item() at del_logged_dentry()
Filipe Manana
2025-07-21
1
-1
/
+1
*
btrfs: assert we join log transaction at btrfs_del_inode_ref_in_log()
Filipe Manana
2025-07-21
1
-1
/
+2
*
btrfs: simplify error detection flow during log replay
Filipe Manana
2025-07-21
1
-24
/
+29
*
btrfs: remove redundant path release when replaying a log tree
Filipe Manana
2025-07-21
1
-2
/
+0
*
btrfs: abort transaction during log replay if walk_log_tree() failed
Filipe Manana
2025-07-21
1
-2
/
+5
*
btrfs: unfold transaction aborts when replaying log trees
Filipe Manana
2025-07-21
1
-2
/
+6
*
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
2025-06-27
1
-0
/
+2
*
btrfs: fix inode lookup error handling during log replay
Filipe Manana
2025-06-27
1
-65
/
+62
*
btrfs: fix iteration of extrefs during log replay
Filipe Manana
2025-06-27
1
-2
/
+2
*
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
2025-06-27
1
-1
/
+3
*
btrfs: don't silently ignore unexpected extent type when replaying log
Filipe Manana
2025-06-19
1
-1
/
+4
*
btrfs: fix invalid inode pointer dereferences during log replay
Filipe Manana
2025-06-19
1
-8
/
+6
*
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
1
-7
/
+7
*
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
1
-4
/
+4
*
btrfs: fix fsync of files with no hard links not persisting deletion
Filipe Manana
2025-05-15
1
-8
/
+16
*
btrfs: remove end_no_trans label from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
1
-18
/
+10
*
btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
Filipe Manana
2025-03-18
1
-3
/
+6
*
btrfs: remove redundant else statement from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
1
-2
/
+0
*
btrfs: use memcmp_extent_buffer() at replay_one_extent()
Filipe Manana
2025-03-18
1
-13
/
+6
*
btrfs: update outdated comment for overwrite_item()
Filipe Manana
2025-03-18
1
-5
/
+5
*
btrfs: use variables to store extent buffer and slot at overwrite_item()
Filipe Manana
2025-03-18
1
-22
/
+25
*
btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
Filipe Manana
2025-03-18
1
-10
/
+2
[next]