summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Do not compile in zlib.c. Add a dependency on module instead.fjoe2004-09-081-1/+2
* Show current status of mirror device directly.pjd2004-09-081-0/+9
* For removable devices without media we set a zero mediasize but a non-zerophk2004-09-052-0/+13
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-305-0/+5
* Add more KASSERTS and checks.phk2004-08-301-0/+21
* GCC, ehh.pjd2004-08-292-0/+2
* 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
* Move config_new_drive() to the correct place and rename it tole2004-08-273-32/+30
* Introduce g_alloc_bio() as a waiting variant of g_new_bio().phk2004-08-272-3/+13
* When attaching a consumer from a volume to a plex, check if thele2004-08-261-2/+21
* Skip providers with not defined sector size.pjd2004-08-265-0/+15
* Log verification errors at level 1.pjd2004-08-251-2/+6
* Dump disk number.pjd2004-08-251-1/+2
* Allow to set kern.geom.mirror.timeout from /boot/loader.conf.pjd2004-08-231-0/+1
* Compare the addresses of two RAID5 work packets directly insteadle2004-08-231-1/+1
* Implement the possibility to remove drives.le2004-08-221-0/+90
* Implementation of 'verify reading' algorithm, which uses parity data forpjd2004-08-223-18/+163
* Add forgotten format specifier in a KASSERT and shut up the compiler.le2004-08-221-1/+2
* Add version history.pjd2004-08-211-0/+5
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-213-102/+143
* A volume can be up if it has a degraded RAID5 plex.le2004-08-191-1/+7
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-182-2/+0
* Do not override the class provided dumpconf function.phk2004-08-181-1/+2
* Pretty print some informational messages.le2004-08-181-1/+4
* Fix a stupid bug in the drive taste function: when checking if ale2004-08-181-28/+10
* NOP class doesn't operate on metadata, so the spoil event can be safelypjd2004-08-181-1/+0
* Dump device status on 'list' command.pjd2004-08-181-0/+2
* Bump synchronization ID if we are sure, that we have ACTIVE components.pjd2004-08-181-7/+9
* 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
* Avoid code duplication by introducing g_mirror_write_metadata() function,pjd2004-08-151-55/+29
* Make informational output look less like an accident.le2004-08-141-2/+2
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-131-0/+521
* MFp4: Simplify code a bit:pjd2004-08-112-20/+12
* Actually, HARDCODED flag isn't stored in metadata, so don't botherpjd2004-08-111-2/+0
* - Fix typo.pjd2004-08-111-1/+3
* Increase default kern.geom.stripe.maxmem to 50 elements.pjd2004-08-111-1/+1
* When sending request once again because of ENOMEM, reset bio_childrenpjd2004-08-111-0/+2
* Try harder to not panic on 'stop -f'.pjd2004-08-111-39/+83
* If we kill the worklist thread of a RAID5 plex we can destroyle2004-08-102-1/+1
* Lock the topology before calling gv_parse_config, not afterwards.le2004-08-101-1/+1
* - Recognize HARDCODED flag when dumping consumer configuration.pjd2004-08-101-39/+27
* Forgot to commit those: introduce hardcoded provider functionality,pjd2004-08-101-3/+33
* Fix one of the lastest commit. This bio_caller1 should also be changed topjd2004-08-101-1/+1
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-096-7/+60
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedpjd2004-08-093-16/+14
OpenPOWER on IntegriCloud