opnsense-src/sys/fs/msdosfs
Jose Luis Duran 0b2c159c8f msdosfs: return ENOENT if looking up invalid name for OPEN or DELETE
and keep reporting EINVAL for CREATE or RENAME lookups.  The reasoning is
that non-corrupted filesystem cannot have invalid dirents anyway, so
returning ENOENT is more in-line with the natural behavior.

PR:	281033
MFC after:	1 week
2024-08-25 17:50:53 +03:00
..
bootsect.h sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
bpb.h sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
denode.h msdosfs: fix potential inode collision on FAT12 and FAT16 2024-02-20 13:02:24 +01:00
direntry.h sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
fat.h sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
msdosfs_conv.c sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
msdosfs_denode.c msdosfs: fix potential inode collision on FAT12 and FAT16 2024-02-20 13:02:24 +01:00
msdosfs_fat.c fs/msdosfs fatblock: use ulmin() rather than min() 2024-02-23 19:37:52 +02:00
msdosfs_iconv.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
msdosfs_lookup.c msdosfs: return ENOENT if looking up invalid name for OPEN or DELETE 2024-08-25 17:50:53 +03:00
msdosfs_vfsops.c msdosfs: fix cluster limit when mounting FAT-16 file systems 2024-08-09 19:26:27 +02:00
msdosfs_vnops.c msdosfs: fix directory corruption after rename operation 2024-02-17 22:04:49 +01:00
msdosfsmount.h sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00