summaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Change the printf of r192595 to identify the function,Rick Macklem2009-05-221-1/+1
* Modified the printf message of r192590 to remove theRick Macklem2009-05-221-1/+1
* Change the comment at the beginning of the function to reflect theRick Macklem2009-05-221-2/+2
* Change the reboot panic that would have occurred if clientidRick Macklem2009-05-221-6/+2
* Fix the experimental nfs server so that it depends on the nlm,Rick Macklem2009-05-221-0/+1
* Fix the comment at line 3711 to be consistent with the changeRick Macklem2009-05-211-1/+1
* Modify sys/fs/nfsserver/nfs_nfsdport.c to use nlm_acquire_next_sysid()Rick Macklem2009-05-211-2/+9
* Although it should never happen, all the nfsv4 server can doRick Macklem2009-05-201-1/+1
* Fix the acquisition of local locks via VOP_ADVLOCK() by theRick Macklem2009-05-171-11/+28
* Added a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so that the value ofRick Macklem2009-05-171-6/+14
* Fixed the Null callback RPCs so that they work with the new krpc. ThisRick Macklem2009-05-161-0/+8
* Apply changes to the experimental nfs server so that it uses the securityRick Macklem2009-05-145-55/+165
* Modify the experimental nfs server to use the new nfsd_nfsd_argsRick Macklem2009-05-122-39/+38
* Change the name of the nfs server addsock structure from nfsd_argsRick Macklem2009-05-111-1/+1
* Modify nfsvno_fhtovp() to ensure that it always sets the credpRick Macklem2009-05-111-0/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-112-7/+4
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-092-10/+6
* Add the experimental nfs subtree to the kernel, that includesRick Macklem2009-05-047-0/+15640