freebsd-dev/sys/fs/nfsserver
John Baldwin a89a2c8ba4 Further cleanups to use of timestamps in NFS:
- Use NFSD_MONOSEC (which maps to time_uptime) instead of the seconds
  portion of wall-time stamps to manage timeouts on events.
- Remove unused nd_starttime from the per-request structure in the new
  NFS server.
- Use nanotime() for the modification time on a delegation to get as
  precise a time as possible.
- Use time_second instead of extracting the second from a call to
  getmicrotime().

Submitted by:	bde (3)
Reviewed by:	bde, rmacklem
MFC after:	2 weeks
2013-01-25 15:25:24 +00:00
..
nfs_nfsdcache.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
nfs_nfsdkrpc.c Further cleanups to use of timestamps in NFS: 2013-01-25 15:25:24 +00:00
nfs_nfsdport.c Use vfs_timestamp() to set file timestamps rather than invoking 2013-01-18 18:43:38 +00:00
nfs_nfsdserv.c Make it possible to force async at server side on new NFS server, similar 2013-01-18 19:42:08 +00:00
nfs_nfsdsocket.c
nfs_nfsdstate.c Further cleanups to use of timestamps in NFS: 2013-01-25 15:25:24 +00:00
nfs_nfsdsubs.c This patch adds a sysctl to the NFSv4 server which optionally disables the 2011-12-04 16:33:04 +00:00