summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-033-11/+11
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-246-490/+4
* Add a call to nfscl_mustflush() in nfs_close() of the experimentalrmacklem2010-07-181-1/+1
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-182-7/+8
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-152-20/+0
* Merge 208603, 209946, and 209948 to the new NFS client:jhb2010-07-151-11/+33
* For the experimental NFSv4 client, make sure that attributes thatrmacklem2010-07-131-0/+14
* For the experimental NFSv4 client, do not use cached attributesrmacklem2010-07-131-1/+1
* Add MODULE_DEPEND() macros to the experimental NFS client andrmacklem2010-06-151-0/+2
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-135-63/+28
* Allow the experimental NFSv4 client to use cached attributesrmacklem2010-05-181-2/+7
* Add a sanity check for a negative args.fhsize to the experimentalrmacklem2010-05-171-1/+1
* Push down the page queues lock into vm_page_activate().alc2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-14/+2
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-031-2/+6
* For the experimental NFS client, it should always flush dirtyrmacklem2010-04-281-2/+1
* Delete a diagnostic statement that is no longer useful fromrmacklem2010-04-281-4/+0
* An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCsrmacklem2010-04-244-27/+32
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-227-34/+89
* 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
OpenPOWER on IntegriCloud