summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_disk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make various random things staticphk2005-02-101-1/+1
* When dumping to a unpartitioned disk, make sure to chop thephk2005-01-291-0/+2
* CAM will sometimes remove a disk again even before it finished beingphk2005-01-141-2/+4
* Pass the file->flags down to geom ioctl handlers.phk2004-12-121-2/+2
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-4/+7
* Fix regression in last commit.phk2004-06-291-1/+1
* Make sure to kill the devstat entry for disappearing disks.phk2004-06-271-1/+3
* Zap a redundant NULLphk2004-05-301-1/+1
* Dont try to finish devstat's if the disk pointer is NULL, this can happensos2004-05-111-2/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-23/+31
* don't call sbuf_clear() right after sbuf_new(), it is not necessary.phk2004-02-101-1/+0
* Allow decreasing access count even if there is no disk anymore.pjd2004-02-061-3/+11
* Remove no longer necessary debug printfsphk2004-01-231-6/+0
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-071-1/+1
* Retire bio_blkno entirely.phk2003-10-181-1/+0
* Return ENODEV in case the driver has no dump routine.phk2003-09-291-0/+4
* Be more careful in dumpconf: softc may be NULL for departing devices.phk2003-09-231-3/+6
* Simplify the ioctl handling in GEOM.phk2003-09-011-10/+20
* Try to close the race between disk_destroy() and a subsequent disk_create().phk2003-09-011-19/+17
* Use __FBSDID().obrien2003-06-111-2/+3
* Introduce a init and fini member functions on a class.phk2003-05-311-5/+14
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Don't do silly thing if the disk_create() event gets canceled.phk2003-05-251-1/+3
* Return ENXIO if the softc pointer is NULL, in all likelyhood thephk2003-05-211-0/+4
* When a disk disappears, destroy the class from the event threadphk2003-05-121-1/+10
* Use g_wither_geom() for cleanup.phk2003-05-021-2/+1
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-231-5/+1
OpenPOWER on IntegriCloud