| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back the geom_bioqueues, they _are_ a good idea. | Poul-Henning Kamp | 2004-01-28 | 1 | -0/+27 |
* | Correct usage of mtx_init() API. This is not a functional change since | Don Lewis | 2003-12-07 | 1 | -2/+2 |
* | Forgotten commit: If a provider has zero sectorsize, it is an | Poul-Henning Kamp | 2003-10-22 | 1 | -6/+3 |
* | Remove KASSERT check for negative bio_offsets, add "normal" EIO | Poul-Henning Kamp | 2003-10-19 | 1 | -1/+3 |
* | Allow our bio tools to be used for local bio-chopping by not mandating | Poul-Henning Kamp | 2003-10-06 | 1 | -2/+7 |
* | Add more KASSERTS(). | Poul-Henning Kamp | 2003-09-26 | 1 | -0/+6 |
* | Reorder a couple of KASSERTS to give more sensible messages. | Poul-Henning Kamp | 2003-09-11 | 1 | -2/+2 |
* | In case we encounter a zero sectorsize provider in g_io_check(), fail | Poul-Henning Kamp | 2003-08-13 | 1 | -0/+6 |
* | Sleep on "-" in our normal state to simplify debugging. | Poul-Henning Kamp | 2003-06-18 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+2 |
* | Hide the "ENOMEM" notice messages behind bootverbose. They are still | Poul-Henning Kamp | 2003-05-07 | 1 | -1/+2 |
* | Use an uma-zone for allocation bio requests. | Poul-Henning Kamp | 2003-05-02 | 1 | -13/+10 |
* | Back out all the stuff that didn't belong in the last commit. | Poul-Henning Kamp | 2003-05-02 | 1 | -7/+1 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | Poul-Henning Kamp | 2003-05-02 | 1 | -1/+7 |
* | Time has run from the "run GEOM in userland" harness, and the new regression | Poul-Henning Kamp | 2003-04-13 | 1 | -9/+0 |
* | Retire the experimental bio_taskqueue(), it was not quite as usable as | Poul-Henning Kamp | 2003-04-12 | 1 | -27/+0 |
* | Remove all references to BIO_SETATTR. We will not be using it. | Poul-Henning Kamp | 2003-04-03 | 1 | -21/+0 |
* | Fix a bug in the ENOMEM pacing code which probably made it panic systems | Poul-Henning Kamp | 2003-03-29 | 1 | -4/+4 |
* | Retire the GEOM private statistics code and use devstat instead. | Poul-Henning Kamp | 2003-03-18 | 1 | -61/+7 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
* | Don't abuse the statistics counters for detecting if we have outstanding | Poul-Henning Kamp | 2003-03-09 | 1 | -6/+10 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Implement a bio-taskqueue to reduce number of context switches in | Poul-Henning Kamp | 2003-02-11 | 1 | -11/+56 |
* | Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR. | Poul-Henning Kamp | 2003-02-11 | 1 | -10/+18 |
* | Turn the "updating" flag (back) into two sequence number fields at | Poul-Henning Kamp | 2003-02-11 | 1 | -4/+4 |
* | Update the statistics collection code to track busy time instead of | Poul-Henning Kamp | 2003-02-09 | 1 | -39/+41 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | Poul-Henning Kamp | 2003-02-08 | 1 | -22/+23 |
* | Commit the correct copy of the g_stat structure. | Poul-Henning Kamp | 2003-02-07 | 1 | -23/+80 |
* | Rename bio_linkage to the more obvious bio_parent. | Poul-Henning Kamp | 2003-02-07 | 1 | -1/+1 |
* | Put the checks we perform on a bio before calling ::start in their | Poul-Henning Kamp | 2003-02-06 | 1 | -69/+59 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | white-space changes | Poul-Henning Kamp | 2002-12-26 | 1 | -2/+4 |
* | Balk at unaligned requests. | Poul-Henning Kamp | 2002-12-18 | 1 | -0/+10 |
* | malloc(9) with M_NOWAIT seems to return NULL a lot more than I would have | Poul-Henning Kamp | 2002-11-02 | 1 | -0/+14 |
* | Don't track bio allocation in debug output. | Poul-Henning Kamp | 2002-10-20 | 1 | -5/+7 |
* | Add more KASSERTS. | Poul-Henning Kamp | 2002-10-14 | 1 | -1/+7 |
* | Add support g_clone_bio() and g_std_done() to spawn multiple children | Poul-Henning Kamp | 2002-10-09 | 1 | -0/+1 |
* | For now, don't wait for drives to stop returning EBUSY. There is too | Poul-Henning Kamp | 2002-10-08 | 1 | -35/+26 |
* | Put a printf under #ifdef DIAGNOSTIC. | Poul-Henning Kamp | 2002-10-07 | 1 | -0/+2 |
* | Retire g_io_fail() and let g_io_deliver() take an error argument instead. | Poul-Henning Kamp | 2002-09-30 | 1 | -24/+12 |
* | Introduce g_write_data() function. | Poul-Henning Kamp | 2002-09-30 | 1 | -0/+18 |
* | Void functions cannot use return(foo) even if foo is also returning void. | Poul-Henning Kamp | 2002-09-28 | 1 | -14/+28 |
* | Setattr should not retry on EBUSY, we could get EBUSY back because | Poul-Henning Kamp | 2002-09-27 | 1 | -14/+15 |
* | Allocate bio's with M_NOWAIT and let the caller deal with the problems. | Poul-Henning Kamp | 2002-09-27 | 1 | -7/+9 |
* | Use biowait() rather than DIY. | Poul-Henning Kamp | 2002-09-13 | 1 | -24/+4 |
* | Don't grab Giant around malloc(9) and free(9). | Poul-Henning Kamp | 2002-05-20 | 1 | -6/+0 |
* | Constifixation of attribute argument to g_io_[gs]etattr() | Poul-Henning Kamp | 2002-04-09 | 1 | -2/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Centralize EOF handling and improve access controls for bio scheduling. | Poul-Henning Kamp | 2002-04-04 | 1 | -44/+67 |
* | Eliminate some thread pointers which do not make sense anymore. | Poul-Henning Kamp | 2002-03-26 | 1 | -2/+3 |