NetBSD/sys/fs
hannken b04f8aa83f Fix a race where thread1 runs VOP_REMOVE() and gets preempted in
tmpfs_reclaim() before the call to tmpfs_free_node().  Thread2
runs VFS_FHTOVP() and gets a new vnode attached to the node thread1
is about to destroy.

Change tmpfs_fhtovp() to check the generation number after
tmpfs_vnode_get() succeeded.
2014-01-04 12:36:49 +00:00
..
adosfs Replace macro v_specmountpoint with two functions spec_node_getmountedfs() 2013-09-30 18:57:59 +00:00
cd9660 change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +00:00
efs use __diagused where appropriate. 2013-10-30 08:27:01 +00:00
filecorefs At least fetch the mount data pointer before using it. 2013-12-25 11:11:55 +00:00
hfs remove unused variables 2013-10-18 19:58:11 +00:00
msdosfs don't treat adjacent members as a larger array 2013-12-24 16:51:24 +00:00
nfs Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
nilfs apply __diagused where appropriate. 2013-11-01 06:41:56 +00:00
ntfs CID 975205: Unchecked return value 2013-12-10 18:20:32 +00:00
ptyfs - support advisory locking on ptys 2013-11-05 00:40:33 +00:00
puffs - remove unused variables 2013-10-17 21:03:27 +00:00
smbfs fix unused variable warnings 2013-10-20 21:13:15 +00:00
sysvbfs At least fetch mount data pointer before using it. 2013-12-25 11:15:49 +00:00
tmpfs Fix a race where thread1 runs VOP_REMOVE() and gets preempted in 2014-01-04 12:36:49 +00:00
udf Don't create a variable just to assert() on it - assert on the 2013-11-21 23:42:09 +00:00
union remove unused code 2013-10-17 21:03:50 +00:00
unionfs Excise struct componentname from the namecache. 2012-11-05 17:27:37 +00:00
v7fs change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00