aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana1-0/+3
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-11/+11
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-58/+33
2025-09-23btrfs: use kmalloc_array() for open-coded arithmetic in kmalloc()Miquel Sabaté Solà1-6/+3
2025-09-23btrfs: simplify inline extent end calculation at replay_one_extent()Filipe Manana1-4/+1
2025-09-23btrfs: fix comment about nbytes increase at replay_one_extent()Filipe Manana1-9/+4
2025-09-23btrfs: dump detailed info and specific messages on log replay failuresFilipe Manana1-86/+346
2025-09-23btrfs: abort transaction if we fail to update inode in log replay dir fixupFilipe Manana1-0/+2
2025-09-23btrfs: abort transaction if we fail to find dir item during log replayFilipe Manana1-1/+3
2025-09-23btrfs: remove pointless inode lookup when processing extrefs during log replayFilipe Manana1-13/+1
2025-09-23btrfs: stop passing inode object IDs to __add_inode_ref() in log replayFilipe Manana1-21/+15
2025-09-23btrfs: add path for subvolume tree changes to struct walk_controlFilipe Manana1-167/+156
2025-09-23btrfs: remove redundant path release when overwriting item during log replayFilipe Manana1-1/+0
2025-09-23btrfs: remove redundant path release when processing dentry during log replayFilipe Manana1-1/+0
2025-09-23btrfs: avoid unnecessary path allocation when replaying a dir itemFilipe Manana1-9/+1
2025-09-23btrfs: avoid path allocations when dropping extents during log replayFilipe Manana1-0/+2
2025-09-23btrfs: avoid unnecessary path allocation at fixup_inode_link_count()Filipe Manana1-7/+3
2025-09-23btrfs: add current log leaf, key and slot to struct walk_controlFilipe Manana1-129/+126
2025-09-23btrfs: use the inode item boolean everywhere in overwrite_item()Filipe Manana1-5/+5
2025-09-23btrfs: use level argument in log tree walk callback replay_one_buffer()Filipe Manana1-5/+3
2025-09-23btrfs: use level argument in log tree walk callback process_one_buffer()Filipe Manana1-2/+1
2025-09-23btrfs: pass walk_control structure to overwrite_item()Filipe Manana1-6/+7
2025-09-23btrfs: pass walk_control structure to drop_one_dir_item() and helpersFilipe Manana1-21/+23
2025-09-23btrfs: pass walk_control structure to replay_one_dir_item() and replay_one_na...Filipe Manana1-8/+8
2025-09-23btrfs: pass walk_control structure to add_inode_ref() and helpersFilipe Manana1-24/+23
2025-09-23btrfs: pass walk_control structure to replay_one_extent()Filipe Manana1-3/+4
2025-09-23btrfs: pass walk_control structure to check_item_in_log()Filipe Manana1-8/+8
2025-09-23btrfs: pass walk_control structure to replay_dir_deletes()Filipe Manana1-14/+14
2025-09-23btrfs: move up the definition of struct walk_controlFilipe Manana1-52/+51
2025-09-23btrfs: pass walk_control structure to replay_xattr_deletes()Filipe Manana1-6/+7
2025-09-23btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana1-1/+0
2025-09-23btrfs: stop setting log_root_tree->log_root to NULL in btrfs_recover_log_trees()Filipe Manana1-1/+0
2025-09-23btrfs: stop passing transaction parameter to log tree walk functionsFilipe Manana1-14/+14
2025-09-23btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()Filipe Manana1-4/+1
2025-09-23btrfs: add and use a log root field to struct walk_controlFilipe Manana1-27/+35
2025-09-23btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()Filipe Manana1-6/+5
2025-09-23btrfs: rename replay_dest member of struct walk_control to rootFilipe Manana1-15/+17
2025-09-23btrfs: use booleans in walk control structure for log replayFilipe Manana1-9/+14
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-2/+2
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-3/+3
2025-09-22btrfs: collapse unaccount_log_buffer() into clean_log_buffer()Filipe Manana1-30/+21
2025-09-22btrfs: use local key variable to pass arguments in replay_one_extent()Filipe Manana1-3/+1
2025-09-22btrfs: process inline extent earlier in replay_one_extent()Filipe Manana1-164/+163
2025-09-22btrfs: exit early when replaying hole file extent item from a log treeFilipe Manana1-135/+126
2025-09-22btrfs: abort transaction where errors happen during log tree replayFilipe Manana1-51/+186
2025-09-22btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()Filipe Manana1-1/+1
2025-09-22btrfs: use local variable for the transaction handle in replay_one_buffer()Filipe Manana1-17/+11
2025-09-22btrfs: abort transaction in the process_one_buffer() log tree walk callbackFilipe Manana1-4/+16