NetBSD/sys/ufs/ffs
christos 7c83b624ee We need to check if the inode is initialized for ffsv2 when we translate a
filehandle to a vnode. This can come from nfs and it could be out of range.
In that case we read garbage from the disk, end up trying to free bogus data
when we put the vnode back and we crash.
XXX: pullup-7
2015-12-23 23:31:28 +00:00
..
ffs_alloc.c Need wapbl transaction around ffs_blkfree_cg. Fixes wapbl+discard. 2015-08-12 14:52:35 +00:00
ffs_appleufs.c
ffs_balloc.c
ffs_bswap.c
ffs_extern.h
ffs_inode.c
ffs_quota2.c
ffs_snapshot.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c We need to check if the inode is initialized for ffsv2 when we translate a 2015-12-23 23:31:28 +00:00
ffs_vnops.c
ffs_wapbl.c
fs.h
Makefile