All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: updates to error path for delayed dir index insertion failure
@ 2023-08-28  7:37 fdmanana
  2023-08-28  7:37 ` [PATCH 1/2] btrfs: improve error message after failure to add delayed dir index item fdmanana
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: fdmanana @ 2023-08-28  7:37 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Some updates to the error path for delayed dir index insertion failure,
motivated by a recent syzbot report:

  https://lore.kernel.org/linux-btrfs/00000000000036e1290603e097e0@google.com/

Details in the changelogs.

Filipe Manana (2):
  btrfs: improve error message after failure to add delayed dir index item
  btrfs: remove BUG() after failure to insert delayed dir index item

 fs/btrfs/delayed-inode.c | 71 ++++++++++++++++++++++++++--------------
 1 file changed, 46 insertions(+), 25 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-09-05 16:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28  7:37 [PATCH 0/2] btrfs: updates to error path for delayed dir index insertion failure fdmanana
2023-08-28  7:37 ` [PATCH 1/2] btrfs: improve error message after failure to add delayed dir index item fdmanana
2023-08-28  7:37 ` [PATCH 2/2] btrfs: remove BUG() after failure to insert " fdmanana
2023-08-28  8:06 ` [PATCH v2 0/3] btrfs: updates to error path for delayed dir index insertion failure fdmanana
2023-08-28  8:06   ` [PATCH v2 1/3] btrfs: improve error message after failure to add delayed dir index item fdmanana
2023-08-28  8:34     ` Qu Wenruo
2023-08-28  8:06   ` [PATCH v2 2/3] btrfs: remove BUG() after failure to insert " fdmanana
2023-08-28  8:42     ` Qu Wenruo
2023-08-28  8:53       ` Filipe Manana
2023-08-28  9:18         ` Qu Wenruo
2023-08-28  8:06   ` [PATCH v2 3/3] btrfs: assert delayed node locked when removing delayed item fdmanana
2023-08-28  8:45     ` Qu Wenruo
2023-09-05 12:38   ` [PATCH v2 0/3] btrfs: updates to error path for delayed dir index insertion failure 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.