NetBSD/tests/fs
hannken fff1c84c3d Msdosfs on-disk meta data is not sufficient to create or validate file handles.
Maintain a tree of file handles, create nodes from msdosfs_vptofh() and keep
them until either the file gets unlinked or the file system gets unmounted.

Fixes the msdosfs part of PR #43745 (fhopen of an unlinked file causes problems
on multiple file systems)
2011-04-04 19:16:58 +00:00
..
common Remove unnecessary (and broken) cleanup routines. 2011-03-22 16:50:16 +00:00
ffs Add support for multiple rump servers in shutdown and cleanup 2011-03-12 13:43:58 +00:00
hfs Remove xfail for sparc64, alignement issues have been fixed 2011-02-25 20:54:18 +00:00
kernfs Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +00:00
lfs make the timeouts a bit more generous for really slow systems 2011-02-22 18:41:04 +00:00
msdosfs Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +00:00
nfs Add a test for rpc.rquotad(8) 2011-03-12 14:03:38 +00:00
nullfs Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +00:00
psshfs Make sure test doesn't pass if file system could not be read at all. 2011-03-31 12:56:03 +00:00
ptyfs Add layer_revoke() that adjusts the lower vnode use count to be at least as 2011-01-10 11:11:03 +00:00
puffs reinstate #ifdef PUFFSDUMP around otherwise unused function 2011-04-04 15:42:42 +00:00
tmpfs Prevent failures from cleanup routines. Do so by only attempting to do the 2011-03-24 21:52:51 +00:00
umapfs convert to newstyle automagic rump compat syscalls 2010-07-19 15:35:38 +00:00
union Move basic unionfs test from fs/union to fs/vfs and make it test 2011-01-12 21:13:26 +00:00
vfs Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
zfs Add one simple test case which checks that zpool create results in 2011-03-10 20:02:26 +00:00
Makefile Add one simple test case which checks that zpool create results in 2011-03-10 20:02:26 +00:00
Makefile.inc add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
h_funcs.subr