aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disk.h
Commit message (Expand)AuthorAgeFilesLines
* Remove frontstuffWarner Losh2020-10-271-8/+0
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Enable sys/disk.h consumers to avoid pulling in networking headers.Matt Macy2019-05-081-3/+5
* List-ify kernel dump device configurationConrad Meyer2019-05-061-2/+55
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* Add support for compressed kernel dumps.Mark Johnston2017-10-251-0/+1
* Display rotation rate and TRIM/UNMAP support in diskinfo(8)Alan Somers2017-10-041-0/+1
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-1/+14
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-0/+3
* Teach CTL to ask GEOM devices about BIO_DELETE support.Alexander Motin2015-02-131-0/+1
* Add include missed in r274154, breaking the buildworld.Alexander Motin2014-11-061-0/+1
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-0/+10
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-141-0/+8
* Remove spurious '/*-' marks and fix some other style problems.Edward Tomasz Napierala2010-07-221-27/+27
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-12/+12
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-12/+12
* Add two disk ioctls, giving user-level tools information about disk/arrayAlexander Motin2009-12-241-0/+12
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cMarcel Moolenaar2009-07-081-6/+0
* Provide compatibility symlink for logical partitions:Marcel Moolenaar2009-02-201-0/+6
* - Add a new ioctl for getting the provider name of a geom provider.Ulf Lilleengen2008-09-071-0/+6
* Implement three new ioctls that can be used with GEOM provider:Pawel Jakub Dawidek2007-05-051-0/+32
* Remove last traces of disk_enumerate()Poul-Henning Kamp2006-03-111-2/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* I think the divorce successed, so stop #including <geom/geom_disk.h>Poul-Henning Kamp2003-04-011-2/+1
* Start to split the GEOM/diskdriver specific bits into geom/geom_disk.hPoul-Henning Kamp2003-04-011-47/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-0/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-281-6/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Better names for struct disk elements: d_maxsize, d_stripeoffsetPoul-Henning Kamp2003-02-111-3/+3
* Implement the new "struct disk" centered API for device drivers.Poul-Henning Kamp2003-02-051-10/+27
* Add three more properties to struct disk: Stripe offset and widthPoul-Henning Kamp2003-02-051-0/+3
* Add some agility to the disk_create() API:Poul-Henning Kamp2003-01-301-1/+15
* NO_GEOM cleanup: remove DISKFLAG_{WANTED,LOCK}Poul-Henning Kamp2003-01-301-3/+0
* NO_GEOM cleanup: retire disk_invalidate()Poul-Henning Kamp2003-01-301-1/+0
* NO_GEOM cleanup: remove unused fields in struct disk, set type for d_softc.Poul-Henning Kamp2003-01-301-4/+3
* NO_GEOM cleanup: Mark the last arg to disk_create() as unused.Poul-Henning Kamp2003-01-301-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-8/+8
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-0/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-091-0/+8
* Describe the generic disk ioctls in some detail.Poul-Henning Kamp2002-04-091-2/+29
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-1/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-0/+11
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+0
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Add a field to struct disk for GEOMPoul-Henning Kamp2002-03-111-0/+1
* Add disk_enumerate() for finding names of disks. Vinum and libh willPoul-Henning Kamp2000-06-151-0/+4
* rename disk_delete() to disk_destroy().Poul-Henning Kamp2000-01-281-1/+1
* Put a lock on the disk structure while we open to avoid races.Poul-Henning Kamp1999-11-061-1/+5
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-6/+2
* Use a different tactic when creating the devsw so that disk_create()Poul-Henning Kamp1999-09-121-1/+5