summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Serialize NFS vinvalbuf operations by acquiring/upgrading to theps2004-12-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-2/+2
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-0/+4
* Clean up properly when unloading NFS client module.peadar2004-04-111-0/+10
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-3/+8
* Since the addition of the VI_DOINGINACT flag some time ago,iedowse2003-10-051-15/+1
* - We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.jeff2003-10-051-2/+0
* Name the vnode method vectors consistently with the rest of the filesystems.phk2003-09-121-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-201-0/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Lock access to the buf lists.jeff2002-09-251-3/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-3/+3
* Remove the nfs_{lock,unlock,islocked} functions and the associatediedowse2002-04-271-86/+0
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-7/+8
* nfs_nget() does no locking whatsoever when looking up a vnode. If thedillon2001-12-271-1/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-60/+33
* KSE Milestone 2julian2001-09-121-10/+10
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+6
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-111-0/+79
* Use the same API as the example code.peter2001-03-201-1/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-28/+2
* Dramatically improve the **lame** nfs_hash(). This is based on thepeter2001-03-171-8/+16
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-2/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-151-0/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-1/+13
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-17/+0
* Fix two problems: First, fix the append seek position race that candillon1999-12-141-0/+1
* Lock reporting and assertion changes.eivind1999-12-111-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Thanks to Bruce for noticing this.... compare against the *new* nfsnode'smjacob1999-06-191-2/+2
* If we retry this operation from the top of this routine, we need tomjacob1999-06-151-1/+5
* Fix a malloc racepeter1999-06-051-3/+12
* Do not need (or want) to take a reference on an NFS file thatmckusick1998-09-291-6/+12
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-14/+9
* Add missing arg to vget().. Serves me right for committing a 2.2 patch topeter1998-05-131-2/+2
* Hold a reference to the vnode during the sillyrename cleanup. If we blockpeter1998-05-131-1/+9
* Staticize.eivind1998-02-091-4/+4
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+3
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
OpenPOWER on IntegriCloud