NetBSD/sys/fs
pooka 01895f64a7 Fix a race in how new cookies are checked. Previously the checking
was done separate of inserting the cookie into the lookup structure
and without any form of interlock.  This could lead to the same
cookie pointing to two different nodes.  Remedy the race by creating
a separate "checked and ready to be inserted" cookie list which
serves as an interlock without having to hold a fs-global creation
lock.
2007-09-27 14:35:14 +00:00
..
adosfs * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
cd9660 * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
efs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
filecorefs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
hfs In the new world order (a.k.a. the human-understandable world order) 2007-08-17 17:44:43 +00:00
msdosfs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
ntfs * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
ptyfs Simplify ptyfs_readdir at pooka's suggestion. 2007-09-24 01:00:02 +00:00
puffs Fix a race in how new cookies are checked. Previously the checking 2007-09-27 14:35:14 +00:00
smbfs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
sysvbfs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
tmpfs Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
udf Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
union * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
Makefile Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
unicode.h -add __unused declarations to make it possible to use only half of it 2007-02-26 12:33:08 +00:00