summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_io.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r291716, r291724, r291741, r291742ken2015-12-161-4/+5
* MFC: r287405:imp2015-09-081-7/+41
* MFC r286404:kib2015-08-141-5/+5
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-88/+137
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-12/+3
* Correct the page count when excess length is trimmed from the bio.kib2013-03-211-0/+9
* Assert that transient mapping of the bio is only done when unmappedkib2013-03-211-0/+2
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-1/+105
* Reset provider-specific fields when resending I/O request in low memorypjd2012-12-261-0/+3
* Clone BIO_ORDERED flag, for disk drivers (namely CAM) that try tojimharris2012-08-071-0/+6
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+2
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* Untangle g_print_bio(), silencing Coverity.trasz2010-06-101-8/+7
* g_io_check: respond to zero pp->mediasize with ENXIOavg2010-04-151-2/+2
* Do not fetch precise time of request start when stats collection disabled.mav2010-03-241-1/+4
* Call wakeup() only for the first request on the queue.mav2009-12-301-2/+8
* MFp4:mav2009-09-061-2/+2
* Make gjournal work with kernel compiled with "options DIAGNOSTIC".trasz2009-06-301-8/+15
* As discussed in the devsummit, introduce two fields in theluigi2009-06-111-0/+75
* Just a fixup for a KTRACE message I stumbled upon many moons ago.sbruno2008-09-181-1/+1
* Don't limit BIO_DELETE requests to MAXPHYS, they perform no dataphk2007-12-161-3/+2
* Save stack only when KTR_GEOM is both compiled into the kernel and enabledpjd2007-10-261-5/+5
* Implement g_delete_data() similar to g_read_data() and g_write_data().pjd2007-05-051-0/+22
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Use tsleep() rather than msleep() with a NULL mtx parameter.jhb2007-02-231-1/+1
* We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but forpjd2007-01-281-2/+7
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-311-1/+29
* Add g_duplicate_bio() function which does the same thing what g_clone_bio()pjd2006-06-051-0/+25
* Fix a typo.ru2006-03-131-1/+1
* Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1,pjd2006-03-011-0/+23
* - Add a new simple facility for marking the current thread as being in ajhb2005-09-151-30/+7
* Use KTR to log allocations and destructions of bios.pjd2005-08-291-0/+36
* By design I left a tiny race in updating the I/O statistics based onphk2005-07-251-8/+14
* Add KTR_GEOM, which allows tracing of basic GEOM I/O events occuringrwatson2004-10-211-0/+26
* Trace information about a buffer while we still control it.ups2004-10-111-2/+3
* Don't set the BIO_ONQUEUE debugging flag until we actually put the biophk2004-10-061-1/+1
* Protect the start/end counts on consumers and providers with the up/downphk2004-09-281-28/+40
* - Set maximum request size to MAXPHYS (128kB), instead of DFLPHYS (64kB).pjd2004-09-281-4/+6
* Add more KASSERTS and checks.phk2004-08-301-0/+21
* Introduce g_alloc_bio() as a waiting variant of g_new_bio().phk2004-08-271-3/+12
* When sending request once again because of ENOMEM, reset bio_childrenpjd2004-08-111-0/+2
* The g_up and g_down threads use a local 'mymutex' mutex to allow WITNESSrwatson2004-06-261-0/+16
* Make the sysctl kern.geom.collectstats more granular.phk2004-06-091-8/+8
* Calculate bio_completed properly or die!pjd2004-04-041-0/+3
* Added g_print_bio() function to print informations about given bio.pjd2004-02-111-0/+34
* Bring back the geom_bioqueues, they _are_ a good idea.phk2004-01-281-0/+27
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-071-2/+2
* Forgotten commit: If a provider has zero sectorsize, it is anphk2003-10-221-6/+3
* Remove KASSERT check for negative bio_offsets, add "normal" EIOphk2003-10-191-1/+3
* Allow our bio tools to be used for local bio-chopping by not mandatingphk2003-10-061-2/+7
OpenPOWER on IntegriCloud