| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s) (requested by riastradh in ticket #1485): | martin |
| 2020-03-21 | Pull up following revision(s) (requested by riastradh in ticket #795): | martin |
| 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 |
| 2019-02-03 | When we force COMPAT_NETBSD32 to be defined, force it to the same value | martin |
| 2019-02-03 | Don't include the raidframe compat code in the main raid module, the | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-28 | print additional debug information. make rf_containsboot() return 0 | bad |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-08 | remove the final tsleep/wakeup pair in raidframe. | mrg |
| 2018-01-23 | Add "bufq_fcfs" requirement to all those driver modules that explicitly | pgoyette |
| 2018-01-20 | fixes for the previous, noted by nakayama@. | mrg |
| 2018-01-19 | Fix some ARM kernel builds. ARM abuses compat32 for ABI compatibility and | skrll |
| 2018-01-18 | implement 32-bit compat support for raidframe. | mrg |
| 2017-11-14 | check the result of pool_prime. | christos |
| 2017-11-09 | add a "booted_method" string to aid in debugging double boot matches. | christos |
| 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 |