| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase default synchronization speed. | pjd | 2005-01-09 | 1 | -1/+1 |
* | - Fix 'rebuild' command - it can no longer relay on retaste event | pjd | 2005-01-04 | 3 | -50/+34 |
* | Remove unused #include. | pjd | 2005-01-03 | 1 | -1/+0 |
* | Stop explicitly touching td_base_pri outside of the scheduler and simply | jhb | 2004-12-30 | 1 | -1/+4 |
* | Remove debug code. | pjd | 2004-12-28 | 1 | -10/+2 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-25 | 3 | -61/+206 |
* | Now, when force device destruction is done on shutdown, hide warning, | pjd | 2004-12-21 | 1 | -1/+1 |
* | Improve reliability and clean up code a bit. | pjd | 2004-12-21 | 1 | -189/+140 |
* | bioq_insert_head() function is already in subr_disk.c. | pjd | 2004-12-13 | 1 | -10/+0 |
* | When initializing device, set d_softc and d_no fields for all components, | pjd | 2004-12-04 | 1 | -3/+4 |
* | Before trying to update metadata (so open consumer for writing), be sure | pjd | 2004-11-09 | 1 | -11/+26 |
* | Don't rely on DIRTY flag to be sure that consumer if open, because | pjd | 2004-11-09 | 1 | -1/+1 |
* | For BIO_READ check if provider is open for reading and for BIO_WRITE, | pjd | 2004-11-09 | 1 | -3/+11 |
* | Drop Giant lock before grabbing the topology lock. | pjd | 2004-11-09 | 1 | -0/+2 |
* | If device is marked as beeing destroyed, deny all access requests. | pjd | 2004-11-08 | 1 | -1/+2 |
* | Don't forget to make sure that there are no not-finished requests before | pjd | 2004-11-05 | 1 | -14/+33 |
* | - Mark all raid3 components as clean after kern.geom.raid3.idletime seconds. | pjd | 2004-11-05 | 2 | -2/+82 |
* | Mark raid3 devices as clean on shutdown (after all file systems are | pjd | 2004-11-05 | 1 | -3/+52 |
* | - Use ->index consumer's field to track number of in-flight requests. | pjd | 2004-11-05 | 1 | -2/+10 |
* | Just use MAXPHYS as maximum I/O request size, instead of using my own | pjd | 2004-09-28 | 2 | -8/+4 |
* | Decrease kern.geom.raid3.timeout to 4, so it is smaller than | pjd | 2004-09-27 | 1 | -1/+1 |
* | Avoid race while synchronizing components. It is very hard to bump into, | pjd | 2004-09-27 | 2 | -7/+37 |
* | This is not needed anymore, it is forced in GEOM now. | pjd | 2004-09-20 | 1 | -3/+0 |
* | Allow to configure debug level from /boot/loader.conf. | pjd | 2004-08-30 | 1 | -0/+1 |
* | GCC, ehh. | pjd | 2004-08-29 | 1 | -0/+1 |
* | Use sc->sc_mediasize instead of sc->sc_provider->mediasize which contains | pjd | 2004-08-28 | 1 | -4/+3 |
* | Warn the user if we are not going to use whole provider space. | pjd | 2004-08-28 | 1 | -4/+12 |
* | Don't allow to insert providers, which are too small. | pjd | 2004-08-28 | 1 | -0/+4 |
* | Skip providers with not defined sector size. | pjd | 2004-08-26 | 1 | -0/+3 |
* | Log verification errors at level 1. | pjd | 2004-08-25 | 1 | -2/+6 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 3 | -18/+163 |
* | Add version history. | pjd | 2004-08-21 | 1 | -0/+5 |
* | Implement new reading algorithm, which will use parity component for reading | pjd | 2004-08-21 | 3 | -102/+143 |
* | We really don't want to receive spoil event for synchroniztion consumers. | pjd | 2004-08-18 | 1 | -1/+0 |
* | Dump device status on 'list' command. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Minor style.9 cleanup. | obrien | 2004-08-16 | 1 | -3/+4 |
* | Decrease debug level to 0. | pjd | 2004-08-16 | 1 | -1/+1 |
* | Fix warning. | pjd | 2004-08-16 | 1 | -1/+1 |
* | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | pjd | 2004-08-16 | 3 | -0/+3553 |