| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | gibbs | 2010-09-02 | 1 | -0/+1 |
* | Untangle g_print_bio(), silencing Coverity. | trasz | 2010-06-10 | 1 | -8/+7 |
* | g_io_check: respond to zero pp->mediasize with ENXIO | avg | 2010-04-15 | 1 | -2/+2 |
* | Do not fetch precise time of request start when stats collection disabled. | mav | 2010-03-24 | 1 | -1/+4 |
* | Call wakeup() only for the first request on the queue. | mav | 2009-12-30 | 1 | -2/+8 |
* | MFp4: | mav | 2009-09-06 | 1 | -2/+2 |
* | Make gjournal work with kernel compiled with "options DIAGNOSTIC". | trasz | 2009-06-30 | 1 | -8/+15 |
* | As discussed in the devsummit, introduce two fields in the | luigi | 2009-06-11 | 1 | -0/+75 |
* | Just a fixup for a KTRACE message I stumbled upon many moons ago. | sbruno | 2008-09-18 | 1 | -1/+1 |
* | Don't limit BIO_DELETE requests to MAXPHYS, they perform no data | phk | 2007-12-16 | 1 | -3/+2 |
* | Save stack only when KTR_GEOM is both compiled into the kernel and enabled | pjd | 2007-10-26 | 1 | -5/+5 |
* | Implement g_delete_data() similar to g_read_data() and g_write_data(). | pjd | 2007-05-05 | 1 | -0/+22 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Use tsleep() rather than msleep() with a NULL mtx parameter. | jhb | 2007-02-23 | 1 | -1/+1 |
* | We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but for | pjd | 2007-01-28 | 1 | -2/+7 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 1 | -1/+29 |
* | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | pjd | 2006-06-05 | 1 | -0/+25 |
* | Fix a typo. | ru | 2006-03-13 | 1 | -1/+1 |
* | Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1, | pjd | 2006-03-01 | 1 | -0/+23 |
* | - Add a new simple facility for marking the current thread as being in a | jhb | 2005-09-15 | 1 | -30/+7 |
* | Use KTR to log allocations and destructions of bios. | pjd | 2005-08-29 | 1 | -0/+36 |
* | By design I left a tiny race in updating the I/O statistics based on | phk | 2005-07-25 | 1 | -8/+14 |
* | Add KTR_GEOM, which allows tracing of basic GEOM I/O events occuring | rwatson | 2004-10-21 | 1 | -0/+26 |
* | Trace information about a buffer while we still control it. | ups | 2004-10-11 | 1 | -2/+3 |
* | Don't set the BIO_ONQUEUE debugging flag until we actually put the bio | phk | 2004-10-06 | 1 | -1/+1 |
* | Protect the start/end counts on consumers and providers with the up/down | phk | 2004-09-28 | 1 | -28/+40 |
* | - Set maximum request size to MAXPHYS (128kB), instead of DFLPHYS (64kB). | pjd | 2004-09-28 | 1 | -4/+6 |
* | Add more KASSERTS and checks. | phk | 2004-08-30 | 1 | -0/+21 |
* | Introduce g_alloc_bio() as a waiting variant of g_new_bio(). | phk | 2004-08-27 | 1 | -3/+12 |
* | When sending request once again because of ENOMEM, reset bio_children | pjd | 2004-08-11 | 1 | -0/+2 |
* | The g_up and g_down threads use a local 'mymutex' mutex to allow WITNESS | rwatson | 2004-06-26 | 1 | -0/+16 |
* | Make the sysctl kern.geom.collectstats more granular. | phk | 2004-06-09 | 1 | -8/+8 |
* | Calculate bio_completed properly or die! | pjd | 2004-04-04 | 1 | -0/+3 |
* | Added g_print_bio() function to print informations about given bio. | pjd | 2004-02-11 | 1 | -0/+34 |
* | Bring back the geom_bioqueues, they _are_ a good idea. | phk | 2004-01-28 | 1 | -0/+27 |
* | Correct usage of mtx_init() API. This is not a functional change since | truckman | 2003-12-07 | 1 | -2/+2 |
* | Forgotten commit: If a provider has zero sectorsize, it is an | phk | 2003-10-22 | 1 | -6/+3 |
* | Remove KASSERT check for negative bio_offsets, add "normal" EIO | phk | 2003-10-19 | 1 | -1/+3 |
* | Allow our bio tools to be used for local bio-chopping by not mandating | phk | 2003-10-06 | 1 | -2/+7 |
* | Add more KASSERTS(). | phk | 2003-09-26 | 1 | -0/+6 |
* | Reorder a couple of KASSERTS to give more sensible messages. | phk | 2003-09-11 | 1 | -2/+2 |
* | In case we encounter a zero sectorsize provider in g_io_check(), fail | phk | 2003-08-13 | 1 | -0/+6 |
* | Sleep on "-" in our normal state to simplify debugging. | phk | 2003-06-18 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+2 |
* | Hide the "ENOMEM" notice messages behind bootverbose. They are still | phk | 2003-05-07 | 1 | -1/+2 |
* | Use an uma-zone for allocation bio requests. | phk | 2003-05-02 | 1 | -13/+10 |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 1 | -7/+1 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+7 |
* | 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 |