NetBSD/sys/fs
njoly 973e485533 Start making fs read(2) fail with EISDIR if the implementation does
not allow read on directories (kernfs, rumpfs, ptyfs and sysvbfs).
Adjust man page accordingly, and add a small corresponding vfs
testcase.
2011-12-12 19:11:21 +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
filecorefs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
hfs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
msdosfs Add missing fstrans_done(). 2011-11-21 10:46:56 +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 VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
ptyfs Start making fs read(2) fail with EISDIR if the implementation does 2011-12-12 19:11:21 +00:00
puffs Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. 2011-11-18 21:18:50 +00:00
smbfs VOP_GETATTR() needs a shared lock at least. 2011-10-23 08:42:06 +00:00
sysvbfs Start making fs read(2) fail with EISDIR if the implementation does 2011-12-12 19:11:21 +00:00
tmpfs First step of random number subsystem rework described in 2011-11-19 22:51:18 +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
v7fs use getdisksize() 2011-11-13 23:08:47 +00:00
Makefile
unicode.h