| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify and reimplement the bioq API so that bioq_disksort() has | luigi | 2009-02-13 | 1 | -65/+120 |
* | Make bioq_disksort have a ANSI-C definition rather than a K&R definition. | imp | 2009-02-03 | 1 | -3/+1 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 1 | -0/+1 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo). | delphij | 2006-05-29 | 1 | -2/+2 |
* | When calling bioq_first() to see if a queue is empty in bioq_disksort(), | rwatson | 2006-01-13 | 1 | -1/+1 |
* | - Fix insertions of bios which represent data earlier than anything else | jeff | 2005-06-15 | 1 | -7/+4 |
* | - Dramatically simplify bioqdisksort(). We no longer do ordered bios so | jeff | 2005-06-12 | 1 | -85/+40 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Add bioq_insert_head() function. | pjd | 2004-12-13 | 1 | -0/+7 |
* | Add bioq_takefirst(). | phk | 2004-08-19 | 1 | -6/+11 |
* | Report bio_pblkbo instead of bio_blkno. | phk | 2003-10-18 | 1 | -3/+3 |
* | Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno. | phk | 2003-10-18 | 1 | -9/+9 |
* | Made use of 'error' argument, which was unused (by mistake) before. | phk | 2003-10-14 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -3/+3 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Remove BIO_SETATTR from non-GEOM part of kernel as well. | phk | 2003-04-03 | 1 | -1/+0 |
* | #include <geom/geom_disk.h> | phk | 2003-04-01 | 1 | -0/+1 |
* | Introduce bioq_flush() function. | phk | 2003-04-01 | 1 | -0/+15 |
* | retire the "busy" field in bioqueues, it's served it's purpose. | phk | 2003-03-30 | 1 | -8/+0 |
* | Preparation commit before I start on the bioqueue lockdown: | phk | 2003-03-30 | 1 | -0/+43 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Don't pick up a name from the dev_t if it is not there. | phk | 2003-03-03 | 1 | -1/+7 |
* | NO_GEOM cleanup: remove #ifdef | phk | 2003-01-30 | 1 | -423/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Only include <sys/diskslice.h> ifdef NO_GEOM | phk | 2003-01-20 | 1 | -1/+1 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -29/+0 |
* | One #include <sys/sysctl.h> should be enough. | cognet | 2002-10-21 | 1 | -1/+0 |
* | Separate fiels reported by disk_err() with spaces, so that output doesn't | sobomax | 2002-10-17 | 1 | -7/+7 |
* | Populate more fields of the disklabel for PC98. | phk | 2002-10-14 | 1 | -0/+2 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 1 | -2/+2 |
* | If dsgetlabel() returns a label with a size of zero in diskdumpconf(), | brian | 2002-10-05 | 1 | -0/+2 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -1/+7 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | phk | 2002-09-20 | 1 | -0/+150 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -3/+40 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-21 | 1 | -1/+1 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -0/+4 |
* | Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking | phk | 2002-04-09 | 1 | -1/+1 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 1 | -19/+19 |
* | Make the disk_clone() routine more robust for abuse. | phk | 2002-03-11 | 1 | -33/+26 |
* | Fix a warning. | robert | 2002-03-05 | 1 | -2/+0 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -1/+0 |
* | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | phk | 2001-11-04 | 1 | -1/+1 |
* | Don't choke on old sd%d.ctl devices. | phk | 2001-11-03 | 1 | -0/+2 |
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1. | phk | 2001-11-02 | 1 | -13/+23 |
* | Fix a problem in the disk related hack where device nodes for a physically | phk | 2001-10-28 | 1 | -0/+2 |
* | Nudge the axe a bit closer to cdevsw[]: | phk | 2001-10-27 | 1 | -2/+55 |
* | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | phk | 2001-10-22 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -7/+7 |
* | Don't dump on the label sector or below. This avoids clobbering the | bde | 2001-08-15 | 1 | -2/+2 |
* | Remove the hack-around for the slice/label code, it didn't | phk | 2001-05-29 | 1 | -11/+1 |