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_bio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Always return success from NFS strategy. nfs_doio(), in the
ps
2005-11-21
1
-1
/
+1
*
Remove the NFS client rslock. The rslock was used to serialize
ps
2005-07-21
1
-76
/
+2
*
Ifdef out the incomplete non-blocking IO implementation for NFS
green
2005-06-16
1
-0
/
+2
*
Fix a serious deadlock with the NFS client. Given a large enough
green
2005-06-10
1
-0
/
+65
*
Don't brelse(bp) if bp is null. Also, eliminate some redundancy
das
2005-03-18
1
-18
/
+5
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-1
/
+1
*
Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments
phk
2005-01-24
1
-6
/
+5
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
First cut of NFS direct IO support.
ps
2004-12-15
1
-0
/
+174
*
Store a hint in the nfsnode to detect sequential access of the file.
ps
2004-12-10
1
-1
/
+4
*
Rewrite of the NFS client's reply handling. We now have NFS socket
ps
2004-12-06
1
-2
/
+8
*
2 fixes that improve on the consistency of the NFS client cache.
ps
2004-12-06
1
-4
/
+4
*
Serialize NFS vinvalbuf operations by acquiring/upgrading to the
ps
2004-12-06
1
-26
/
+23
*
- Eliminate the acquisition and release of the bqlock in bremfree() by
jeff
2004-11-18
1
-0
/
+2
*
Retire b_magic now, we have the bufobj containing the same hint.
phk
2004-11-04
1
-1
/
+0
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
1
-35
/
+2
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
1
-2
/
+2
*
nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither should
das
2004-10-01
1
-3
/
+1
*
Remove unused B_WRITEINPROG flag
phk
2004-09-15
1
-5
/
+0
*
Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().
phk
2004-09-07
1
-14
/
+9
*
NFS mobility PHASE I, II & III (phase VI, and V pending):
alfred
2004-07-06
1
-19
/
+37
*
Remove bad cookie vp kernel printf; while it does notify about an
rwatson
2004-06-17
1
-1
/
+0
*
Make vm_page's PG_ZERO flag immutable between the time of the page's
alc
2004-05-06
1
-2
/
+0
*
Let the NFS client notice a file's size changing as a modification.
peadar
2004-04-14
1
-1
/
+3
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
1
-2
/
+2
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-6
/
+9
*
Use function pointers to remove the depenancy cross dependancy on nfs4
alfred
2003-11-22
1
-19
/
+10
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-10
/
+43
*
Initialize bp->b_offset before calling VOP_STRATEGY().
phk
2003-10-18
1
-5
/
+0
*
We do not get B_PHYS buffers here anymore. /dev/drum is long gone.
phk
2003-10-18
1
-24
/
+2
*
- Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
jeff
2003-10-04
1
-5
/
+6
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
1
-4
/
+3
*
Lock the vm object when freeing a page.
alc
2003-06-17
1
-1
/
+9
*
The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent
phk
2003-05-31
1
-6
/
+0
*
This change grabs the vnode lock for NFS client vnodes when calling
rwatson
2003-05-15
1
-1
/
+3
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-3
/
+3
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-4
/
+4
*
Abstract-out the constants for the sequential heuristic.
dillon
2002-12-28
1
-1
/
+1
*
- Lock access to the buf lists.
jeff
2002-09-25
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-2
/
+7
*
o Lock page queue accesses in nfs_getpages().
alc
2002-07-21
1
-1
/
+7
*
Fix a bug nfs_write() related to ^C'ing during a file write on an
dillon
2002-07-16
1
-2
/
+4
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-6
/
+6
*
Replace the global buffer hash table with per-vnode splay trees using a
dillon
2002-07-10
1
-2
/
+2
*
In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().
jhb
2002-06-28
1
-4
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Revise the nfsiod auto tuning code. Now both the upper and lower limits
peter
2002-01-15
1
-12
/
+14
*
Implement vfs.nfs.iodmin (minimum number of nfsiod's) and
peter
2002-01-14
1
-23
/
+25
[next]