NetBSD/sys/nfs
ad 4bfe043955 - Alter the convention for uvm_page_array slightly, so the basic search
parameters can't change part way through a search: move the "uobj" and
  "flags" arguments over to uvm_page_array_init() and store those with the
  array.

- With that, detect when it's not possible to find any more pages in the
  tree with the given search parameters, and avoid repeated tree lookups if
  the caller loops over uvm_page_array_fill_and_peek().
2020-05-25 21:15:10 +00:00
..
files.nfs Default NFS mounts to using TCP transport instead of UDP. 2018-05-17 02:34:31 +00:00
krpc_subr.c
krpc.h
Makefile
nfs_bio.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
nfs_boot.c Default NFS mounts to using TCP transport instead of UDP. 2018-05-17 02:34:31 +00:00
nfs_bootdhcp.c
nfs_bootparam.c Appease GCC and initialize arps_ip 2019-06-29 17:42:36 +00:00
nfs_bootstatic.c
nfs_clntsocket.c PR/40491: From Tobias Ulmer in tech-kern@: 2018-01-21 20:36:49 +00:00
nfs_clntsubs.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
nfs_export.c VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00
nfs_iod.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
nfs_kq.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
nfs_node.c Resolve delayed truncation from nfs_inactive() too. 2020-05-01 08:43:00 +00:00
nfs_serv.c NFSv2 is limited to use only 32bit in metadata. Prevent that larger 2020-04-04 07:07:20 +00:00
nfs_socket.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to 2020-01-17 20:08:06 +00:00
nfs_subs.c - Alter the convention for uvm_page_array slightly, so the basic search 2020-05-25 21:15:10 +00:00
nfs_syscalls.c - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small 2020-03-14 18:08:38 +00:00
nfs_var.h
nfs_vfsops.c Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function 2020-04-13 19:23:17 +00:00
nfs_vnops.c Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
nfs.h - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
nfsdiskless.h
nfsm_subs.h NFSv2 is limited to use only 32bit in metadata. Prevent that larger 2020-04-04 07:07:20 +00:00
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h