[PATCH 0/3] Fix two syzbot corruption bugs in minix filesystem
From: Jori Koolstra
Date: Tue Nov 04 2025 - 09:33:27 EST
Syzbot fuzzes /fs by trying to mount and manipulate deliberately
corrupted filesystems. This should not lead to BUG_ONs and WARN_ONs for
easy to detect corruptions. This series adds code to be able to report
such corruptions and fixes two syzbot bugs on this kind.
Jori Koolstra (3):
Add error handling to minix filesystem for inode corruption detection
Fix a drop_nlink warning in minix_rmdir
Fix a drop_nlink warning in minix_rename
fs/minix/inode.c | 16 ++++++++++++++++
fs/minix/minix.h | 9 +++++++++
fs/minix/namei.c | 39 ++++++++++++++++++++++++++++++++-------
3 files changed, 57 insertions(+), 7 deletions(-)
--
2.51.2