summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+2
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-2/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-7/+1
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-151-3/+1
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-1/+2
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-041-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-19/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-061-1/+3
* Staticize.phk1995-12-171-2/+1
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-4/+4
OpenPOWER on IntegriCloud