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
*
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
*
Tidy up nfsm_build usage. This is only partially finished.
peter
2001-09-27
1
-20
/
+20
*
Add a missing dereference level. This caused nfsm_postop_attr_xx()
iedowse
2001-09-25
1
-1
/
+1
*
Oops. Fix a missing indirection level. gcc didn't complain about it on
peter
2001-09-20
1
-1
/
+1
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-1499
/
+310
*
KSE Milestone 2
julian
2001-09-12
1
-17
/
+17
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-2
/
+2
*
- Protect the mnt_vnode list with the mntvnode lock.
jhb
2001-06-28
1
-2
/
+4
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+2
*
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
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-14
/
+14
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-1
/
+1
*
Problem to avoid processes getting stuck in "vmopar". From Ian's
dwmalone
2000-10-24
1
-3
/
+12
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+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
[next]