NetBSD/sys/miscfs
chs e406c140eb add a genfs method to allow a file system to limit the range of pages
that are given to a single GOP_WRITE() call.  needed by ZFS.
2018-05-28 21:04:37 +00:00
..
deadfs No need to cache anonymous device vnodes, they will never be looked up. 2017-08-21 08:56:45 +00:00
fdesc Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
fifofs Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
genfs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
kernfs factor out some repeated code and simplify the logputchar function. 2018-03-31 23:12:01 +00:00
nullfs Locking a layer vnode using the regular bypass routine is no longer 2017-06-04 08:02:26 +00:00
overlay Locking a layer vnode using the regular bypass routine is no longer 2017-06-04 08:02:26 +00:00
procfs Change procfs_revoke_vnodes() to use vrecycle()/vgone() instead 2018-04-16 20:27:38 +00:00
specfs Refuse to open a block device with zero open count when it has 2017-06-24 12:14:21 +00:00
umapfs Locking a layer vnode using the regular bypass routine is no longer 2017-06-04 08:02:26 +00:00
Makefile Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00