mbox series

[0/2] btrfs: updates to error path for delayed dir index insertion failure

Message ID cover.1693207973.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: updates to error path for delayed dir index insertion failure | expand

Message

Filipe Manana Aug. 28, 2023, 7:37 a.m. UTC
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(-)