summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317382rmacklem2017-05-081-1/+7
* MFC: r317236rmacklem2017-05-071-1/+3
* MFC r313821 r315277 r315286vangyzen2017-03-171-3/+7
* MFC r314253:kib2017-03-111-2/+1
* MFC r313735: add svcpool_close to handle killed nfsd threadsavg2017-02-211-11/+9
* MFC 311122jpaetzel2017-01-191-28/+11
* MFC r311452:kib2017-01-121-5/+8
* MFC: r309566rmacklem2016-12-191-3/+28
* MFC r308212:kib2016-11-161-1/+1
* MFC: r307694rmacklem2016-11-031-1/+5
* MFC: r304026rmacklem2016-10-034-53/+141
* nfsd: Fix use-after-free in NFS4 lock test servicecem2016-05-121-2/+2
* Don't increment srvrpccnt[] for the NFSv4.1 operations.rmacklem2016-05-071-1/+6
* nfsserver: minor spelling fix in comment.pfg2016-05-061-1/+1
* Give mountd -S priority over outstanding RPC requests when suspending the nfsd.rmacklem2016-05-061-0/+6
* NFS: spelling fixes on comments.pfg2016-04-292-9/+9
* Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.rmacklem2016-04-231-0/+1
* Fix a LOR in the NFSv4.1 server.rmacklem2016-04-231-5/+5
* If the VOP_SETATTR() call that saves the exclusive create verifier failed,rmacklem2016-04-121-0/+10
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-104-20/+20
* 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
OpenPOWER on IntegriCloud