summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* The header uma_int.h is internal uma header, unused by this sourcekib2012-08-041-1/+0
* A problem with the NFSv4 server was reported by Andrew Leonardrmacklem2012-05-171-3/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+0
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-161-3/+0
* Martin Cracauer reported a problem to freebsd-current@ under thermacklem2012-01-201-18/+31
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"rmacklem2012-01-111-1/+0
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-082-1/+2
* Use strchr() and strrchr().ed2012-01-021-1/+1
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+57
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-031-1/+10
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4rmacklem2011-11-201-2/+2
* Post r223774 the NFSv4 client never uses the linked list with thermacklem2011-11-201-1/+0
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-172-13/+6
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorrmacklem2011-07-161-1/+3
* Add DEXITCODE plumbing to NFS.zack2011-07-165-107/+209
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-1/+1
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-161-3/+6
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-162-2/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-2/+2
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-031-0/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-281-3/+12
* Plug an mbuf leak in the new NFS client that occurred when armacklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asrmacklem2011-06-221-0/+14
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-10/+4
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-183-0/+113
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-9/+10
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-5/+18
* Fix the new NFS client so that it correctly sets the "must_commit"rmacklem2011-05-251-1/+1
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-152-12/+10
* Increase NFS_TICKINTVL value from 10 to 500. Now that callout does usefulmav2011-05-061-1/+1
* Add a comment noting that the NFS code assumes that thermacklem2011-05-041-0/+8
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-2/+0
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+2
* Modify the experimental (newnfs) NFS client so that it uses thermacklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the samermacklem2011-04-251-1/+1
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"rmacklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-171-4/+8
* Change some defaults in the experimental NFS client to be thermacklem2011-04-171-0/+1
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-1/+1
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-151-2/+3
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-145-21/+16
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-142-22/+22
* Add some cleanup code to the module unload operation forrmacklem2011-04-101-0/+1
* Quick fix to a comment.gnn2011-01-271-2/+2
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-141-0/+1
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-061-7/+0
OpenPOWER on IntegriCloud