summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Report bio_pblkbo instead of bio_blkno.phk2003-10-181-3/+3
* Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.phk2003-10-181-9/+9
* Made use of 'error' argument, which was unused (by mistake) before.phk2003-10-141-1/+1
* Use __FBSDID().obrien2003-06-111-3/+3
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Remove BIO_SETATTR from non-GEOM part of kernel as well.phk2003-04-031-1/+0
* #include <geom/geom_disk.h>phk2003-04-011-0/+1
* Introduce bioq_flush() function.phk2003-04-011-0/+15
* retire the "busy" field in bioqueues, it's served it's purpose.phk2003-03-301-8/+0
* Preparation commit before I start on the bioqueue lockdown:phk2003-03-301-0/+43
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Don't pick up a name from the dev_t if it is not there.phk2003-03-031-1/+7
* NO_GEOM cleanup: remove #ifdefphk2003-01-301-423/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Only include <sys/diskslice.h> ifdef NO_GEOMphk2003-01-201-1/+1
* This checkin reimplements the io-request priority hack in a waymckusick2002-10-221-29/+0
* One #include <sys/sysctl.h> should be enough.cognet2002-10-211-1/+0
* Separate fiels reported by disk_err() with spaces, so that output doesn'tsobomax2002-10-171-7/+7
* Populate more fields of the disklabel for PC98.phk2002-10-141-0/+2
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-2/+2
* If dsgetlabel() returns a label with a size of zero in diskdumpconf(),brian2002-10-051-0/+2
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-1/+7
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-201-0/+150
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-3/+40
* Don't use "NULL" when "0" is really meant.archie2002-08-211-1/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-0/+4
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-1/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-19/+19
* Make the disk_clone() routine more robust for abuse.phk2002-03-111-33/+26
* Fix a warning.robert2002-03-051-2/+0
* Don't call cdevsw_add().phk2001-11-041-1/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-041-1/+1
* Don't choke on old sd%d.ctl devices.phk2001-11-031-0/+2
* Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1.phk2001-11-021-13/+23
* Fix a problem in the disk related hack where device nodes for a physicallyphk2001-10-281-0/+2
* Nudge the axe a bit closer to cdevsw[]:phk2001-10-271-2/+55
* disk_clone() was a bit too eager to please: "md0s1ec" is not a validphk2001-10-221-0/+2
* KSE Milestone 2julian2001-09-121-7/+7
* Don't dump on the label sector or below. This avoids clobbering thebde2001-08-151-2/+2
* Remove the hack-around for the slice/label code, it didn'tphk2001-05-291-11/+1
* The disklabel/slice code is more twisted than I thought. Revert tophk2001-05-281-0/+1
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-4/+17
* Don't take the detour around devsw() to find out if the proto-cdevswphk2001-05-241-3/+1
* Always initialize bio_resid from bio_bcount in the disk mini-layer sophk2001-05-081-1/+1
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-0/+6
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-3/+1
* Dont call device close and ioctl functions if device has disappeared.sos2001-03-131-2/+5
* Don't clone impossible unit numbers for disks.phk2000-12-151-0/+2
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-12/+1
OpenPOWER on IntegriCloud