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
/
geom
/
geom_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-9
/
+0
*
Retire the experimental bio_taskqueue(), it was not quite as usable as
phk
2003-04-12
1
-27
/
+0
*
Remove all references to BIO_SETATTR. We will not be using it.
phk
2003-04-03
1
-21
/
+0
*
Fix a bug in the ENOMEM pacing code which probably made it panic systems
phk
2003-03-29
1
-4
/
+4
*
Retire the GEOM private statistics code and use devstat instead.
phk
2003-03-18
1
-61
/
+7
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Don't abuse the statistics counters for detecting if we have outstanding
phk
2003-03-09
1
-6
/
+10
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Implement a bio-taskqueue to reduce number of context switches in
phk
2003-02-11
1
-11
/
+56
*
Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR.
phk
2003-02-11
1
-10
/
+18
*
Turn the "updating" flag (back) into two sequence number fields at
phk
2003-02-11
1
-4
/
+4
*
Update the statistics collection code to track busy time instead of
phk
2003-02-09
1
-39
/
+41
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
1
-22
/
+23
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
1
-23
/
+80
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
1
-1
/
+1
*
Put the checks we perform on a bio before calling ::start in their
phk
2003-02-06
1
-69
/
+59
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
white-space changes
phk
2002-12-26
1
-2
/
+4
*
Balk at unaligned requests.
phk
2002-12-18
1
-0
/
+10
*
malloc(9) with M_NOWAIT seems to return NULL a lot more than I would have
phk
2002-11-02
1
-0
/
+14
*
Don't track bio allocation in debug output.
phk
2002-10-20
1
-5
/
+7
*
Add more KASSERTS.
phk
2002-10-14
1
-1
/
+7
*
Add support g_clone_bio() and g_std_done() to spawn multiple children
phk
2002-10-09
1
-0
/
+1
*
For now, don't wait for drives to stop returning EBUSY. There is too
phk
2002-10-08
1
-35
/
+26
*
Put a printf under #ifdef DIAGNOSTIC.
phk
2002-10-07
1
-0
/
+2
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-24
/
+12
*
Introduce g_write_data() function.
phk
2002-09-30
1
-0
/
+18
*
Void functions cannot use return(foo) even if foo is also returning void.
phk
2002-09-28
1
-14
/
+28
*
Setattr should not retry on EBUSY, we could get EBUSY back because
phk
2002-09-27
1
-14
/
+15
*
Allocate bio's with M_NOWAIT and let the caller deal with the problems.
phk
2002-09-27
1
-7
/
+9
*
Use biowait() rather than DIY.
phk
2002-09-13
1
-24
/
+4
*
Don't grab Giant around malloc(9) and free(9).
phk
2002-05-20
1
-6
/
+0
*
Constifixation of attribute argument to g_io_[gs]etattr()
phk
2002-04-09
1
-2
/
+2
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Centralize EOF handling and improve access controls for bio scheduling.
phk
2002-04-04
1
-44
/
+67
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-2
/
+3
*
Push BIO_FORMAT into a local hack inside the floppy drivers where
phk
2002-03-26
1
-1
/
+0
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+375