| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/geom: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | DRY on buffer sizes. Update to r298420. | asomers | 2016-04-21 | 1 | -1/+2 |
* | Notify userspace listeners when geom disk attributes have changed | asomers | 2016-04-21 | 1 | -0/+4 |
* | Don't assume that bio_cmd is bit mask. | imp | 2016-03-10 | 1 | -1/+9 |
* | Add rotationrate to geom disk dumpconf | rpokala | 2016-01-14 | 1 | -0/+17 |
* | Fix a style issue in g_disk_limit(). | ken | 2015-12-04 | 1 | -1/+3 |
* | Fix g_disk_vlist_limit() to work properly with deletes. | ken | 2015-12-04 | 1 | -9/+14 |
* | Add asynchronous command support to the pass(4) driver, and the new | ken | 2015-12-03 | 1 | -34/+147 |
* | Revert somewhat hackish geom_disk optimization, committed as part of r256880, | mav | 2014-10-25 | 1 | -41/+16 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+1 |
* | Make GEOM DISK to account also BIO_FLUSH operations. | mav | 2014-05-17 | 1 | -2/+5 |
* | Remove redundant include | bdrewery | 2014-04-29 | 1 | -1/+0 |
* | Fix spelling error in g_trace() call. | bdrewery | 2014-04-10 | 1 | -1/+1 |
* | Escape special XML chars, returned by some devices, confusing XML parsers. | mav | 2013-11-27 | 1 | -11/+21 |
* | Reject attempts to attack a disk device that has the old NEEDSGIANT | jhb | 2013-10-25 | 1 | -0/+7 |
* | Improve ZFS N-way mirror read performance by using load and locality | smh | 2013-10-23 | 1 | -8/+11 |
* | Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9). | mav | 2013-10-22 | 1 | -28/+0 |
* | Merge GEOM direct dispatch changes from the projects/camlock branch. | mav | 2013-10-22 | 1 | -13/+51 |
* | MFprojects/camlock r254907: | mav | 2013-10-16 | 1 | -3/+4 |
* | MFprojects/camlock r254905: | mav | 2013-10-16 | 1 | -1/+3 |
* | 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 |