summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* For the experimental NFS client doing an NFSv4 mount,rmacklem2010-04-201-3/+6
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-181-4/+29
* Add mutex lock calls to 2 cases in the experimental NFS client'srmacklem2010-04-151-2/+6
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-153-3/+16
* Patch the experimental NFS client so that there is a timeoutrmacklem2010-01-314-58/+138
* Patch the experimental NFS client in a manner analogous tormacklem2010-01-285-18/+35
* Fix three related problems in the experimental nfs client whenrmacklem2010-01-031-24/+19
* Fix the experimental NFS client so that it can create Unixrmacklem2009-12-311-4/+9
* When porting the experimental nfs subsystem to the FreeBSD8 krpc,rmacklem2009-12-263-104/+8
* Remove unneeded ifdefs.trasz2009-12-032-27/+3
* Create verifier used by FreeBSD NFS client is suboptimal because thejh2009-11-111-14/+25
* Unloading of the nfscl module is unsupported because newnfslock doesn'tjh2009-10-202-0/+14
* Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() mustjh2009-10-201-1/+1
* Fix comment typos.jh2009-10-201-4/+4
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsrmacklem2009-09-092-2/+2
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-2/+2
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Fix the experimental nfs client so that it only calls ncl_vinvalbuf()rmacklem2009-07-291-5/+11
* When vfs.newnfs.callback_addr is set to an IPv4 address, thermacklem2009-07-221-1/+1
* Add changes to the experimental nfs client to use the PBDRY flag forrmacklem2009-07-222-7/+7
* When using an NFSv4 mount in the experimental nfs client with delegationsrmacklem2009-07-221-1/+1
* Fix two bugs in the experimental nfs client:rmacklem2009-07-191-13/+7
* Fix the experimental nfs client so that it does not cause armacklem2009-07-141-1/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* Fix the handling of dotdot in lookup for the experimental nfs clientrmacklem2009-07-121-0/+2
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-092-182/+175
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+4
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-201-1/+1
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-201-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-5/+3
* Fix some of the style errors in *getpages().alc2009-06-181-18/+13
* Add the SVC_RELEASE(xprt), as required by r194407.rmacklem2009-06-171-0/+1
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Fix handling of ".." in nfs_lookup() for the forced dismount casermacklem2009-06-171-14/+36
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+2
* Use getcredhostuuid instead of accessing the prison directly.jamie2009-06-131-5/+1
* This commit is analagous to r193952, but for the experimental nfsrmacklem2009-06-101-8/+15
* Since vn_lock() with the LK_RETRY flag never returns an errorrmacklem2009-06-091-7/+11
* Fix nfscl_getcl() so that it doesn't crash when it is called tormacklem2009-06-081-20/+29
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-1/+1
* Unbreak options VIMAGE kernel builds.zec2009-05-311-1/+1
* Add a check to v_type == VREG for the recently modified code thatrmacklem2009-05-301-11/+11
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-11/+13
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-281-1/+1
* Fix handling of NFSv4 Close operations in ncl_inactive(). Onlyrmacklem2009-05-271-7/+13
* Fix the experimental nfsv4 client so that it works for thermacklem2009-05-241-10/+10
* Change the sysctl_base argument to svcpool_create() to NULL forrmacklem2009-05-221-1/+1
* Fix the name of the module common to the client and serverrmacklem2009-05-221-1/+1
* Modify the mount handling code in the experimental nfs client tormacklem2009-05-221-63/+230
* Change the code in the experimental nfs client to avoid flushingrmacklem2009-05-221-6/+2
OpenPOWER on IntegriCloud