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
/
kern
/
vfs_cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo: teh -> the.
asmodai
2001-02-06
1
-1
/
+1
*
Do not cluster with B_LOCKED buffers.
dillon
2001-01-19
1
-4
/
+20
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-2
/
+10
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
1
-0
/
+6
*
Don't attempt to cluster write buffers where the VMIO flag isn't set.
tegge
2000-11-17
1
-1
/
+2
*
Virtualizes & untangles the bioops operations vector.
phk
2000-06-16
1
-3
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
s/biowait/bufwait/g
phk
2000-04-29
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-6
/
+10
*
Change the write-behind code to take more care when starting
dillon
2000-04-02
1
-8
/
+29
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-12
/
+18
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Remove v_maxio from struct vnode.
phk
1999-09-29
1
-4
/
+4
*
Initialize vp->v_maxio to its default in getnetvnode() rather than
phk
1999-09-20
1
-8
/
+0
*
If integration of a buffer into a cluster write operation fails, release
tegge
1999-08-31
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
These changes appear to give us benefits with both small (32MB) and
mckusick
1999-07-08
1
-13
/
+4
*
The vfs.write_behind sysctl and related code support has been added to
mckusick
1999-07-04
1
-3
/
+40
*
Hopefully fix the remaining glitches with the BUF_*() changes. This should
peter
1999-06-29
1
-3
/
+11
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-18
/
+17
*
Reformat comment to match indentation of code around it.
julian
1999-06-17
1
-8
/
+9
*
Changed trypbuf to a getpbuf to work around a problem where redundant writes
dg
1999-06-16
1
-2
/
+2
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-3
/
+7
*
Reviewed by: Many at differnt times in differnt parts,
julian
1999-03-12
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-4
/
+6
*
KNFize, by bde.
eivind
1999-01-10
1
-9
/
+8
*
Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as
eivind
1999-01-08
1
-18
/
+9
*
Even the most recently allocated buffer may not have its b_blkno
mckusick
1998-12-05
1
-2
/
+5
*
Because buffers may be tossed and recreated at will under the new VM
mckusick
1998-11-17
1
-4
/
+9
*
Fixed a missing include. <sys/kernel.h> is needed by the new
bde
1998-11-15
1
-2
/
+2
*
Restored the "reallocblks" code to its former glory. What this does is
dg
1998-11-13
1
-15
/
+4
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-2
/
+2
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
1
-3
/
+3
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-9
/
+5
*
Protect all modifications to v_numoutput with splbio().
dfr
1998-08-13
1
-1
/
+3
*
Protect all modifications to paging_in_progress with splvm(). The i386
dfr
1998-08-06
1
-2
/
+6
*
Fixed printf format errors.
bde
1998-07-29
1
-12
/
+12
*
Fixed printf format errors.
bde
1998-07-11
1
-5
/
+6
*
Don't depend on gcc's feature of casting lvalues.
bde
1998-07-07
1
-4
/
+5
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-3
/
+3
*
Make flushing dirty pages work correctly on filesystems that
dyson
1998-05-21
1
-12
/
+8
*
Partially fixed write clustering for cases where cluster_wbuild() is
bde
1998-05-01
1
-1
/
+4
*
In kern_physio.c fix tsleep priority messup.
dyson
1998-03-19
1
-11
/
+22
*
Remove a soft-update hook that was accidentally added to the READ path.
julian
1998-03-16
1
-26
/
+53
*
Some VM improvements, including elimination of alot of Sig-11
dyson
1998-03-16
1
-16
/
+25
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-3
/
+8
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-12
/
+6
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
[next]