| Age | Commit message (Expand) | Author |
| 2010-12-22 | print the error code for writing parity. | christos |
| 2010-12-11 | add a hack to fix up old labels that do not have zero's in numBlocksHi: | mrg |
| 2010-12-08 | PR/44207: Wolfgang.Stukenbrock: | christos |
| 2010-12-04 | apply my patch to support non-512K sector disks (at least, upto 16KB | mrg |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-01 | add support for >2TB raid devices. | mrg |
| 2010-09-13 | comment out an unused static function | drochner |
| 2010-08-08 | only print the boot-time message if we're being verbose. | chs |
| 2010-04-15 | Fill in param[3] for succedents for bad disk 'i' rather than '0'. Fortunatel... | oster |
| 2010-03-14 | For RAID sets which have no parity (i.e., RAID level 0) and therefore can | jld |
| 2010-03-03 | Don't attempt to read or write component label stuff from/to 'dead disks'. | oster |
| 2010-03-01 | When setting up a non-autoconfigured RAID set, fail a component if the | jld |
| 2010-03-01 | Don't merge a good parity map with random stuff in the event that the | oster |
| 2009-12-01 | KNF: whitespace. | dyoung |
| 2009-11-26 | include sys/param.h first, as is the convention | pooka |
| 2009-11-26 | On the ARM platform, sys/param.h needs to be before sys/mutex.h, otherwise | kenh |
| 2009-11-21 | whitespace police | christos |
| 2009-11-17 | Finally commit the RAIDframe parity map Summer Of Code project. | jld |
| 2009-11-05 | Use deviter(9) instead of accessing alldevs directly. Compile-tested, | dyoung |
| 2009-10-13 | raidframe doesn't need sys/user.h (or at least one would hope so ;) | pooka |
| 2009-07-23 | Move the RAID shutdown to the raid(4) detachment routine, and use | dyoung |
| 2009-06-10 | Attempt bailout if config_attach_pseudo() fails. Otherwise, a few | pooka |
| 2009-06-06 | Fix my previous commit. | haad |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-02 | Fix assignment of SUsPerPU and add SUsPerRU assignment. Reported by | oster |
| 2009-05-01 | Use device_t, cfdata_t, device_private(). | dyoung |
| 2009-04-03 | Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent | sborrill |
| 2009-03-23 | Rework/simplify the disk queuing code. A bunch of this was still | oster |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | 'boot -z' bogons | ad |
| 2009-02-28 | Nuke a DIAGNOSTIC check that is no longer useful, even for DIAGNOSTIC. | oster |
| 2009-02-28 | It seems that some SCSI drivers can block while the spinlock on a given | oster |
| 2009-02-11 | If we see a RF_RECON_WRITE_ERROR event we know a write has finished and | oster |
| 2009-02-07 | Nuke #define MAXNSTRIPES which is no longer useful. | oster |
| 2009-02-07 | Be consistent with wd.c and don't complain loudly if the underlying | oster |
| 2009-01-18 | add compat50 ioctls. | christos |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | Implement DIOCCACHESYNC for RAIDframe too. | oster |
| 2008-12-20 | When unconfiguring an array where a reconstruct is in progress, abort | oster |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-18 | _KERNEL_OPT | ad |
| 2008-09-28 | Undo previous change to an #if 0. The code does belong to the | oster |
| 2008-09-27 | Cleanup some of the spare table stuff. It is not needed in the general | oster |
| 2008-09-23 | Nuke unneeded printf(). Spotted by pooka@. | oster |
| 2008-06-17 | Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since | reinoud |