summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-2/+2
* Removed unused #includes.bde1997-08-021-4/+1
* Fix memory leak caused by the fact that the directory offset cookies anddfr1997-05-091-4/+4
* 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-4/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-2/+9
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formattingdg1995-07-221-14/+6
* Implemented an nfs_node hash list lock, similar to what was implementeddg1995-07-211-1/+31
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-35/+95
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-33/+17
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
OpenPOWER on IntegriCloud