| Age | Commit message (Expand) | Author |
| 2022-01-24 | s/begining/beginning/ in comments and messages. | andvar |
| 2021-12-14 | call buf_destroy() after buf_init(). hopefully fixes the lockdebug | mrg |
| 2021-12-11 | remove clause 3 from all my licenses that aren't conflicting with | mrg |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-05 | s/convience/convenience/ in comment. | msaitoh |
| 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-08 | s/arry/array/ | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-02 | Accidentally commited some other changes that weren't quite ready. Add | oster |
| 2021-08-02 | Support on-demand re-scanning all devices to look for | oster |
| 2021-08-02 | fix various typos in comments and log messages. | andvar |
| 2021-08-01 | s/overwriten/overwritten/ in comments. | andvar |
| 2021-08-01 | fix typos in word "otherwise". | andvar |
| 2021-07-27 | Missed cleaning up this "peek" routines the other day. Take care of it now. | oster |
| 2021-07-27 | rf_CreateDiskQueueData() no longer uses waitflag, and will always succeed. | oster |
| 2021-07-26 | Add support for detecting and configuring nested RAID setups at boot. | oster |
| 2021-07-23 | The number of components used must be at least 2. An odd number of components | oster |
| 2021-07-23 | Various disk queue "peek" routines were only ever used in the simulator | oster |
| 2021-07-23 | All IO is async in the RAIDframe kernel driver, so desc->async_flag | oster |
| 2021-07-23 | The 'pss_issued' pool is unused, so remove it. | oster |
| 2021-07-23 | Extensive mechanical changes to the pools used in RAIDframe. | oster |
| 2021-07-23 | getiobuf() can return NULL if there are no IO buffers available. | oster |
| 2021-07-21 | Remove commented line that is a duplicate of a real line. | 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 |
| 2021-02-15 | Fix a long long-standing off-by-one error in computing lastPSID. | oster |
| 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 | remove unnnecessary splbio() in rf_FreeDiskQueueData() | jdolecek |
| 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 |
| 2020-01-07 | Fix big bugs. | maxv |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-12-08 | Switch to vn_bdev_open* functions. | mlelstv |
| 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-10-10 | fix the function pointer and callback mess: | christos |
| 2019-09-26 | make nspares unsigned; it is assigned from numSpares which is unsigned. | christos |