aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Improve FHA locality control for NFS read/write requests.Alexander Motin2017-07-312-28/+34
* Add kernel support for the NFS client forced dismount "umount -N" option.Rick Macklem2017-07-292-1/+2
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+2
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-292-2/+2
* Do not try to install a default route for each interface found, becauseIan Lepore2016-03-271-17/+42
* Stop setting the default route to the IP of the interface itself when theIan Lepore2016-03-271-5/+1
* Switch bootpc_adjust_interface() from returning int to void. Its one callerIan Lepore2016-03-271-6/+4
* Set ifctx->gotrootpath=1 only when the root path came from the dhcp/bootpIan Lepore2016-03-271-1/+2
* If the dhcp server provides an interface-mtu option, parse the value andIan Lepore2016-03-211-1/+21
* It appears nfs_mountroot() will use the env var "boot.netif.mtu" if itIan Lepore2016-03-201-0/+1
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-3/+6
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-301-0/+1
* Wait up to 10 seconds for late-initializing network interfaces to arrive.Ian Lepore2015-09-261-0/+9
* Avoid closing unallocated socket in case socreate fails.Alexander Kabaev2015-02-281-1/+1
* Remove the old NFS client and server from head,Rick Macklem2014-12-232-410/+0
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-162-11/+11
* Fix/improve fhe_stats sysctl output.Alexander Motin2014-06-141-19/+21
* Introduce new per-thread lock to protect the list of requests.Alexander Motin2014-06-081-7/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* Move most of NFS file handle affinity code out of the heavily congestedAlexander Motin2013-12-302-76/+76
* Fix RPC server threads file handle affinity to work better with ZFS.Alexander Motin2013-12-232-5/+2
* Remove several linear list traversals per request from RPC server code.Alexander Motin2013-12-201-16/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemIan Lepore2013-07-311-19/+54
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry2013-04-172-0/+668
* Use m_get() and m_getcl() instead of compat macros.Gleb Smirnoff2013-03-151-2/+2
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Use m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-03-121-3/+1
* Remove the unused nfs_curusec().John Baldwin2013-01-172-10/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-8/+8
* Add an nfssvc() option to the kernel for the new NFS clientRick Macklem2012-12-022-2/+10
* Add two new options to the nfssvc(2) syscall that allowRick Macklem2012-10-142-1/+4
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* - Typo fixOleksandr Tymoshenko2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:Oleksandr Tymoshenko2012-08-161-0/+16
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()Gleb Smirnoff2011-12-131-236/+177
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Set proper root device name when legacy NFS client is compiled into kernel.Grzegorz Bernacki2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h soRick Macklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsRick Macklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+1