index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfsclient
/
nfs_node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+0
*
- Lock access to the buf lists.
jeff
2002-09-25
1
-3
/
+3
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-3
/
+3
*
Remove the nfs_{lock,unlock,islocked} functions and the associated
iedowse
2002-04-27
1
-86
/
+0
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-7
/
+8
*
nfs_nget() does no locking whatsoever when looking up a vnode. If the
dillon
2001-12-27
1
-1
/
+4
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-60
/
+33
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-3
/
+6
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to
peter
2001-04-11
1
-0
/
+79
*
Use the same API as the example code.
peter
2001-03-20
1
-1
/
+1
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-28
/
+2
*
Dramatically improve the **lame** nfs_hash(). This is based on the
peter
2001-03-17
1
-8
/
+16
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-2
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).
bp
2000-10-15
1
-0
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-1
/
+13
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-17
/
+0
*
Fix two problems: First, fix the append seek position race that can
dillon
1999-12-14
1
-0
/
+1
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Thanks to Bruce for noticing this.... compare against the *new* nfsnode's
mjacob
1999-06-19
1
-2
/
+2
*
If we retry this operation from the top of this routine, we need to
mjacob
1999-06-15
1
-1
/
+5
*
Fix a malloc race
peter
1999-06-05
1
-3
/
+12
*
Do not need (or want) to take a reference on an NFS file that
mckusick
1998-09-29
1
-6
/
+12
*
Convert a couple of large allocations to use zones rather than malloc
peter
1998-05-24
1
-14
/
+9
*
Add missing arg to vget().. Serves me right for committing a 2.2 patch to
peter
1998-05-13
1
-2
/
+2
*
Hold a reference to the vnode during the sillyrename cleanup. If we block
peter
1998-05-13
1
-1
/
+9
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+3
*
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
bde
1997-10-28
1
-1
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-2
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Fix memory leak caused by the fact that the directory offset cookies and
dfr
1997-05-09
1
-4
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-4
/
+10
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-2
/
+9
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formatting
dg
1995-07-22
1
-14
/
+6
*
Implemented an nfs_node hash list lock, similar to what was implemented
dg
1995-07-21
1
-1
/
+31
*
Changes to support version 3 of the NFS protocol.
dfr
1995-06-27
1
-35
/
+95
[next]