NetBSD/sys/nfs
dholland 8f6ed30d57 Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
..
Makefile
files.nfs
krpc.h
krpc_subr.c
nfs.h
nfs_bio.c Fix memory leak during some NFS writes. 2010-06-12 21:10:55 +00:00
nfs_boot.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootdhcp.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c
nfs_export.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
nfs_iod.c
nfs_kq.c
nfs_node.c Fixes/improvements to RB-tree implementation: 2010-09-24 22:51:50 +00:00
nfs_serv.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
nfs_socket.c
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
nfs_subs.c Include uvm/uvm.h to use UVM internal type (struct vm_page). 2010-11-06 11:00:29 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c Do not return a garbage vnode in vpp if fhtovp fails. 2010-08-12 09:41:10 +00:00
nfs_vnops.c Add diagnostic check which hits when PR 42455 is reproduced. 2010-10-26 11:44:53 +00:00
nfsdiskless.h Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfsm_subs.h
nfsmount.h Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
nfsnode.h Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h