aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver/nfs_nfsdport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the setting of atime for Linux client NFSv4 mounts.Rick Macklem2017-04-211-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Workaround NFS bug with readdirplus when there are greater than 1 billion fil...Josh Paetzel2017-01-021-28/+11
* Allow some dotdot lookups in capability mode.Konstantin Belousov2016-11-021-1/+1
* Update the nfsstats structure to include the changes needed byRick Macklem2016-08-121-0/+5
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-291-3/+3
* 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-101-4/+4
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-301-8/+18
* Make the size of the hash tables used by the NFSv4 server tunable.Rick Macklem2015-05-271-5/+8
* Replace "new NFS" with just "NFS" in some sysctl description strings.Edward Tomasz Napierala2015-04-191-2/+2
* 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-251-8/+1
* Fix failures and warnings reported by newpynfs20090424 test tool.Marcelo Araujo2014-10-031-4/+9
* 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-011-0/+21
* Change NFS readdir() to only ignore cookies preceding the given offset forBryan Drewery2014-07-011-12/+9
* 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
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-031-35/+9
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodeRick Macklem2013-12-251-1/+8
* An intermittent problem with NFSv4 exporting of ZFS snapshots wasRick Macklem2013-12-241-0/+37
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+4
* Fix several performance related issues in the new NFS server'sRick Macklem2013-08-141-4/+14
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-311-1/+1
* Fix typo in comment.Dag-Erling Smørgrav2013-05-151-1/+1
* Fix a bug that allows NFS clients to issue READDIR on files.Dag-Erling Smørgrav2013-04-291-0/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-171-2/+4
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-4/+4
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+4
* Use vfs_timestamp() to set file timestamps rather than invokingJohn Baldwin2013-01-181-15/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-7/+3
* Add two new options to the nfssvc(2) syscall that allowRick Macklem2012-10-141-1/+23
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-1/+1
* Modify the NFSv4 client so that it can handle ownerRick Macklem2012-09-201-2/+4
* Use the common api helper routine instead of freeing the nameiJohn W. De Boskey2012-05-081-2/+1
* Fix a leak of namei lookup path buffers that occurs when aRick Macklem2012-04-271-0/+4
* This change creates a new list of active vnodes associated withKirk McKusick2012-04-201-0/+2
* The name caching changes of r230394 exposed an intermittent bugRick Macklem2012-03-031-0/+1
* Delete a couple of out of date comments that are no longer true inRick Macklem2012-02-161-5/+1
* Patch the new NFS server in a manner analagous to r228520 for theRick Macklem2011-12-161-1/+7
* Enhance the sequential access heuristic used to perform readahead in theJohn Baldwin2011-12-011-52/+69
* This patch enables the new/default NFS server's use of sharedRick Macklem2011-11-221-9/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix the NFS servers so that they can do a Lookup of "..",Rick Macklem2011-09-031-0/+1
* Fix a merge conflict.Jonathan Anderson2011-08-161-1/+0