summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r311971: Report random flash storage as non-rotating to GEOM_DISK.mav2017-01-191-0/+5
* Switch geom_disk over to using a pool mutex.ken2016-06-231-2/+0
* Fix a bug that caused da(4) instances to hang around after the underlyingken2016-06-211-1/+12
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-0/+1
* Reject attempts to attack a disk device that has the old NEEDSGIANTjhb2013-10-251-0/+1
* Improve ZFS N-way mirror read performance by using load and localitysmh2013-10-231-1/+3
* Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).mav2013-10-221-1/+0
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-0/+1
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-1/+2
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-0/+1
* Introduce a symbol for the GEOM class name instead of using the ad-hoc stringivoras2013-04-151-0/+2
* A flag for the geom disk driver to indicate that it accepts thekib2013-03-191-0/+1
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-291-1/+1
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+2
* Add disk_resize(), to make it possible for the disk drivers such as da(4)trasz2012-07-071-0/+1
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-1/+4
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-141-0/+3
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+1
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+4
* Revert r190676,190677thompsa2009-04-101-2/+0
* Add interleaving root hold tokens from the CAM probe to disk_create and geomthompsa2009-04-031-0/+2
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-051-1/+4
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-311-0/+1
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-181-0/+1
* forward declare struct disk.phk2005-03-151-0/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-2/+6
* Change events to have an array of "void *" references, and give thephk2003-04-021-0/+4
* Start to split the GEOM/diskdriver specific bits into geom/geom_disk.hphk2003-04-011-0/+93
OpenPOWER on IntegriCloud