NetBSD/sys/fs
martin c7dd06b6bb Remove the hardcoded 4 MB free kernel memory limit and replace it
by uvmexp.freetarg, as discussed on tech-kern.
Main purpose is to make tmpfs usable (as far as possible) on small memory
machines.
This is a bit experimental, but we need to give it some real world exposure
to see how well it works.
2014-06-07 09:54:34 +00:00
..
adosfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
cd9660 Introduce two helper functions to centralise the namecache statistics 2014-06-03 19:30:29 +00:00
efs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
filecorefs Introduce two helper functions to centralise the namecache statistics 2014-06-03 19:30:29 +00:00
hfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
msdosfs msdosfs_reclaim(): add missing fstrans and protect change 2014-05-30 08:42:35 +00:00
nfs kill sprintf. 2014-03-25 16:30:28 +00:00
nilfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ntfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ptyfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
puffs use standard dirty vnode test. 2014-05-25 19:32:36 +00:00
smbfs use macro. 2014-05-25 19:33:28 +00:00
sysvbfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
tmpfs Remove the hardcoded 4 MB free kernel memory limit and replace it 2014-06-07 09:54:34 +00:00
udf An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
union Also set or assert that *vpp is null before calling VOP_MKDIR. 2014-05-17 04:07:15 +00:00
unionfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
v7fs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +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 Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00