summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r303382:kib2016-08-261-0/+2
* NFS: spelling fixes on comments.pfg2016-04-292-2/+2
* Do not try to install a default route for each interface found, becauseian2016-03-271-17/+42
* Stop setting the default route to the IP of the interface itself when theian2016-03-271-5/+1
* Switch bootpc_adjust_interface() from returning int to void. Its one callerian2016-03-271-6/+4
* Set ifctx->gotrootpath=1 only when the root path came from the dhcp/bootpian2016-03-271-1/+2
* If the dhcp server provides an interface-mtu option, parse the value andian2016-03-211-1/+21
* It appears nfs_mountroot() will use the env var "boot.netif.mtu" if itian2016-03-201-0/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-3/+6
* Add kernel support to the NFS server for the "-manage-gids"rmacklem2015-11-301-0/+1
* Wait up to 10 seconds for late-initializing network interfaces to arrive.ian2015-09-261-0/+9
* Avoid closing unallocated socket in case socreate fails.kan2015-02-281-1/+1
* Remove the old NFS client and server from head,rmacklem2014-12-232-410/+0
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-162-11/+11
* Fix/improve fhe_stats sysctl output.mav2014-06-141-19/+21
* Introduce new per-thread lock to protect the list of requests.mav2014-06-081-7/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-1/+1
* Move most of NFS file handle affinity code out of the heavily congestedmav2013-12-302-76/+76
* Fix RPC server threads file handle affinity to work better with ZFS.mav2013-12-232-5/+2
* Remove several linear list traversals per request from RPC server code.mav2013-12-201-16/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemian2013-07-311-19/+54
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-0/+668
* Use m_get() and m_getcl() instead of compat macros.glebius2013-03-151-2/+2
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Use m_get2() to get mbuf of appropriate size.glebius2013-03-121-3/+1
* Remove the unused nfs_curusec().jhb2013-01-172-10/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-8/+8
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-022-2/+10
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+4
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* - Typo fixgonzo2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:gonzo2012-08-161-0/+16
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()glebius2011-12-131-236/+177
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Set proper root device name when legacy NFS client is compiled into kernel.gber2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h sormacklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsrmacklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+1
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-255-0/+2907
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-142-1/+2
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-032-2/+5
OpenPOWER on IntegriCloud