NetBSD/sys/ufs/ffs
maxv 9f7cd5d78c Add some checks in ffs_superblock_validate():
- fs_bsize < MINBSIZE
 - !powerof2(fs_bsize)
 - !powerof2(fs->fs_fsize)
 - fs_bsize < fs->fs_fsize

Based on makefs/ffs.
2015-02-13 16:59:52 +00:00
..
ffs_alloc.c Prefer cprng_fast32 over random. A good distribution even in the lower 2014-09-08 20:52:37 +00:00
ffs_appleufs.c
ffs_balloc.c Definining needswap where needed. 2013-10-20 00:29:10 +00:00
ffs_bswap.c
ffs_extern.h
ffs_inode.c Definining needswap where needed. 2013-10-20 00:29:10 +00:00
ffs_quota2.c
ffs_snapshot.c Don't nest structure definitions. 2014-09-05 06:10:07 +00:00
ffs_subr.c Definining needswap where needed. 2013-10-20 00:29:10 +00:00
ffs_tables.c
ffs_vfsops.c Add some checks in ffs_superblock_validate(): 2015-02-13 16:59:52 +00:00
ffs_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
ffs_wapbl.c move the flag setting higher to avoid KASSERT (dholland) 2014-07-11 16:17:29 +00:00
fs.h
Makefile