summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
Commit message (Expand)AuthorAgeFilesLines
* Just use MAXPHYS as maximum I/O request size, instead of using my ownpjd2004-09-282-8/+4
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-272-7/+37
* This is not needed anymore, it is forced in GEOM now.pjd2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-301-0/+1
* GCC, ehh.pjd2004-08-291-0/+1
* Use sc->sc_mediasize instead of sc->sc_provider->mediasize which containspjd2004-08-281-4/+3
* Warn the user if we are not going to use whole provider space.pjd2004-08-281-4/+12
* Don't allow to insert providers, which are too small.pjd2004-08-281-0/+4
* Skip providers with not defined sector size.pjd2004-08-261-0/+3
* Log verification errors at level 1.pjd2004-08-251-2/+6
* Implementation of 'verify reading' algorithm, which uses parity data forpjd2004-08-223-18/+163
* Add version history.pjd2004-08-211-0/+5
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-213-102/+143
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-181-1/+0
* Dump device status on 'list' command.pjd2004-08-181-0/+2
* Minor style.9 cleanup.obrien2004-08-161-3/+4
* Decrease debug level to 0.pjd2004-08-161-1/+1
* Fix warning.pjd2004-08-161-1/+1
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3pjd2004-08-163-0/+3553
OpenPOWER on IntegriCloud