| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -468/+0 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -10/+10 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -3/+6 |
* | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
* | Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to | Peter Wemm | 2001-04-11 | 1 | -0/+79 |
* | Use the same API as the example code. | Peter Wemm | 2001-03-20 | 1 | -1/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | Peter Wemm | 2001-03-17 | 1 | -28/+2 |
* | Dramatically improve the **lame** nfs_hash(). This is based on the | Peter Wemm | 2001-03-17 | 1 | -8/+16 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | Kirk McKusick | 2000-11-14 | 1 | -2/+2 |
* | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
* | Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts). | Boris Popov | 2000-10-15 | 1 | -0/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
* | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 1 | -1/+13 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -17/+0 |
* | Fix two problems: First, fix the append seek position race that can | Matthew Dillon | 1999-12-14 | 1 | -0/+1 |
* | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Thanks to Bruce for noticing this.... compare against the *new* nfsnode's | Matt Jacob | 1999-06-19 | 1 | -2/+2 |
* | If we retry this operation from the top of this routine, we need to | Matt Jacob | 1999-06-15 | 1 | -1/+5 |
* | Fix a malloc race | Peter Wemm | 1999-06-05 | 1 | -3/+12 |
* | Do not need (or want) to take a reference on an NFS file that | Kirk McKusick | 1998-09-29 | 1 | -6/+12 |
* | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 1 | -14/+9 |
* | Add missing arg to vget().. Serves me right for committing a 2.2 patch to | Peter Wemm | 1998-05-13 | 1 | -2/+2 |
* | Hold a reference to the vnode during the sillyrename cleanup. If we block | Peter Wemm | 1998-05-13 | 1 | -1/+9 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -4/+4 |
* | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 1 | -1/+3 |
* | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | Bruce Evans | 1997-10-28 | 1 | -1/+2 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 1 | -1/+3 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -2/+2 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -4/+1 |
* | Fix memory leak caused by the fact that the directory offset cookies and | Doug Rabson | 1997-05-09 | 1 | -4/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -4/+10 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | David Greenman | 1996-06-12 | 1 | -2/+9 |
* | Second batch of cleanup changes. | Poul-Henning Kamp | 1995-10-29 | 1 | -2/+1 |
* | Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting | David Greenman | 1995-07-22 | 1 | -14/+6 |
* | Implemented an nfs_node hash list lock, similar to what was implemented | David Greenman | 1995-07-21 | 1 | -1/+31 |
* | Changes to support version 3 of the NFS protocol. | Doug Rabson | 1995-06-27 | 1 | -35/+95 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -4/+1 |
* | This is a bunch of changes from NetBSD. There are a couple of bug-fixes. | Poul-Henning Kamp | 1994-10-17 | 1 | -33/+17 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | David Greenman | 1994-10-06 | 1 | -2/+2 |
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | Poul-Henning Kamp | 1994-10-02 | 1 | -4/+7 |
* | Initialize lockf pointer. I missed this when I made NFS use the generic | David Greenman | 1994-08-10 | 1 | -1/+2 |
* | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -0/+7 |