All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: a couple fixes for log replay and a refactoring
@ 2022-08-01 13:57 fdmanana
  2022-08-01 13:57 ` [PATCH 1/3] btrfs: fix lost error handling when looking up extended ref on log replay fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fdmanana @ 2022-08-01 13:57 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Fix two minor issues during log replay, when processing inode references,
and rework a bit the processing of new inode references to remove some
special code for special cases.

Filipe Manana (3):
  btrfs: fix lost error handling when looking up extended ref on log
    replay
  btrfs: fix warning during log replay when bumping inode link count
  btrfs: simplify adding and replacing references during log replay

 fs/btrfs/tree-log.c | 168 +++++---------------------------------------
 1 file changed, 16 insertions(+), 152 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-08-03 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 13:57 [PATCH 0/3] btrfs: a couple fixes for log replay and a refactoring fdmanana
2022-08-01 13:57 ` [PATCH 1/3] btrfs: fix lost error handling when looking up extended ref on log replay fdmanana
2022-08-01 13:57 ` [PATCH 2/3] btrfs: fix warning during log replay when bumping inode link count fdmanana
2022-08-01 13:57 ` [PATCH 3/3] btrfs: simplify adding and replacing references during log replay fdmanana
2022-08-03 20:05 ` [PATCH 0/3] btrfs: a couple fixes for log replay and a refactoring David Sterba

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.