NetBSD/sys/miscfs
perseant 3fa1c8abe9 Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent
operation if more than one LIST_REMOVE happens on interrupt, so both the test
for VONWORKLIST and the LIST_REMOVE(vp, v_synclist) need to be in splbio().
2002-05-14 19:37:18 +00:00
..
deadfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
fdesc Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fifofs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
genfs Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent 2002-05-14 19:37:18 +00:00
kernfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
nullfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
overlay Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
portal Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
procfs Move code shared by procfs and the kernel proper out of procfs and 2002-05-09 15:44:44 +00:00
specfs Extern speclisth 2002-05-12 20:42:03 +00:00
syncfs add a VOP_PUTPAGES method for all the filesystems that don't have pages. 2001-12-06 04:30:49 +00:00
umapfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
union Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
Makefile install miscfs/syncfs/syncfs.h 2001-09-09 17:42:46 +00:00