opnsense-src/sys/fs
Stefan Eßer 8774fa749d msdosfs: fix cluster limit when mounting FAT-16 file systems
The maximum cluster number was calculated based on the number of data
cluters that fit in the givem partition size and the size of the FAT
area. This limit did not take into account that the highest 10 cluster
numbers are reserved and must not be used for files.

PR:		280347
Reported by:	pho@FreeBSD.org

(cherry picked from commit 45d4e82bf61f91792142a2b9e2af657dab8500fd)
2024-08-15 21:05:08 +02:00
..
autofs sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
cd9660 cd9660: Add support for mask,dirmask,uid,gid options 2024-04-08 10:25:46 -07:00
cuse sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
deadfs sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
devfs devfs_allocv(): style 2024-05-19 03:57:54 +03:00
ext2fs Fix build with gcc12. 2023-10-31 08:59:28 -07:00
fdescfs Fix MNT_IGNORE for devfs, fdescfs and nullfs 2024-04-22 15:48:15 +02:00
fifofs sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
fuse fusefs: correct a comment 2024-04-21 08:10:47 -06:00
mntfs sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
msdosfs msdosfs: fix cluster limit when mounting FAT-16 file systems 2024-08-15 21:05:08 +02:00
nfs nfsd: Fix nfsrv_cleanclient so that it can be called with a mutex 2024-07-21 16:06:02 -07:00
nfsclient nfscl: Scan readdir reply filenames for invalid characters 2024-07-27 20:53:17 -07:00
nfsserver nfsd: Make modifying vfs.nfsd.enable_locallocks safe 2024-07-22 17:29:54 -07:00
nullfs nullfs: Show correct exported flag. 2024-04-22 15:48:15 +02:00
procfs sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
pseudofs pseudofs: fix off by one in hash iteration in pfs_purge 2023-11-24 17:22:15 +00:00
smbfs Add vnode_pager_clean_{a,}sync(9) 2024-01-18 02:51:33 +02:00
tarfs tarfs: Implement VOP_BMAP 2024-04-15 10:06:12 -04:00
tmpfs tmpfs_destroy_vobject(): clear v_object under the object lock 2024-05-19 03:57:54 +03:00
udf udf: uma_zcreate() does not fail 2024-05-02 09:25:08 -04:00
unionfs unionfs_lookup(): fix wild accesses to vnode private data 2024-04-27 12:42:36 -05:00