aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdkrpc.c
Commit message (Expand)AuthorAgeFilesLines
* nfsserver: Default to nfs_reserved_port_only="YES"Mark Johnston2024-04-231-1/+1
* nfsserver: Rate-limit messages about requests from unprivileged portsMark Johnston2024-04-171-4/+14
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-071-1/+57
* nfsd: Fix initialization broken by 7344856e3a6dRick Macklem2023-02-121-1/+0
* nfsd: Prepare the NFS server code to run in a vnet prisonRick Macklem2023-02-111-39/+61
* AST: reworkKonstantin Belousov2022-08-021-1/+1
* nfsd: fix replies from session cache for retried RPCsRick Macklem2021-04-081-1/+6
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+3
* Add flags to enable NFS over TLS to the NFS client and server.Rick Macklem2020-08-271-0/+18
* Re-organize the NFS file handle affinity code for the NFS server.Rick Macklem2020-04-141-2/+1
* Fix noisy NFSv4 server printf.Rick Macklem2020-04-061-2/+1
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-1/+1
* Push down td in nfsrvd_dorpc() - make it use curthread insteadEdward Tomasz Napierala2019-03-041-2/+1
* Fix the NFSv4 server to obey vfs.nfsd.nfs_privport.Rick Macklem2018-12-201-2/+2
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-171-0/+16
* Fix the kernel part of pnfsdscopymr() to handle holes in the file being copied.Rick Macklem2018-07-081-0/+3
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-24/+32
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Do not leak mount references for dying threads.Konstantin Belousov2017-02-251-2/+1
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-3/+7
* add svcpool_close to handle killed nfsd threadsAndriy Gapon2017-02-141-11/+9
* nfsserver: minor spelling fix in comment.Pedro F. Giffuni2016-05-061-1/+1
* Give mountd -S priority over outstanding RPC requests when suspending the nfsd.Rick Macklem2016-05-061-0/+6
* When the nfsd threads are terminated, the NFSv4 server stateRick Macklem2015-11-211-0/+1
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-271-0/+10
* Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.Rick Macklem2015-04-251-1/+2
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingKonstantin Belousov2014-10-271-3/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-011-10/+41
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKAlexander Motin2014-01-141-2/+2
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-031-11/+28
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry2013-04-171-1/+1
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-171-4/+7
* Further cleanups to use of timestamps in NFS:John Baldwin2013-01-251-1/+0
* Add two new options to the nfssvc(2) syscall that allowRick Macklem2012-10-141-0/+20
* Add DEXITCODE plumbing to NFS.Zack Kirsch2011-07-161-17/+25
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-25/+12
* Change the new NFS server so that it uses vfs.nfsd namingRick Macklem2011-05-081-5/+5
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-141-0/+2
* Add the SVC_RELEASE(xprt), as required by r194407.Rick Macklem2009-06-171-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-0/+2
* Add two sysctl variables to the experimental nfs server, soRick Macklem2009-05-261-3/+17
* Fix the experimental nfs server's interface to the new krpc soRick Macklem2009-05-261-11/+10
* Fix the experimental NFSv4 server so that it handles the caseRick Macklem2009-05-241-0/+5
* Apply changes to the experimental nfs server so that it uses the securityRick Macklem2009-05-141-2/+17
* Modify the experimental nfs server to use the new nfsd_nfsd_argsRick Macklem2009-05-121-36/+28
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-041-0/+455