NetBSD/sys/nfs
hannken a3a898ff0f Add the gating of system calls that cause modifications to the underlying
file system.
The function vfs_write_suspend stops all new write operations to a file
system, allows any file system modifying system calls already in progress
to complete, then sync's the file system to disk and returns. The
function vfs_write_resume allows the suspended write operations to
complete.

From FreeBSD with slight modifications.

Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-10-15 11:28:59 +00:00
..
Makefile
files.nfs
krpc.h
krpc_subr.c
nfs.h change n_mtime from time_t to timespec in order to improve 2003-09-26 11:51:53 +00:00
nfs_bio.c change n_mtime from time_t to timespec in order to improve 2003-09-26 11:51:53 +00:00
nfs_boot.c
nfs_bootdhcp.c
nfs_bootparam.c
nfs_kq.c
nfs_node.c
nfs_nqlease.c
nfs_serv.c Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
nfs_socket.c for nfs_timer_ch, use callout_schedule rather than callout_reset 2003-10-09 13:23:33 +00:00
nfs_srvcache.c
nfs_subs.c plug mbuf leak due to manual mbuf handling. PR kern/13807. 2003-10-02 06:01:51 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c plug mbuf leak due to manual mbuf handling. PR kern/13807. 2003-10-02 06:01:51 +00:00
nfs_vnops.c do delayed truncation in nfs_getattr. 2003-09-26 14:08:45 +00:00
nfsdiskless.h
nfsm_subs.h change n_mtime from time_t to timespec in order to improve 2003-09-26 11:51:53 +00:00
nfsmount.h terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
nfsnode.h change n_mtime from time_t to timespec in order to improve 2003-09-26 11:51:53 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h