NetBSD/sys/ufs
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
..
chfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ext2fs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ffs We need to check if the inode is initialized for ffsv2 when we translate a 2015-12-23 23:31:28 +00:00
lfs Update now-lying comment. 2015-11-26 19:25:54 +00:00
mfs Change ffs to use vcache_new: 2015-03-17 09:39:29 +00:00
ufs Pull over comments on struct direct's type/reclen byte swapping from LFS. 2015-09-01 06:16:03 +00:00
files.ufs Change lfs from hash table to vcache. 2015-05-31 15:48:02 +00:00
Makefile