NetBSD/sys/fs
hannken ea1a52c704 When union_allocvp() finds a node being cleaned out and the caller holds
a lock, ignore the node and continue.  To allow the cleaning to succeed
the current threadmust make progress.
For a brief time the cache may contain more than one vnode referring to
a lower node.

Don't unlock the hash mutex if getnewvnode fails -- we don't hold it.
2011-11-25 11:19:10 +00:00
..
adosfs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
cd9660 VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
efs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
filecorefs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
hfs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
msdosfs Add missing fstrans_done(). 2011-11-21 10:46:56 +00:00
nilfs Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
ntfs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
ptyfs Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
puffs Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
smbfs VOP_GETATTR() needs a shared lock at least. 2011-10-23 08:42:06 +00:00
sysvbfs remove unused call to DIOCGPART that was only used for debugging. 2011-11-13 23:07:11 +00:00
tmpfs First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
udf Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
union When union_allocvp() finds a node being cleaned out and the caller holds 2011-11-25 11:19:10 +00:00
unionfs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
v7fs use getdisksize() 2011-11-13 23:08:47 +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