NetBSD/sys/fs
pooka 704f8889fa Mark files removed in the in-memory structure. This allows us
to do two things:

 1) properly set "recycle?" in inactive
 2) easily check if we are renaming a removed vnode.  without the
    check, it was possible to enter a dirent in the file system for
    a removed (and hence scheduled to be vcleaned) vnode.  this would
    lead to the succesful vget() of a clean vnode.  the use of the
    cleaned vnode was, however, less succesful, except for purposes
    of crashing.
2010-05-27 23:40:12 +00:00
..
adosfs The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
cd9660 Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
efs Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
filecorefs The *_modcmd functions use the module name as prefix. 2010-04-11 10:26:25 +00:00
hfs Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
msdosfs Don't double unlock fvp if source file disappears during rename. 2010-05-25 10:15:34 +00:00
nilfs As per change in NiLFS2 spec, select the superblocks on highest checksum 2010-05-01 21:21:27 +00:00
ntfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
ptyfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
puffs add option string for no attribute cache 2010-05-21 11:29:42 +00:00
smbfs Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
sysvbfs Mark files removed in the in-memory structure. This allows us 2010-05-27 23:40:12 +00:00
tmpfs Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
udf Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
union Return correct value from union_islocked. 2010-05-01 10:44:59 +00:00
unionfs Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
Makefile
unicode.h