| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to configure debug level from /boot/loader.conf. | pjd | 2004-08-30 | 5 | -0/+5 |
* | Add more KASSERTS and checks. | phk | 2004-08-30 | 1 | -0/+21 |
* | GCC, ehh. | pjd | 2004-08-29 | 2 | -0/+2 |
* | 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 |
* | Move config_new_drive() to the correct place and rename it to | le | 2004-08-27 | 3 | -32/+30 |
* | Introduce g_alloc_bio() as a waiting variant of g_new_bio(). | phk | 2004-08-27 | 2 | -3/+13 |
* | When attaching a consumer from a volume to a plex, check if the | le | 2004-08-26 | 1 | -2/+21 |
* | Skip providers with not defined sector size. | pjd | 2004-08-26 | 5 | -0/+15 |
* | Log verification errors at level 1. | pjd | 2004-08-25 | 1 | -2/+6 |
* | Dump disk number. | pjd | 2004-08-25 | 1 | -1/+2 |
* | Allow to set kern.geom.mirror.timeout from /boot/loader.conf. | pjd | 2004-08-23 | 1 | -0/+1 |
* | Compare the addresses of two RAID5 work packets directly instead | le | 2004-08-23 | 1 | -1/+1 |
* | Implement the possibility to remove drives. | le | 2004-08-22 | 1 | -0/+90 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 3 | -18/+163 |
* | Add forgotten format specifier in a KASSERT and shut up the compiler. | le | 2004-08-22 | 1 | -1/+2 |
* | 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 |
* | A volume can be up if it has a degraded RAID5 plex. | le | 2004-08-19 | 1 | -1/+7 |
* | We really don't want to receive spoil event for synchroniztion consumers. | pjd | 2004-08-18 | 2 | -2/+0 |
* | Do not override the class provided dumpconf function. | phk | 2004-08-18 | 1 | -1/+2 |
* | Pretty print some informational messages. | le | 2004-08-18 | 1 | -1/+4 |
* | Fix a stupid bug in the drive taste function: when checking if a | le | 2004-08-18 | 1 | -28/+10 |
* | NOP class doesn't operate on metadata, so the spoil event can be safely | pjd | 2004-08-18 | 1 | -1/+0 |
* | Dump device status on 'list' command. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Bump synchronization ID if we are sure, that we have ACTIVE components. | pjd | 2004-08-18 | 1 | -7/+9 |
* | 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 |
* | Avoid code duplication by introducing g_mirror_write_metadata() function, | pjd | 2004-08-15 | 1 | -55/+29 |
* | Make informational output look less like an accident. | le | 2004-08-14 | 1 | -2/+2 |
* | Add geom_uzip -- geom class that implements read-only compressed disks. | fjoe | 2004-08-13 | 1 | -0/+521 |
* | MFp4: Simplify code a bit: | pjd | 2004-08-11 | 2 | -20/+12 |
* | Actually, HARDCODED flag isn't stored in metadata, so don't bother | pjd | 2004-08-11 | 1 | -2/+0 |
* | - Fix typo. | pjd | 2004-08-11 | 1 | -1/+3 |
* | Increase default kern.geom.stripe.maxmem to 50 elements. | pjd | 2004-08-11 | 1 | -1/+1 |
* | When sending request once again because of ENOMEM, reset bio_children | pjd | 2004-08-11 | 1 | -0/+2 |
* | Try harder to not panic on 'stop -f'. | pjd | 2004-08-11 | 1 | -39/+83 |
* | If we kill the worklist thread of a RAID5 plex we can destroy | le | 2004-08-10 | 2 | -1/+1 |
* | Lock the topology before calling gv_parse_config, not afterwards. | le | 2004-08-10 | 1 | -1/+1 |
* | - Recognize HARDCODED flag when dumping consumer configuration. | pjd | 2004-08-10 | 1 | -39/+27 |
* | Forgot to commit those: introduce hardcoded provider functionality, | pjd | 2004-08-10 | 1 | -3/+33 |
* | Fix one of the lastest commit. This bio_caller1 should also be changed to | pjd | 2004-08-10 | 1 | -1/+1 |
* | - Introduce option for hardcoding providers' names into metadata. | pjd | 2004-08-09 | 6 | -7/+60 |
* | Do not use g_wither_geom(9). I doesn't work in the way which is expected | pjd | 2004-08-09 | 3 | -16/+14 |
* | Too many versions. | phk | 2004-08-09 | 1 | -1/+0 |
* | OK, now check geom class version numbers. | phk | 2004-08-08 | 1 | -1/+1 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 23 | -0/+25 |