All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs: some cleanups for the log tree replay code
@ 2025-05-21 17:44 fdmanana
  2025-05-21 17:44 ` [PATCH 1/4] btrfs: unfold transaction aborts when replaying log trees fdmanana
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fdmanana @ 2025-05-21 17:44 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

A set of trivial cleanups after running into a bug I'm debugging where
replaying directory deletes is failing. Details in the change logs.

Filipe Manana (4):
  btrfs: unfold transaction aborts when replaying log trees
  btrfs: abort transaction during log replay if walk_log_tree() failed
  btrfs: remove redundant path release when replaying a log tree
  btrfs: simplify error detection flow during log replay

 fs/btrfs/tree-log.c | 64 ++++++++++++++++++++++++++-------------------
 1 file changed, 37 insertions(+), 27 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-22 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 17:44 [PATCH 0/4] btrfs: some cleanups for the log tree replay code fdmanana
2025-05-21 17:44 ` [PATCH 1/4] btrfs: unfold transaction aborts when replaying log trees fdmanana
2025-05-21 17:44 ` [PATCH 2/4] btrfs: abort transaction during log replay if walk_log_tree() failed fdmanana
2025-05-21 17:44 ` [PATCH 3/4] btrfs: remove redundant path release when replaying a log tree fdmanana
2025-05-21 17:44 ` [PATCH 4/4] btrfs: simplify error detection flow during log replay fdmanana
2025-05-22 21:22 ` [PATCH 0/4] btrfs: some cleanups for the log tree replay code Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.