NetBSD/sys/miscfs/genfs
riastradh ab579ad815 genfs: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:26:36 +00:00
..
Makefile
genfs.h dedup the eofs link/symlink methods 2022-03-27 17:10:55 +00:00
genfs_io.c genfs: KASSERT(A && B) -> KASSERT(A); KASSERT(B) 2023-04-09 12:26:36 +00:00
genfs_node.h Update a comment. 2020-03-14 21:47:41 +00:00
genfs_rename.c Don't use genfs_rename_knote() in the "rename foo over hard-link to itself" 2021-10-20 13:29:06 +00:00
genfs_vfsops.c Handle IMNT_GONE on the file system we want suspended not its 2022-07-08 07:42:05 +00:00
genfs_vnops.c Fix genfs_can_chtimes() to also handle the condition: 2023-03-03 10:02:51 +00:00
layer.h Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower". 2017-04-11 07:51:37 +00:00
layer_extern.h VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00
layer_subr.c fix various typos in comments and output/log messages. 2022-04-10 09:50:44 +00:00
layer_vfsops.c Harden layered file systems usage of field "mnt_lower" against 2022-12-09 10:33:18 +00:00
layer_vnops.c Overhaul of the EVFILT_VNODE kevent(2) filter: 2021-10-20 03:08:16 +00:00