summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
Commit message (Expand)AuthorAgeFilesLines
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-121-0/+1
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-201-3/+0
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-021-0/+2
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-191-3/+0
* Do not synchronously start the nfsiod threads at all. The r212506kib2010-10-181-4/+1
* Store the full timestamp when caching timestamps of files andjhb2010-09-071-3/+2
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-151-11/+0
* Fix a race that can occur when nfs nfsiod threads are being created.rmacklem2010-01-271-1/+14
* Add a timeout for the negative name cache entries in the NFS client.rmacklem2010-01-211-0/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-7/+0
* Expand the per-node access cache to cache permissions for multiple users.jhb2009-03-201-3/+7
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-191-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+3
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+0
* namei() can call underlying nfs_readlink() passing a struct uio pointerattilio2008-02-091-2/+2
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+11
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-1/+1
* Changes to make the NFS client MP safe.mohans2006-05-191-4/+11
* Keep track of the number of in-progress async direct IO writes in the nfsnode.mohans2006-04-061-0/+3
* Remove the NFS client rslock. The rslock was used to serializeps2005-07-211-26/+0
* Use vfs_hash.phk2005-03-161-1/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Change the NFS sillyrename convention so that we won't run outps2004-12-161-1/+1
* First cut of NFS direct IO support.ps2004-12-151-0/+2
* Store a hint in the nfsnode to detect sequential access of the file.ps2004-12-101-0/+1
* 2 fixes that improve on the consistency of the NFS client cache.ps2004-12-061-1/+3
* Serialize NFS vinvalbuf operations by acquiring/upgrading to theps2004-12-061-2/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-3/+3
* Remove redundant functions (repo-copied from nfsclient) for dealing withphk2004-12-011-4/+0
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-0/+2
* Remove support for using NFS device nodes.phk2004-09-281-1/+0
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-271-1/+2
* Let the NFS client notice a file's size changing as a modification.peadar2004-04-141-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-5/+1
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-1/+28
* Name the vnode method vectors consistently with the rest of the filesystems.phk2003-09-121-3/+3
* Remove the nfs_{lock,unlock,islocked} functions and the associatediedowse2002-04-271-2/+0
* Cleanup and split of nfs client and server code.peter2001-09-181-25/+19
* KSE Milestone 2julian2001-09-121-4/+4
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+0
* Fix two problems: First, fix the append seek position race that candillon1999-12-141-0/+26
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-151-2/+2
* Implement NFS ACCESS RPC result caching.msmith1998-11-131-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hpeter1998-05-311-2/+2
OpenPOWER on IntegriCloud