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
*
- 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
*
This fixes a large number of bugs in our NFS client side code. A recent
dillon
2001-12-14
1
-4
/
+55
*
Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking
dillon
2001-11-05
1
-0
/
+6
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-12
/
+6
*
Sigh, Last minute pre-merge typo. (missing quotes)
peter
2001-09-18
1
-1
/
+1
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-224
/
+70
*
nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that
imp
2001-09-18
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-69
/
+71
*
- Sort includes.
jhb
2001-07-04
1
-5
/
+10
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-14
/
+8
*
Assert Giant is held by the caller rather than getting it and releasing
jhb
2001-05-23
1
-10
/
+2
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-3
/
+28
*
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
*
vnode_pager_freepage() is really vm_page_free() in disguise,
alfred
2001-04-19
1
-3
/
+3
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-0
/
+19
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-1
/
+5
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-3
/
+3
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-12
/
+16
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-2
/
+2
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-11
/
+13
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-5
/
+43
*
Fix two problems: First, fix the append seek position race that can
dillon
1999-12-14
1
-46
/
+122
*
Synopsis of problem being fixed: Dan Nelson originally reported that
dillon
1999-12-12
1
-10
/
+26
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Add comment to clarify a commit rpc optimization already being performed.
dillon
1999-09-20
1
-0
/
+8
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-3
/
+33
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-3
/
+3
*
nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be
dt
1999-08-12
1
-1
/
+5
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-1
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-3
/
+3
[next]