| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | Justin T. Gibbs | 2010-09-02 | 1 | -10/+27 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | Clarify and reimplement the bioq API so that bioq_disksort() has | Luigi Rizzo | 2009-02-13 | 1 | -65/+120 |
* | Make bioq_disksort have a ANSI-C definition rather than a K&R definition. | Warner Losh | 2009-02-03 | 1 | -3/+1 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+1 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo). | Xin LI | 2006-05-29 | 1 | -2/+2 |
* | When calling bioq_first() to see if a queue is empty in bioq_disksort(), | Robert Watson | 2006-01-13 | 1 | -1/+1 |
* | - Fix insertions of bios which represent data earlier than anything else | Jeff Roberson | 2005-06-15 | 1 | -7/+4 |
* | - Dramatically simplify bioqdisksort(). We no longer do ordered bios so | Jeff Roberson | 2005-06-12 | 1 | -85/+40 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Add bioq_insert_head() function. | Pawel Jakub Dawidek | 2004-12-13 | 1 | -0/+7 |
* | Add bioq_takefirst(). | Poul-Henning Kamp | 2004-08-19 | 1 | -6/+11 |
* | Report bio_pblkbo instead of bio_blkno. | Poul-Henning Kamp | 2003-10-18 | 1 | -3/+3 |
* | Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno. | Poul-Henning Kamp | 2003-10-18 | 1 | -9/+9 |
* | Made use of 'error' argument, which was unused (by mistake) before. | Poul-Henning Kamp | 2003-10-14 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -3/+3 |
* | Don't include <sys/disklabel.h> | Poul-Henning Kamp | 2003-04-16 | 1 | -1/+0 |
* | Remove BIO_SETATTR from non-GEOM part of kernel as well. | Poul-Henning Kamp | 2003-04-03 | 1 | -1/+0 |
* | #include <geom/geom_disk.h> | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
* | Introduce bioq_flush() function. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+15 |
* | retire the "busy" field in bioqueues, it's served it's purpose. | Poul-Henning Kamp | 2003-03-30 | 1 | -8/+0 |
* | Preparation commit before I start on the bioqueue lockdown: | Poul-Henning Kamp | 2003-03-30 | 1 | -0/+43 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
* | Don't pick up a name from the dev_t if it is not there. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+7 |
* | NO_GEOM cleanup: remove #ifdef | Poul-Henning Kamp | 2003-01-30 | 1 | -423/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Only include <sys/diskslice.h> ifdef NO_GEOM | Poul-Henning Kamp | 2003-01-20 | 1 | -1/+1 |
* | This checkin reimplements the io-request priority hack in a way | Kirk McKusick | 2002-10-22 | 1 | -29/+0 |
* | One #include <sys/sysctl.h> should be enough. | Olivier Houchard | 2002-10-21 | 1 | -1/+0 |
* | Separate fiels reported by disk_err() with spaces, so that output doesn't | Maxim Sobolev | 2002-10-17 | 1 | -7/+7 |
* | Populate more fields of the disklabel for PC98. | Poul-Henning Kamp | 2002-10-14 | 1 | -0/+2 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 1 | -2/+2 |
* | If dsgetlabel() returns a label with a size of zero in diskdumpconf(), | Brian Somers | 2002-10-05 | 1 | -0/+2 |
* | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+7 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -0/+150 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -3/+40 |
* | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-21 | 1 | -1/+1 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | Poul-Henning Kamp | 2002-04-09 | 1 | -0/+4 |
* | Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking | Poul-Henning Kamp | 2002-04-09 | 1 | -1/+1 |
* | Here follows the new kernel dumping infrastructure. | Poul-Henning Kamp | 2002-03-31 | 1 | -19/+19 |
* | Make the disk_clone() routine more robust for abuse. | Poul-Henning Kamp | 2002-03-11 | 1 | -33/+26 |
* | Fix a warning. | Robert Drehmel | 2002-03-05 | 1 | -2/+0 |
* | Don't call cdevsw_add(). | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+0 |
* | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+1 |
* | Don't choke on old sd%d.ctl devices. | Poul-Henning Kamp | 2001-11-03 | 1 | -0/+2 |
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1. | Poul-Henning Kamp | 2001-11-02 | 1 | -13/+23 |
* | Fix a problem in the disk related hack where device nodes for a physically | Poul-Henning Kamp | 2001-10-28 | 1 | -0/+2 |
* | Nudge the axe a bit closer to cdevsw[]: | Poul-Henning Kamp | 2001-10-27 | 1 | -2/+55 |
* | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | Poul-Henning Kamp | 2001-10-22 | 1 | -0/+2 |