summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Modify nfs_open() in the experimental NFS client to be compatiblermacklem2010-10-291-46/+40
* Add a call for nfsrpc_close() to ncl_reclaim() in the experimentalrmacklem2010-10-291-0/+9
* Add a flag to the experimental NFSv4 client to indicate whenrmacklem2010-10-261-22/+23
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-194-16/+58
* Fix the experimental NFS client so that it doesn't panic whenrmacklem2010-09-091-1/+3
* Store the full timestamp when caching timestamps of files andjhb2010-09-073-13/+11
* Change the code in ncl_bioread() in the experimental NFSrmacklem2010-09-051-4/+1
* Disable use of the NLM in the experimental NFS client, sincermacklem2010-09-051-1/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-202-2/+2
* 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
OpenPOWER on IntegriCloud