NetBSD/sys/fs
tsutsui 8eac82d05c Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c
(and rename it to sysvbfs_file_setsize()) because it's actually
part of vnode ops and bfs.c is also pulled by standalone bootloaders
which don't want vnode header mess.
2012-05-08 14:28:55 +00:00
..
adosfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
cd9660 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
efs Remove everything to do with 'struct malloc_type' and the malloc link_set. 2012-04-29 20:27:31 +00:00
filecorefs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
hfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
msdosfs change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +00:00
nilfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
ntfs change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +00:00
ptyfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
puffs - Makesure update_va does not change vnode size when it should not. For 2012-04-18 00:42:50 +00:00
smbfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
sysvbfs Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c 2012-05-08 14:28:55 +00:00
tmpfs Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
udf change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +00:00
union - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
unionfs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
v7fs change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +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