summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Add kernel support to the NFS server for the "-manage-gids"rmacklem2015-11-301-8/+18
* When the nfsd threads are terminated, the NFSv4 server statermacklem2015-11-212-7/+49
* For the case where an NFSv4.1 ExchangeID operation has the client identifierrmacklem2015-08-141-2/+5
* This patch fixes a problem where, if the NFSv4 server has a previousrmacklem2015-07-291-1/+2
* Make the NFS server use shared vnode locks for a few casesrmacklem2015-05-291-5/+12
* Make the size of the hash tables used by the NFSv4 server tunable.rmacklem2015-05-275-47/+96
* Currently, softupdate code detects overstepping on the workitemskib2015-05-271-0/+10
* Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.rmacklem2015-04-251-1/+2
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-191-2/+2
* mav@ has found that NFS servers exporting ZFS file systemsrmacklem2015-04-161-1/+1
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+4
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macrorwatson2015-01-071-1/+1
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1rmacklem2014-12-252-33/+101
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-6/+6
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingkib2014-10-271-3/+3
* Make the sysctl(8) for checkutf8 positively defined and improvearaujo2014-10-171-5/+5
* Add two sysctl(8) to enable/disable NFSv4 server to check when settingaraujo2014-10-161-2/+14
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-033-20/+64
* Change the NFS server's printf related to hittingrmacklem2014-08-101-4/+3
* Do not generate 1000 unique lock names for nfsrc hash chain locks.kib2014-07-311-15/+8
* The new NFSv3 server did not generate directory postop attributes forrmacklem2014-07-041-2/+4
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-017-250/+1632
* Change NFS readdir() to only ignore cookies preceding the given offset forbdrewery2014-07-011-12/+9
* The new NFS server would not allow a hard link to bermacklem2014-06-061-7/+0
* The new draft specification for NFSv4.0 specifies that a serverrmacklem2014-05-031-0/+3
* The PR reported that the old NFS server did not set uio_td == NULLrmacklem2014-04-241-0/+1
* Remove an unnecessary level of indirection for an argument.rmacklem2014-04-231-7/+6
* Fix NFS deadlock vulnerability. [SA-14:05]delphij2014-04-081-5/+20
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKmav2014-01-142-10/+12
* Fix off-by-one error in r260229.mav2014-01-071-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-034-152/+107
* Slightly simplify expiration logic introduced in r254337.mav2013-12-251-12/+20
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodermacklem2013-12-252-4/+11
* An intermittent problem with NFSv4 exporting of ZFS snapshots wasrmacklem2013-12-241-0/+37
* Fix RPC server threads file handle affinity to work better with ZFS.mav2013-12-231-7/+11
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Fix several performance related issues in the new NFS server'srmacklem2013-08-142-79/+221
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+1
* Fix typo in comment.des2013-05-151-1/+1
* Fix a bug that allows NFS clients to issue READDIR on files.des2013-04-291-0/+2
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-2/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-175-6/+323
* MFCattilio2013-03-021-4/+4
|\
| * Merge Capsicum overhaul:pjd2013-03-021-4/+4
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
|/
* Further cleanups to use of timestamps in NFS:jhb2013-01-252-15/+4
* Make it possible to force async at server side on new NFS server, similardelphij2013-01-181-1/+12
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-15/+5
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-1/+2
OpenPOWER on IntegriCloud