aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsnode.h
Commit message (Expand)AuthorAgeFilesLines
* PR# 165923 reported intermittent write failures for dirtyRick Macklem2012-05-121-0/+1
* Close a race in NFS lookup processing that could result in stale name cacheJohn Baldwin2012-01-201-3/+0
* Fix a LOR in the NFS client which could cause a deadlock.Rick Macklem2011-08-021-0/+2
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-191-3/+0
* Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov2010-10-181-4/+1
* Store the full timestamp when caching timestamps of files andJohn Baldwin2010-09-071-3/+2
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()John Baldwin2010-07-151-11/+0
* Fix a race that can occur when nfs nfsiod threads are being created.Rick Macklem2010-01-271-1/+14
* Add a timeout for the negative name cache entries in the NFS client.Rick Macklem2010-01-211-0/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-7/+0
* Expand the per-node access cache to cache permissions for multiple users.John Baldwin2009-03-201-3/+7
* Enable caching of negative pathname lookups in the NFS client. To avoidJohn Baldwin2009-02-191-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+3
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-1/+0
* namei() can call underlying nfs_readlink() passing a struct uio pointerAttilio Rao2008-02-091-2/+2
* Over NFS, an open() call could result in multiple over-the-wireMohan Srinivasan2007-03-091-0/+11
* Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan2006-09-131-1/+1
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-4/+11
* Keep track of the number of in-progress async direct IO writes in the nfsnode.Mohan Srinivasan2006-04-061-0/+3
* Remove the NFS client rslock. The rslock was used to serializePaul Saab2005-07-211-26/+0
* Use vfs_hash.Poul-Henning Kamp2005-03-161-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Change the NFS sillyrename convention so that we won't run outPaul Saab2004-12-161-1/+1
* First cut of NFS direct IO support.Paul Saab2004-12-151-0/+2
* Store a hint in the nfsnode to detect sequential access of the file.Paul Saab2004-12-101-0/+1
* 2 fixes that improve on the consistency of the NFS client cache.Paul Saab2004-12-061-1/+3
* Serialize NFS vinvalbuf operations by acquiring/upgrading to thePaul Saab2004-12-061-2/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-3/+3
* Remove redundant functions (repo-copied from nfsclient) for dealing withPoul-Henning Kamp2004-12-011-4/+0
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-241-0/+2
* Remove support for using NFS device nodes.Poul-Henning Kamp2004-09-281-1/+0
* Remove NFS4 vop method vector for devices: we are desupporing device nodesPoul-Henning Kamp2004-09-271-1/+2
* Let the NFS client notice a file's size changing as a modification.Peter Edwards2004-04-141-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-5/+1
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-1/+28
* Name the vnode method vectors consistently with the rest of the filesystems.Poul-Henning Kamp2003-09-121-3/+3
* Remove the nfs_{lock,unlock,islocked} functions and the associatedIan Dowse2002-04-271-2/+0
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-25/+19
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+0
* Fix two problems: First, fix the append seek position race that canMatthew Dillon1999-12-141-0/+26
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a trueMike Smith1998-11-151-2/+2
* Implement NFS ACCESS RPC result caching.Mike Smith1998-11-131-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hPeter Wemm1998-05-311-2/+2