NetBSD/sys/fs/v7fs
martin 54c59ae1c3 Pull up following revision(s) (requested by hannken in ticket #386):
sys/fs/v7fs/v7fs_file.c: revision 1.6
	sys/fs/v7fs/v7fs_vnops.c: revision 1.18
	sys/fs/v7fs/v7fs_vnops.c: revision 1.19
	sys/fs/v7fs/v7fs_vfsops.c: revision 1.11
v7fs_getattr: adjust size of symlinks by -1 to compensate the trailing NUL.
Should fix the v7fs part of PR kern/48864.
Defer deallocating unlinked inodes to v7fs_reclaim().
Remove v7fs_vnode_reload() and always use v7fs_inode_load().  No need
to search for a vnode we already hold a reference on.
2015-01-07 10:08:15 +00:00
..
Makefile
files.v7fs
v7fs.h
v7fs_args.h
v7fs_datablock.c
v7fs_datablock.h
v7fs_dirent.c
v7fs_dirent.h
v7fs_endian.c
v7fs_endian.h
v7fs_extern.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
v7fs_extern.h
v7fs_file.c Pull up following revision(s) (requested by hannken in ticket #386): 2015-01-07 10:08:15 +00:00
v7fs_file.h
v7fs_file_util.c
v7fs_impl.h
v7fs_inode.c
v7fs_inode.h
v7fs_inode_util.c
v7fs_io.c
v7fs_io_kern.c
v7fs_io_user.c
v7fs_superblock.c
v7fs_superblock.h
v7fs_superblock_util.c
v7fs_vfsops.c Pull up following revision(s) (requested by hannken in ticket #386): 2015-01-07 10:08:15 +00:00
v7fs_vnops.c Pull up following revision(s) (requested by hannken in ticket #386): 2015-01-07 10:08:15 +00:00