Re: [PATCH 0/3] XFS error handling fixes

2025-07-21 Thread Mate Kukri
It would be good if someone circled back to the two unmerged patches in this series. On Thu, Jan 23, 2025 at 5:45 PM Egor Ignatov wrote: > > This patchset fixes several issues with error handling in xfs module. > > Egor Ignatov (3): > fs/xfs: Handle root inode read failure in grub_xfs_mount >

[PATCH 0/3] XFS error handling fixes

2025-01-23 Thread Egor Ignatov
This patchset fixes several issues with error handling in xfs module. Egor Ignatov (3): fs/xfs: Handle root inode read failure in grub_xfs_mount fs/xfs: Fix grub_xfs_iterate_dir return value in case of failure fs/xfs: Propagate incorrect inode error from grub_xfs_read_inode grub-core/fs/xf