NetBSD/sys/miscfs
ad 25153c3ec9 PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
  mount takes a reference, and in turn the mount takes a reference to the
  vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
  locking inherited from 4.4BSD with a recursable rwlock.
2008-01-30 11:46:59 +00:00
..
deadfs Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
fdesc Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
fifofs Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
genfs Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
kernfs Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
nullfs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
overlay Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
portal Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
procfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
specfs Spec_open(): clear sd_bdevvp if bdev_open() failed. 2008-01-25 16:21:04 +00:00
syncfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
umapfs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
Makefile