| Age | Commit message (Expand) | Author |
| 2023-06-15 | Undo unlock/relock for VOP_IOCTL(). | hannken |
| 2023-03-30 | raidframe: Nix unused parameter to raidwrite_component_area. | riastradh |
| 2022-08-28 | Simplify the check for what ioctls can be done in raidioctl() without | oster |
| 2022-08-28 | RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIT | oster |
| 2022-08-10 | raidframe: reject invalid values for numCol and numSpares | mrg |
| 2022-04-16 | Fix mistake in error branch locking caused by previous changes. | andvar |
| 2022-04-16 | Unlock vnode for VOP_IOCTL(). | hannken |
| 2022-03-28 | Restore another historic RCS Id. | wiz |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2022-03-11 | convert non-config-handled "DEBUG_ROOT" to aprint_debug(). | mrg |
| 2022-03-09 | merge two debug lines in auto-root selection. | mrg |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-08-28 | If there is a FS_RAID partition on a disk, then we shouldn't look at | oster |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-02 | Support on-demand re-scanning all devices to look for | oster |
| 2021-07-26 | Add support for detecting and configuring nested RAID setups at boot. | oster |
| 2021-07-23 | All IO is async in the RAIDframe kernel driver, so desc->async_flag | oster |
| 2021-07-23 | Extensive mechanical changes to the pools used in RAIDframe. | oster |
| 2021-05-26 | support different endian raidframe component label. | mrg |
| 2021-05-24 | make various things static, and minor KNF clean up. | mrg |
| 2021-04-26 | if raidframe sets booted_device, log a debug message about it. | mrg |
| 2021-04-11 | mark an extremely uncommon, but sometimes seen, log message | mrg |
| 2020-09-27 | DIOCCACHESYNC takes an int argument, pass it through. | christos |
| 2020-08-25 | KNF | skrll |
| 2020-07-31 | no need for continue | christos |
| 2020-07-31 | - don't overwrite existing error. | christos |
| 2020-07-31 | Factor out the component cache flushing code; add retries. | christos |
| 2020-06-20 | Nix trailing whitespace. | riastradh |
| 2020-06-19 | pass down b_flags B_PHYS|B_RAW|B_MEDIA_FLAGS from bio subsystem | jdolecek |
| 2020-06-16 | Improve wording in comments in raid_dumpblock(). | oster |
| 2020-04-13 | slightly change and fix the semantics of pool_set*wat(), pool_sethardlimit() | chs |
| 2020-03-21 | Restore historic $Hdr: ...$ text. | riastradh |
| 2020-03-01 | Add a flag to dk_dump for virtual disk devices. | riastradh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-30 | Gcc -Os on landisk is not smart enough to follow the conditional | martin |
| 2019-10-30 | Get &rsc->sc_dksc only when we know 'rsc' is not NULL. This was actually | maxv |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-20 | Fix vnode locking, must lock for VOP_OPEN() and VOP_UNLOCK() when done. | hannken |
| 2019-02-09 | - Change the allocation macros to be more like function calls | christos |
| 2019-02-07 | You need a star :-) | christos |
| 2019-02-06 | - Restore indirecting through the data pointer | christos |
| 2019-02-06 | Fix GET_INFO. Yes, can probably be simplified. | oster |
| 2019-02-06 | use 'data' directly. | christos |
| 2019-02-06 | Fix logic inversion. Progress, but still broken. | oster |
| 2019-02-06 | Shuffle softc declarations to a different .h file. Create missing | oster |
| 2019-02-05 | - Redo all the ioctl compat stuff to use a standard "ioctl" interface, | christos |
| 2019-02-05 | - Fix the FAIL_DISK handling (it would prolly trash the wrong disk before | christos |
| 2019-02-05 | remove duplicated line in previously. noticed by paulg. | mrg |
| 2019-02-05 | fix the previous: | mrg |
| 2019-02-04 | don't assume _LP64 == supports COMPAT_NETBSD32. | mrg |