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_subs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-1
/
+7
*
Document a few sysctls in the NFS client and server code.
trhodes
2008-11-02
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-10
/
+10
*
- Complete part of the unfinished bufobj work by consistently using
jeff
2008-03-22
1
-5
/
+8
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
1
-1
/
+1
*
Consolidate the code to generate a new XID for a NFS request into a
jhb
2008-02-13
1
-14
/
+23
*
namei() can call underlying nfs_readlink() passing a struct uio pointer
attilio
2008-02-09
1
-3
/
+3
*
- Introduce the function lockmgr_recursed() which returns true if the
attilio
2008-01-19
1
-1
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-3
/
+3
*
NFS MP scaling changes.
mohans
2007-10-12
1
-2
/
+4
*
Fix for a race where out of order loading of NFS attrs into the
jhb
2007-07-03
1
-1
/
+17
*
Over NFS, an open() call could result in multiple over-the-wire
mohans
2007-03-09
1
-0
/
+9
*
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
-24
/
+108
*
fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.
rees
2005-11-21
1
-3
/
+4
*
Make nfs_timer() MPSAFE. With this change, the bottom half of the NFS
ps
2005-07-19
1
-1
/
+1
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Rewrite of the NFS client's reply handling. We now have NFS socket
ps
2004-12-06
1
-0
/
+4
*
2 fixes that improve on the consistency of the NFS client cache.
ps
2004-12-06
1
-4
/
+4
*
Add non-blocking versions of nfsm_dissect() and friends, for use from
ps
2004-12-06
1
-1
/
+1
*
For reasons unknown, the nfs locking code used a fifo to send requests to
phk
2004-12-06
1
-10
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-1
/
+1
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
1
-2
/
+1
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
1
-1
/
+1
*
Remove support for using NFS device nodes.
phk
2004-09-28
1
-7
/
+0
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
1
-5
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Let the NFS client notice a file's size changing as a modification.
peadar
2004-04-14
1
-2
/
+9
*
Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g
marcel
2004-04-11
1
-1
/
+1
*
Clean up properly when unloading NFS client module.
peadar
2004-04-11
1
-0
/
+19
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
only do nfs rpc callouts if there is work to do.
rees
2004-03-25
1
-3
/
+2
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-3
/
+4
*
Use function pointers to remove the depenancy cross dependancy on nfs4
alfred
2003-11-22
1
-4
/
+0
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+6
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-4
/
+4
*
- Check the XLOCK before we inspect the vnode.
jeff
2003-10-05
1
-0
/
+4
*
Name the vnode method vectors consistently with the rest of the filesystems.
phk
2003-09-12
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-11
/
+11
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-11
/
+11
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+2
*
- Lock access to the buf lists.
jeff
2002-09-25
1
-0
/
+4
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-9
/
+9
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-2
/
+3
*
Avoid passing the variable `tl' to functions that just use it for
iedowse
2001-12-18
1
-79
/
+82
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
Make nfsm_dissect() have an obvious return value.
peter
2001-09-27
1
-26
/
+28
[next]