NetBSD/sys/miscfs
hannken 111bde084e layer_inactive: With specnodes introduced during vmlocking2
it is safe to cache device nodes.

Tested with nullfs only as unionfs with device nodes panics.
2011-01-02 10:38:02 +00:00
..
deadfs do minimal locking to make assertions like KASSERT(VOP_ISLOCKED(vp)) happy. 2010-12-17 22:03:00 +00:00
fdesc Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
fifofs Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
genfs layer_inactive: With specnodes introduced during vmlocking2 2011-01-02 10:38:02 +00:00
kernfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
nullfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
overlay Replace vget() with vref()/vn_lock(), this node already has a reference. 2010-07-09 08:10:50 +00:00
procfs Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch 2010-12-20 00:25:23 +00:00
specfs Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
syncfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
umapfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
Makefile Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00