aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Fix panic when using BOOTP to resolve root path.Brandon Bergren2021-03-281-0/+2
* nfs: Cleanup dead filesPeter Jeremy2021-03-161-137/+0
* nfs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-13/+6
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-211-6/+20
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-231-0/+3
* Remove rtable dumping code from bootp.Alexander V. Chernikov2020-04-281-96/+0
* Re-organize the NFS file handle affinity code for the NFS server.Rick Macklem2020-04-142-649/+0
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-404/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Switch r356210 to use gone_in() instead of printf().Rick Macklem2019-12-311-2/+1
* Add warning printf w.r.t. removal of sys/nfs/nfs_lock.c.Rick Macklem2019-12-301-0/+2
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-161-0/+1
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-122-1/+2
* UDP: further performance improvements on txMatt Macy2018-05-232-6/+6
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-4/+3
* Remove support for FDDI networks.Brooks Davis2018-04-111-2/+0
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-2/+0
* Modernize nfssvc(2) registartion.Brooks Davis2018-02-081-12/+7
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-9/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-0/+14
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* 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