aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Patch the experimental NFSv4 server so that it acquires a referenceRick Macklem2010-07-161-0/+23
* Delete comments related to soft clock interrupts that don't applyRick Macklem2010-07-161-13/+0
* This patch fixes a bug in the experimental NFSv4 server where itRick Macklem2010-07-151-1/+0
* Fix a bogus comment that mentions lru lists that don't exist.Rick Macklem2010-07-131-1/+1
* Add MODULE_DEPEND() macros to the experimental NFS client andRick Macklem2010-06-151-0/+2
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-4/+1
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsRick Macklem2010-04-241-1/+1
* Harden the experimental NFS server a little, by adding rangeRick Macklem2010-04-061-0/+22
* Harden the experimental NFS server a little, by adding extra checksRick Macklem2010-04-041-12/+11
* For the experimental NFS server, add a call to free the lookupRick Macklem2010-04-021-0/+1
* Add SAVENAME to the cn_flags for all cases in the experimentalRick Macklem2010-04-021-3/+5
* This patch should fix handling of byte range locks locallyRick Macklem2010-03-301-277/+487
* Patch the experimental NFS server in a manner analagous to r205661Rick Macklem2010-03-261-0/+3
* Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x:Robert Watson2010-03-111-12/+11
* Change the default value for vfs.newnfs.enable_locallocks to 0 forRick Macklem2010-02-141-1/+1
* This fixes the experimental NFS server so that it won't crash in theRick Macklem2010-02-131-3/+3
* The test for "same client" for the experimental nfs server over NFSv4Rick Macklem2010-01-031-1/+1
* Modify the experimental server so that it uses VOP_ACCESSX().Rick Macklem2009-12-252-74/+73
* Allow using IPv6 in nfsrvd_sentcache() callback.Xin LI2009-12-081-2/+3
* Modify the experimental nfs server so that it falls back toRick Macklem2009-11-231-38/+44
* Patch the experimental NFS server is a manner analagous toRick Macklem2009-11-202-17/+27
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-192-5/+2
* Add the SVC_RELEASE(xprt), as required by r194407.Rick Macklem2009-06-171-0/+1
* Remove the "int *" typecast for the aresid argument to vn_rdwr()Rick Macklem2009-06-161-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-0/+2
* Unbreak options VIMAGE kernel builds.Marko Zec2009-05-311-0/+1
* Fix the experimental nfs subsystem so that it builds with theRick Macklem2009-05-262-4/+8
* Add two sysctl variables to the experimental nfs server, soRick Macklem2009-05-261-3/+17
* Fix the handling of NFSv4 Illegal Operation number to conformRick Macklem2009-05-261-11/+14
* Fix the experimental nfs server's interface to the new krpc soRick Macklem2009-05-261-11/+10
* Add NFSv4 root export checks to the DelegPurge, Renew andRick Macklem2009-05-251-0/+15
* Fix the experimental NFSv4 server so that it handles the caseRick Macklem2009-05-241-0/+5
* 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-40/+39
* 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