summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264320:bdrewery2014-04-211-1/+1
* MFC r258683:mav2014-01-091-11/+21
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-16/+57
* Add new attribute lunname to report only textual LUN-specific device IDs.mav2013-08-241-0/+6
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-8/+6
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-1/+24
* Don't update provider properties and don't set DISKFLAG_OPEN if d_open()mav2013-06-111-0/+2
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-7/+22
* Introduce a symbol for the GEOM class name instead of using the ad-hoc stringivoras2013-04-151-1/+1
* Following r241022, replace iteration over the provider list on media eventsmav2013-04-051-2/+10
* In GEOM DISK:mav2013-03-251-56/+28
* A flag for the geom disk driver to indicate that it accepts thekib2013-03-191-1/+19
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-291-21/+15
* Remove the topology lock from disk_gone(), it might be called with regularpjd2012-09-281-3/+5
* Use the topology lock to protect list of providers while withering them.pjd2012-09-221-1/+4
* g_disk_flushcache definitely should not be traced under G_T_TOPOLOGYavg2012-09-181-1/+1
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-281-6/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+26
* Add disk_resize(), to make it possible for the disk drivers such as da(4)trasz2012-07-071-0/+42
* In g_disk_providergone(), don't continue if the softc is NULL. This may beken2012-06-271-0/+8
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-1/+22
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is notpjd2011-10-251-3/+3
* Improve style a bit.pjd2011-10-251-5/+7
* Simplify disk_alloc().pjd2011-10-251-4/+2
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-141-0/+21
* Update disk's stripesize and stripeoffset parameters on provider open.mav2011-06-031-0/+6
* MFgraid/head r218212, r218257:mav2011-03-241-9/+90
* MFgraid/head r217827:mav2011-03-241-12/+8
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+2
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-1/+2
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).kib2010-12-291-1/+5
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+12
* Simplify g_disk_ident_adjust() function and allow any printable characterpjd2009-09-041-28/+15
* 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
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* Do not overflow crashdumpmap.kib2008-10-211-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-0/+1
* Allow to use ':' in d_ident, which is quite handy character.pjd2007-05-051-1/+2
* Because there are many strange hardware out there, allow to use onlypjd2007-05-051-0/+39
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-051-1/+3
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portn_hibma2007-02-211-1/+1
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-311-1/+21
* Add g_wither_provider() to abstract the details of destroying amarcel2006-04-101-1/+1
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-181-0/+12
* Move some devstat collection to below where large IO operations are choppedtegge2005-09-301-3/+3
* After rejecting the bio request early, return instead of panicing.phk2005-03-181-1/+3
OpenPOWER on IntegriCloud