summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-181-0/+1
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-152-0/+3
* This patch should fix handling of byte range locks locallyrmacklem2010-03-305-2/+38
* Fix the experimental NFS subsystem so that it uses the correctrmacklem2010-03-241-3/+3
* Modify the experimental server so that it uses VOP_ACCESSX().rmacklem2009-12-252-68/+2
* Remove unneeded ifdefs.trasz2009-12-035-225/+5
* Patch the experimental NFS server is a manner analagous tormacklem2009-11-201-2/+2
* Fix typo in the comment.trasz2009-09-301-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Add changes to the experimental nfs client to use the PBDRY flag forrmacklem2009-07-221-0/+7
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* Add calls to the experimental nfs client for the case of an "intr" mount,rmacklem2009-07-121-1/+16
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-091-1/+3
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-201-2/+2
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-201-4/+4
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-6/+1
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Remove the "int *" typecast for the aresid argument to vn_rdwr()rmacklem2009-06-161-1/+1
* Don't check MAC in the NFS server ACL set path, right now we aren'trwatson2009-06-051-4/+0
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-0/+1
* Add a function to the experimental nfs subsystem that tests to seermacklem2009-05-272-1/+24
* Fix the experimental nfs subsystem so that it builds with thermacklem2009-05-263-7/+5
* Adapt to the new ACL #define names.trasz2009-05-261-13/+13
* Fix the handling of NFSv4 Illegal Operation number to conformrmacklem2009-05-261-0/+3
* Temporarily #undef NFS4_ACL_EXTATTR_NAME, so that thermacklem2009-05-241-0/+2
* Crib the realign function out of nfs_krpc.c and add a callrmacklem2009-05-242-26/+40
* Fix the experimental nfsv4 client so that it works for thermacklem2009-05-241-12/+39
* Fix the rpc_gss_secfind() call in nfs_commonkrpc.c so thatrmacklem2009-05-231-1/+16
* Fix the comment in sys/fs/nfs/nfs.h to correctly reflect thermacklem2009-05-221-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-222-2/+0
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-181-3/+2
* Fixed the Null callback RPCs so that they work with the new krpc. Thisrmacklem2009-05-161-9/+10
* Move the nfsstat structure and proc/op number definitions on thermacklem2009-05-153-152/+177
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-144-17/+11
* Change the file names in the comments in sys/fs/nfs/nfs_var.h sormacklem2009-05-141-34/+30
* Change the name of the nfs server addsock structure from nfsd_argsrmacklem2009-05-111-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-112-9/+9
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-10/+0
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-0418-0/+10031
OpenPOWER on IntegriCloud