NetBSD/sys/ufs/ffs
maxv e6e56ce208 ffs_reload(): the current implementation blindly guesses critical fields
of the superblock didn't change. Add checks to ensure they didn't change
for real. This prevents several memory corruptions.
2015-03-03 17:46:39 +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 Revert a change in my previous commit that broke the checksum calculation. 2015-02-15 11:04:43 +00:00
ffs_balloc.c
ffs_bswap.c
ffs_extern.h
ffs_inode.c
ffs_quota2.c KNF, and simplify a bit. 2015-02-22 14:12:48 +00:00
ffs_snapshot.c Don't nest structure definitions. 2014-09-05 06:10:07 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c ffs_reload(): the current implementation blindly guesses critical fields 2015-03-03 17:46:39 +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 Two typos: 2015-02-14 09:06:11 +00:00
Makefile