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
/
nfsnode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR# 165923 reported intermittent write failures for dirty
rmacklem
2012-05-12
1
-0
/
+1
*
Close a race in NFS lookup processing that could result in stale name cache
jhb
2012-01-20
1
-3
/
+0
*
Fix a LOR in the NFS client which could cause a deadlock.
rmacklem
2011-08-02
1
-0
/
+2
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
1
-3
/
+0
*
Do not synchronously start the nfsiod threads at all. The r212506
kib
2010-10-18
1
-4
/
+1
*
Store the full timestamp when caching timestamps of files and
jhb
2010-09-07
1
-3
/
+2
*
Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()
jhb
2010-07-15
1
-11
/
+0
*
Fix a race that can occur when nfs nfsiod threads are being created.
rmacklem
2010-01-27
1
-1
/
+14
*
Add a timeout for the negative name cache entries in the NFS client.
rmacklem
2010-01-21
1
-0
/
+1
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
1
-7
/
+0
*
Expand the per-node access cache to cache permissions for multiple users.
jhb
2009-03-20
1
-3
/
+7
*
Enable caching of negative pathname lookups in the NFS client. To avoid
jhb
2009-02-19
1
-0
/
+1
*
Re-implement the client side of rpc.lockd in the kernel. This implementation
dfr
2008-06-26
1
-0
/
+3
*
Move the head of byte-level advisory lock list from the
kib
2008-04-16
1
-1
/
+0
*
namei() can call underlying nfs_readlink() passing a struct uio pointer
attilio
2008-02-09
1
-2
/
+2
*
Over NFS, an open() call could result in multiple over-the-wire
mohans
2007-03-09
1
-0
/
+11
*
Fixes up the handling of shared vnode lock lookups in the NFS client,
mohans
2006-09-13
1
-1
/
+1
*
Changes to make the NFS client MP safe.
mohans
2006-05-19
1
-4
/
+11
*
Keep track of the number of in-progress async direct IO writes in the nfsnode.
mohans
2006-04-06
1
-0
/
+3
*
Remove the NFS client rslock. The rslock was used to serialize
ps
2005-07-21
1
-26
/
+0
*
Use vfs_hash.
phk
2005-03-16
1
-1
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Change the NFS sillyrename convention so that we won't run out
ps
2004-12-16
1
-1
/
+1
*
First cut of NFS direct IO support.
ps
2004-12-15
1
-0
/
+2
*
Store a hint in the nfsnode to detect sequential access of the file.
ps
2004-12-10
1
-0
/
+1
*
2 fixes that improve on the consistency of the NFS client cache.
ps
2004-12-06
1
-1
/
+3
*
Serialize NFS vinvalbuf operations by acquiring/upgrading to the
ps
2004-12-06
1
-2
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-3
/
+3
*
Remove redundant functions (repo-copied from nfsclient) for dealing with
phk
2004-12-01
1
-4
/
+0
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
1
-0
/
+2
*
Remove support for using NFS device nodes.
phk
2004-09-28
1
-1
/
+0
*
Remove NFS4 vop method vector for devices: we are desupporing device nodes
phk
2004-09-27
1
-1
/
+2
*
Let the NFS client notice a file's size changing as a modification.
peadar
2004-04-14
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Use function pointers to remove the depenancy cross dependancy on nfs4
alfred
2003-11-22
1
-5
/
+1
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-1
/
+28
*
Name the vnode method vectors consistently with the rest of the filesystems.
phk
2003-09-12
1
-3
/
+3
*
Remove the nfs_{lock,unlock,islocked} functions and the associated
iedowse
2002-04-27
1
-2
/
+0
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-25
/
+19
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-5
/
+5
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-5
/
+5
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-1
/
+0
*
Fix two problems: First, fix the append seek position race that can
dillon
1999-12-14
1
-0
/
+26
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a true
msmith
1998-11-15
1
-2
/
+2
*
Implement NFS ACCESS RPC result caching.
msmith
1998-11-13
1
-1
/
+4
*
NFS_SMALLFH is defined in nfsproto.h, not sys/mount.h
peter
1998-05-31
1
-2
/
+2
[next]