summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
Commit message (Expand)AuthorAgeFilesLines
* Set the G_PF_WITHER flag on the subdisk provider that is about tole2005-09-081-34/+1
* Prevent that sync operations can be started when they are alreadyle2005-08-281-71/+81
* Shuffle around the order in which the components are compiled.le2005-08-261-14/+4
* Correct the check if a plex is accessible in case it is not up.le2005-08-221-1/+1
* Make it possible to remove stale, left-over subdisks.le2005-08-162-10/+11
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:le2005-08-153-1/+9
* *) Implement round-robin reads for multiplex volumes.le2005-07-152-25/+36
* When a drive dies, don't call g_wither_geom() directly, but insteadle2005-05-171-46/+71
* Only allow RAID5 plexes to be parity checked.le2005-04-281-0/+4
* Remove test for zero sectorsize when tasting. This check doesn'tle2005-03-072-6/+0
* Don't allow to synchronize a plex that is already sychronizing.le2005-03-041-13/+24
* Correctly calculate what to do and how to retry a request to a plex whenle2005-02-232-12/+47
* In case of drive errors, don't close the associated consumer andle2005-02-171-10/+2
* Only report state changes of subdisks and plexes when there'sle2005-01-211-2/+14
* Don't initialize error with ENXIO as we might end up here whenle2005-01-211-2/+1
* Rename synchronization and initialization threads and prefix themle2005-01-191-2/+2
* Although an object may already be known in the configuration, it'sle2005-01-193-5/+32
* Reset object flags after killing off an object's worker thread.le2005-01-191-0/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-065-5/+5
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-263-5/+82
* Implement checkparity/rebuildparity.le2004-11-267-13/+316
* Move RAID5 offset calculation into a separate function to avoidle2004-11-151-50/+56
* Share gv_roughlength() between kernel and userland, as we will need itle2004-11-154-36/+36
* Give each plex a separate queue where held back bios are put on.le2004-10-262-3/+16
* Don't allow to create a drive that already exists.le2004-10-021-0/+8
* Correctly skip the '/dev/' part when creating new drives and prefixle2004-10-022-5/+8
* Make it possible to rebuild degraded RAID5 plexes. Note that it isle2004-09-306-16/+261
* Single concat or striped plexes don't need no special initializationle2004-09-182-3/+21
* Re-vamp how I/O is handled in volumes and plexes.le2004-09-189-663/+772
* Give the DRIVE geom a worker thread that picks up incoming bios,le2004-09-135-49/+206
* Rename gv_kill_thread() to gv_kill_plex_thread(), since there are morele2004-09-134-5/+5
* Save the config back to disk when a drive goes down.le2004-09-132-1/+6
* Read a whole sector instead of GV_HDR_LEN, since a sector might bele2004-09-132-2/+2
* Move config_new_drive() to the correct place and rename it tole2004-08-273-32/+30
* When attaching a consumer from a volume to a plex, check if thele2004-08-261-2/+21
* 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
* Add forgotten format specifier in a KASSERT and shut up the compiler.le2004-08-221-1/+2
* A volume can be up if it has a degraded RAID5 plex.le2004-08-191-1/+7
* 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
* Make informational output look less like an accident.le2004-08-141-2/+2
* 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
* Tag all geom classes in the tree with a version number.phk2004-08-084-0/+4
* Propagate size changes upwards.le2004-07-313-0/+25
* Set the access counts of a subdisk correctly when attaching itle2004-07-301-2/+21
* Shut up the compiler and temporarily '#if 0' gv_destroy_geom(),le2004-07-291-0/+2
* Save the vinum config back to disk after syncing two plexes.le2004-07-261-0/+1
* There's a chance that the VINUMDRIVE class tastes before thele2004-07-251-2/+13
OpenPOWER on IntegriCloud