summaryrefslogtreecommitdiff
path: root/sys/fs/nfs/nfs_commonport.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: Mark unused statistics variable as reservedAlan Somers2020-11-181-13/+6
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-5/+138
* Fix two races while handling nfsuserd daemon start/stop.Rick Macklem2019-11-281-2/+2
* Add INET6 support for the upcalls to the nfsuserd daemon.Rick Macklem2019-04-061-4/+14
* Revert r320698, since the related userland changes were reverted by r338192.Rick Macklem2019-04-041-22/+6
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-0/+6
* Fix the default number of threads for Flex File layout pNFS client I/O.Rick Macklem2018-06-021-1/+3
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-2/+2
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-191-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use taskqueue(9) to do writes/commits to mirrored DSs concurrently.Rick Macklem2017-10-161-0/+51
* Add support for AF_LOCAL socket upcalls to the nfsuserd daemon.Rick Macklem2017-07-061-5/+25
* Fix the NFS client/server so that it actually uses the 64bit ino_t filenos.Rick Macklem2017-06-181-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-231-0/+3
* Stop "nfsstat -z" from clearing counts of NFSv4 state structures.Rick Macklem2016-11-251-15/+0
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-121-55/+153
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-291-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.Rick Macklem2015-12-021-0/+2
* Delete the TUNABLE_INT() line. It was in r291527 so that it could beRick Macklem2015-11-301-1/+0
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-301-1/+21
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Replace "new NFS" with just "NFS" in some sysctl description strings.Edward Tomasz Napierala2015-04-191-6/+6
* mav@ has found that NFS servers exporting ZFS file systemsRick Macklem2015-04-161-3/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-011-0/+1
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-171-8/+10
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-0/+6
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-1/+1
* Add a simple printf() based debug facility to the new nfs client.Rick Macklem2012-09-091-0/+3
* The header uma_int.h is internal uma header, unused by this sourceKonstantin Belousov2012-08-041-1/+0
* Delete a couple of out of date comments that are no longer true inRick Macklem2012-02-161-3/+0
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"Rick Macklem2012-01-111-1/+0
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFZack Kirsch2011-07-171-1/+1
* Add DEXITCODE plumbing to NFS.Zack Kirsch2011-07-161-4/+12
* Change loadattr and fillattr to ask the file system for the pathconf variable.Zack Kirsch2011-07-161-1/+1
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.Zack Kirsch2011-07-161-0/+43
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-6/+4
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-2/+0
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+2
* Fix up some of the sysctls for the experimental NFS client soRick Macklem2011-04-171-4/+8
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-141-8/+8
* For the experimental NFSv4 server's dumplocks operation, add theRick Macklem2010-07-191-1/+2
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-241-3/+7
* The experimental NFS client was not filling in recovery credentialsRick Macklem2010-04-151-0/+2
* This patch should fix handling of byte range locks locallyRick Macklem2010-03-301-2/+6