#
77102b8e |
| 13-Jan-2017 |
christos <christos@NetBSD.org> |
Don't play with "../.." in includes for h_macros.h; deal with it centrally. Minor fixes.
|
#
9ebc6132 |
| 04-Apr-2011 |
hannken <hannken@NetBSD.org> |
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
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)
show more ...
|
#
0452e11f |
| 02-Apr-2011 |
hannken <hannken@NetBSD.org> |
Fix file handle operations for tmpfs by removing a now bogus test and fixing the return value of tmpfs_fhtovp() in the not-found case.
When vmlocking2 was merged to head (Jan 2008 !!) the inode numb
Fix file handle operations for tmpfs by removing a now bogus test and fixing the return value of tmpfs_fhtovp() in the not-found case.
When vmlocking2 was merged to head (Jan 2008 !!) the inode numbering was changed. Before inodes were numbered 2..tm_nodes_max-1 and after the merge the numbers are derived from the nodes memory address.
Fixes PR #43605 (tmpfs file handles are broken)
show more ...
|
#
e57b2c7b |
| 07-Jan-2011 |
pooka <pooka@NetBSD.org> |
use X-fs.mntname for f_fstypename. ignore p2k_ffs there.
|
#
ec85f68c |
| 19-Nov-2010 |
pooka <pooka@NetBSD.org> |
Convert skipped tests into proper xfails (a lazy bum is me).
prompted by pgoyette
|
#
d8a94b75 |
| 16-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add a test case which tries to fhopen() a file handle filled with random garbage.
|
#
5e33baaf |
| 12-Aug-2010 |
pooka <pooka@NetBSD.org> |
Fill in PR kern/43745 now that it exists.
lfs_tfhremove: Expected failure: fhopen() for removed file succeeds (PR kern/43745): t_vfsops.c:161: Expected true value in rump_sys_fhopen(fhp, fhsize,
Fill in PR kern/43745 now that it exists.
lfs_tfhremove: Expected failure: fhopen() for removed file succeeds (PR kern/43745): t_vfsops.c:161: Expected true value in rump_sys_fhopen(fhp, fhsize, O_RDONLY) == -1 msdosfs_tfhremove: Expected failure: fhopen() for removed file succeeds (PR kern/43745): t_vfsops.c:161: Expected true value in rump_sys_fhopen(fhp, fhsize, O_RDONLY) == -1
show more ...
|
#
d66cb1b1 |
| 12-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add test case for fhopenining a removed file. This fails on msdosfs and lfs and causes a kernel panic on nfs. I'll fix nfs soon and file a PR for the other two.
Also panicked ffs a few hours ago,
Add test case for fhopenining a removed file. This fails on msdosfs and lfs and causes a kernel panic on nfs. I'll fix nfs soon and file a PR for the other two.
Also panicked ffs a few hours ago, but was fixed by hannken. Needless to say, this test was inspired by his fix.
show more ...
|
#
95cbf373 |
| 19-Jul-2010 |
pooka <pooka@NetBSD.org> |
add missing headers
|
#
13918916 |
| 16-Jul-2010 |
njoly <njoly@NetBSD.org> |
Add some sanity checks for statvfs values.
|
#
e9ce0fb0 |
| 13-Jul-2010 |
pooka <pooka@NetBSD.org> |
make compile on HEAD
|
#
6463b412 |
| 13-Jul-2010 |
pooka <pooka@NetBSD.org> |
Add basic tests for vfsops.
tfilehandle is a test for PR kern/43605
|