NetBSD/sys/fs
joerg 45883dbd84 Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL
tricks fstat is using.
2012-02-03 04:29:17 +00:00
..
adosfs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
cd9660 VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
efs extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
filecorefs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
hfs Include sys/malloc.h for MALLOC_DECLARE. 2012-01-28 16:24:35 +00:00
msdosfs Only use MALLOC_DECLARE if it exists. Helps with the dirty _KERNEL 2012-02-03 04:29:17 +00:00
nilfs Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
ntfs extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
ptyfs Start making fs read(2) fail with EISDIR if the implementation does 2011-12-12 19:11:21 +00:00
puffs Fix a race condition where the filesystem lookups a vnode that is 2012-01-19 08:14:41 +00:00
smbfs extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
sysvbfs Check credentials when setting uid, gid or mode attributes. 2012-01-27 21:46:42 +00:00
tmpfs tmpfs_access: simplify, no need to separate the logic. 2012-01-22 03:13:19 +00:00
udf Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
union The union file system is as stable as other layered file systems so 2011-12-05 11:12:10 +00:00
unionfs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
v7fs Check parent directory write permission for DELETE operation. 2012-01-27 12:22:02 +00:00
Makefile 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
unicode.h