NetBSD/sys/fs
hannken 76aa2ae1d5 Make union_newlower() ans union_newupper() local to union_subr.c,
expand and remove union_updatevp() and take care to transfer the
vnode lock from the union vnode to its new upper vnode without
breaking the fstrans state.

Add assertions that un_lowervp and un_uppervp never change from
non-NULL to non-NULL.
2017-07-17 09:22:36 +00:00
..
adosfs remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
cd9660 Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
efs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
filecorefs Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
hfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
msdosfs Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
nfs More changes for creds, mutex, etc. 2016-12-13 22:54:24 +00:00
nilfs Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
ntfs Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
ptyfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
puffs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
smbfs When a vnode has an invalid type because the type changed on the 2017-05-28 16:36:37 +00:00
sysvbfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
tmpfs remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
udf No need to call vflush from failing udf_mount(). If the system nodes 2017-06-24 12:13:16 +00:00
union Make union_newlower() ans union_newupper() local to union_subr.c, 2017-07-17 09:22:36 +00:00
unionfs remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
v7fs remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
Makefile 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00