NetBSD/sys/fs/tmpfs
chs c398ae9734 a smorgasbord of improvements to vnode locking and path lookup:
- LOCKPARENT is no longer relevant for lookup(), relookup() or VOP_LOOKUP().
   these now always return the parent vnode locked.  namei() works as before.
   lookup() and various other paths no longer acquire vnode locks in the
   wrong order via vrele().  fixes PR 32535.
   as a nice side effect, path lookup is also up to 25% faster.
 - the above allows us to get rid of PDIRUNLOCK.
 - also get rid of WANTPARENT (just use LOCKPARENT and unlock it).
 - remove an assumption in layer_node_find() that all file systems implement
   a recursive VOP_LOCK() (unionfs doesn't).
 - require that all file systems supply vfs_vptofh and vfs_fhtovp routines.
   fill in eopnotsupp() for file systems that don't support being exported
   and remove the checks for NULL.  (layerfs calls these without checking.)
 - in union_lookup1(), don't change refcounts in the ISDOTDOT case, just
   adjust which vnode is locked.  fixes PR 33374.
 - apply fixes for ufs_rename() from ufs_vnops.c rev. 1.61 to ext2fs_rename().
2006-12-09 16:11:50 +00:00
..
TODO Audit kqueue notifications. The reference behavior is taken from MFS and 2006-11-09 15:06:03 +00:00
files.tmpfs merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs.h Fix typo in comment. 2006-11-13 11:47:37 +00:00
tmpfs_fifoops.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs_fifoops.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
tmpfs_pool.c Add 2006 to the copyright notice; should have done this when touching the 2006-11-09 16:20:06 +00:00
tmpfs_pool.h Add 2006 to the copyright notice; should have done this when touching the 2006-11-09 16:20:06 +00:00
tmpfs_specops.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tmpfs_specops.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
tmpfs_subr.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tmpfs_vfsops.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tmpfs_vnops.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
tmpfs_vnops.h Add 2006 to the copyright notice; should have done this when touching the 2006-11-09 16:20:06 +00:00