All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: fix lost error value deleting root reference
@ 2022-08-22 11:53 fdmanana
  2022-08-22 11:53 ` [PATCH 1/2] btrfs: fix silent failure when " fdmanana
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: fdmanana @ 2022-08-22 11:53 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Fix a silent failure in case deleting a root reference fails when searching
for an item. Then make btrfs_del_root_ref() less likely to run into such
type of bug in the future. Details in the changelogs.

Filipe Manana (2):
  btrfs: fix silent failure when deleting root reference
  btrfs: simplify error handling at btrfs_del_root_ref()

 fs/btrfs/root-tree.c | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-08-23 18:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 11:53 [PATCH 0/2] btrfs: fix lost error value deleting root reference fdmanana
2022-08-22 11:53 ` [PATCH 1/2] btrfs: fix silent failure when " fdmanana
2022-08-22 11:53 ` [PATCH 2/2] btrfs: simplify error handling at btrfs_del_root_ref() fdmanana
2022-08-22 14:47 ` [PATCH v2 0/2] btrfs: fix lost error value deleting root reference fdmanana
2022-08-22 14:47   ` [PATCH v2 1/2] btrfs: fix silent failure when " fdmanana
2022-08-22 23:47     ` Qu Wenruo
2022-08-23  8:11       ` Filipe Manana
2022-08-23 17:15         ` David Sterba
2022-08-22 14:47   ` [PATCH v2 2/2] btrfs: simplify error handling at btrfs_del_root_ref() fdmanana
2022-08-22 23:54     ` Qu Wenruo
2022-08-23  8:09       ` Filipe Manana
2022-08-22 18:30   ` [PATCH v2 0/2] btrfs: fix lost error value deleting root reference 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.