aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-11/+28
* Allow use of a write open stateid for reading in the NFSv4 server.Rick Macklem2017-04-241-1/+7
* Fix the setting of atime for Linux client NFSv4 mounts.Rick Macklem2017-04-211-1/+3
* Renumber copyright clause 4Warner Losh2017-02-286-6/+6
* 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
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-2/+2
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-2/+2
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-5/+8
* Workaround NFS bug with readdirplus when there are greater than 1 billion fil...Josh Paetzel2017-01-021-28/+11
* Fix the NFSv4.1 server for Open reclaim after a reboot.Rick Macklem2016-12-051-3/+28
* Allow some dotdot lookups in capability mode.Konstantin Belousov2016-11-021-1/+1
* A problem w.r.t. interoperation between the FreeBSD NFSv4.1 server withRick Macklem2016-10-201-1/+5
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-124-53/+141
* nfsd: Fix use-after-free in NFS4 lock test serviceConrad Meyer2016-05-121-2/+2
* Don't increment srvrpccnt[] for the NFSv4.1 operations.Rick Macklem2016-05-071-1/+6
* 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
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-292-9/+9
* Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.Rick Macklem2016-04-231-0/+1
* Fix a LOR in the NFSv4.1 server.Rick Macklem2016-04-231-5/+5
* If the VOP_SETATTR() call that saves the exclusive create verifier failed,Rick Macklem2016-04-121-0/+10
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-104-20/+20
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-301-8/+18
* When the nfsd threads are terminated, the NFSv4 server stateRick Macklem2015-11-212-7/+49
* For the case where an NFSv4.1 ExchangeID operation has the client identifierRick Macklem2015-08-141-2/+5
* This patch fixes a problem where, if the NFSv4 server has a previousRick Macklem2015-07-291-1/+2
* Make the NFS server use shared vnode locks for a few casesRick Macklem2015-05-291-5/+12
* Make the size of the hash tables used by the NFSv4 server tunable.Rick Macklem2015-05-275-47/+96
* 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
* Replace "new NFS" with just "NFS" in some sysctl description strings.Edward Tomasz Napierala2015-04-191-2/+2
* mav@ has found that NFS servers exporting ZFS file systemsRick Macklem2015-04-161-1/+1
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-1/+4
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macroRobert Watson2015-01-071-1/+1
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1Rick Macklem2014-12-252-33/+101
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-6/+6
* Allow the vfs.nfsd knobs to be set from loader.conf (or usingKonstantin Belousov2014-10-271-3/+3
* Make the sysctl(8) for checkutf8 positively defined and improveMarcelo Araujo2014-10-171-5/+5
* Add two sysctl(8) to enable/disable NFSv4 server to check when settingMarcelo Araujo2014-10-161-2/+14
* Fix failures and warnings reported by newpynfs20090424 test tool.Marcelo Araujo2014-10-033-20/+64
* Change the NFS server's printf related to hittingRick Macklem2014-08-101-4/+3
* Do not generate 1000 unique lock names for nfsrc hash chain locks.Konstantin Belousov2014-07-311-15/+8
* The new NFSv3 server did not generate directory postop attributes forRick Macklem2014-07-041-2/+4
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-017-250/+1632
* Change NFS readdir() to only ignore cookies preceding the given offset forBryan Drewery2014-07-011-12/+9
* The new NFS server would not allow a hard link to beRick Macklem2014-06-061-7/+0
* The new draft specification for NFSv4.0 specifies that a serverRick Macklem2014-05-031-0/+3
* The PR reported that the old NFS server did not set uio_td == NULLRick Macklem2014-04-241-0/+1