summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-4/+7
* Initialize lockf pointer. I missed this when I made NFS use the genericdg1994-08-101-1/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+7
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+294
OpenPOWER on IntegriCloud