| Age | Commit message (Expand) | Author |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-04-05 | rf_get_component_caches(): remove useless condition | jdolecek |
| 2017-04-05 | add support for DIOCGCACHE; contrary to DIOCCACHESYNC, query any non-dead | jdolecek |
| 2016-09-19 | fix mistake fallthrough in the ioctl switch introduced in previous commit | jdolecek |
| 2016-09-19 | fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got broken | jdolecek |
| 2016-04-27 | provide an empty DPRINTF | christos |
| 2016-04-27 | Extend the "a" partition hack to also mean the first partition on the raid, | christos |
| 2016-01-07 | gc unused flags | christos |
| 2016-01-07 | CID 1347189: Null pointer dereferences | mlelstv |
| 2016-01-06 | Add a SET_LAST_UNIT ioctl. | christos |
| 2016-01-05 | revert bp->b_error checking; biowait() is a no-op in that case and it is | christos |
| 2016-01-05 | When autoconfiguring RAID sets: | mlelstv |
| 2016-01-05 | handle possible errors from bdev_strategy. | mlelstv |
| 2016-01-04 | prevent unconfigure/detach while background threads are running. | mlelstv |
| 2016-01-04 | Fix dump on raid. | mlelstv |
| 2016-01-03 | refactor driver to use common code in dksubr. | mlelstv |
| 2016-01-02 | No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl, | mlelstv |
| 2016-01-02 | RAIDF_INITED state also includes disk attachments, don't undo operations | mlelstv |
| 2016-01-02 | Unlock and free in raid_detach to handle error paths. | mlelstv |
| 2016-01-02 | use bdev_strategy wrapper to properly use KERNEL_LOCK. | mlelstv |
| 2015-12-26 | Another use-after-free() | pgoyette |
| 2015-12-26 | If the "finalizer" should fail to register for any reason, just report | pgoyette |
| 2015-12-26 | Resolve a use-after-free reference to the softc. From mlelstv@ | pgoyette |
| 2015-12-26 | Modularize the raidframe driver, including rework of the unit attach | pgoyette |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-07-10 | mark all the device entry points static. | mrg |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-01-03 | Also print b_error in the IO Error message | prlw1 |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-12-31 | disk_blocksize and disk_set_info relay the same information | mlelstv |
| 2014-12-21 | Stop useless disklabel warning if there are wedges, using GPT partition. | taca |
| 2014-11-14 | Fix a long-standing bug related to rebooting while a | oster |
| 2014-11-04 | support DIOCMWEDGES ioctl. | mlelstv |
| 2014-10-11 | No longer warn about differences bewteen disk size and total sector count | mlelstv |
| 2014-10-11 | clamp total number of sectors to UINT32_MAX instead of providing the | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-05-12 | restore defaulting to the 'a' partition for booting with root on raid as | christos |
| 2014-05-08 | Revert default strategy change from 1.298 (which has since moved). | jakllsch |
| 2014-04-03 | Add a "soft" root option, leaving the current default as "force root", so | christos |
| 2014-04-03 | Fix bugs in raidframe + wedge and root interaction: | christos |
| 2014-04-02 | If we are autoconfiguring root, then only change the booted_device if | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-05-23 | PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdown | christos |
| 2013-04-29 | Set the raidid and the softc together in both places where we initialize | christos |
| 2013-04-28 | no need for raid.h | christos |