| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r294042: Add rotationrate to geom disk dumpconf | rpokala | 2016-01-21 | 1 | -0/+17 |
* | MFC r291716, r291724, r291741, r291742 | ken | 2015-12-16 | 1 | -34/+154 |
* | MFC r273638: | mav | 2014-10-28 | 1 | -43/+16 |
* | MFC r256956: | smh | 2014-09-07 | 1 | -9/+20 |
* | MFC r266319: | mav | 2014-05-24 | 1 | -2/+5 |
* | MFC r265072: | bdrewery | 2014-05-14 | 1 | -1/+0 |
* | MFC r264320: | bdrewery | 2014-04-21 | 1 | -1/+1 |
* | MFC r258683: | mav | 2014-01-09 | 1 | -11/+21 |
* | MFC Alexander Motin's GEOM direct dispatch work: | scottl | 2014-01-07 | 1 | -16/+57 |
* | Add new attribute lunname to report only textual LUN-specific device IDs. | mav | 2013-08-24 | 1 | -0/+6 |
* | Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940. | smh | 2013-07-03 | 1 | -8/+6 |
* | Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. | mav | 2013-06-12 | 1 | -1/+24 |
* | Don't update provider properties and don't set DISKFLAG_OPEN if d_open() | mav | 2013-06-11 | 1 | -0/+2 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 1 | -7/+22 |
* | Introduce a symbol for the GEOM class name instead of using the ad-hoc string | ivoras | 2013-04-15 | 1 | -1/+1 |
* | Following r241022, replace iteration over the provider list on media events | mav | 2013-04-05 | 1 | -2/+10 |
* | In GEOM DISK: | mav | 2013-03-25 | 1 | -56/+28 |
* | A flag for the geom disk driver to indicate that it accepts the | kib | 2013-03-19 | 1 | -1/+19 |
* | Fix locking problem in disk_resize(); previously it would run without | trasz | 2012-10-29 | 1 | -21/+15 |
* | Remove the topology lock from disk_gone(), it might be called with regular | pjd | 2012-09-28 | 1 | -3/+5 |
* | Use the topology lock to protect list of providers while withering them. | pjd | 2012-09-22 | 1 | -1/+4 |
* | g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY | avg | 2012-09-18 | 1 | -1/+1 |
* | Remove unneeded G_PF_CANDELETE flag. | ed | 2012-08-28 | 1 | -6/+0 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 1 | -0/+26 |
* | Add disk_resize(), to make it possible for the disk drivers such as da(4) | trasz | 2012-07-07 | 1 | -0/+42 |
* | In g_disk_providergone(), don't continue if the softc is NULL. This may be | ken | 2012-06-27 | 1 | -0/+8 |
* | Fix a bug which causes a panic in daopen(). The panic is caused by | ken | 2012-06-24 | 1 | -1/+22 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Allow upper layers to discover than BIO_DELETE and/or BIO_FLUSH is not | pjd | 2011-10-25 | 1 | -3/+3 |
* | Improve style a bit. | pjd | 2011-10-25 | 1 | -5/+7 |
* | Simplify disk_alloc(). | pjd | 2011-10-25 | 1 | -4/+2 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 1 | -0/+21 |
* | Update disk's stripesize and stripeoffset parameters on provider open. | mav | 2011-06-03 | 1 | -0/+6 |
* | MFgraid/head r218212, r218257: | mav | 2011-03-24 | 1 | -9/+90 |
* | MFgraid/head r217827: | mav | 2011-03-24 | 1 | -12/+8 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 1 | -0/+2 |
* | Remove the CTLFLAG_NOLOCK as it seems to be both unused and | mdf | 2011-01-26 | 1 | -1/+2 |
* | Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4). | kib | 2010-12-29 | 1 | -1/+5 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -0/+12 |
* | Simplify g_disk_ident_adjust() function and allow any printable character | pjd | 2009-09-04 | 1 | -28/+15 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -2/+0 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 1 | -0/+2 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 1 | -1/+1 |
* | Do not overflow crashdumpmap. | kib | 2008-10-21 | 1 | -1/+1 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 1 | -0/+1 |
* | Allow to use ':' in d_ident, which is quite handy character. | pjd | 2007-05-05 | 1 | -1/+2 |
* | Because there are many strange hardware out there, allow to use only | pjd | 2007-05-05 | 1 | -0/+39 |
* | - Extend disk structure to allow to store disk's serial number, which can be | pjd | 2007-05-05 | 1 | -1/+3 |