summaryrefslogtreecommitdiffstats
path: root/sys/geom/mirror
Commit message (Expand)AuthorAgeFilesLines
...
* Allow to set kern.geom.mirror.timeout from /boot/loader.conf.pjd2004-08-231-0/+1
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-181-1/+0
* Bump synchronization ID if we are sure, that we have ACTIVE components.pjd2004-08-181-7/+9
* Avoid code duplication by introducing g_mirror_write_metadata() function,pjd2004-08-151-55/+29
* 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
* Try harder to not panic on 'stop -f'.pjd2004-08-111-39/+83
* - 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
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-092-5/+20
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Don't use 'bp' after its destruction!pjd2004-08-051-3/+2
* Simplify a bit - we could use 'sc' here as it was initialized properly.pjd2004-08-051-1/+1
* - Add two fields to bio structure: 'bio_cflags' which can be used bypjd2004-08-042-6/+9
* - Add "prefer" balance algorithm. When used, only disk with the biggestpjd2004-08-042-7/+66
* MFp4: We don't really need g_mirror_free_disk() function.pjd2004-08-041-14/+2
* Fix comment.pjd2004-08-031-3/+2
* Typo.pjd2004-08-011-1/+1
* - Launch main provider when there are no more disks in NEW state.pjd2004-08-011-1/+4
* If there are no valid components after the timeout, just destroy device.pjd2004-07-311-7/+2
* Handle spoil event in dedicated function: g_mirror_spoiled().pjd2004-07-311-2/+17
* Remove unused field.pjd2004-07-311-1/+0
* Destroy synchronization geom immediately. This should fix unloading withoutpjd2004-07-311-1/+11
* Add '-p' option for 'insert' command which allows to specify prioritypjd2004-07-311-0/+7
* - Check if 'slice' argument was given.pjd2004-07-311-0/+8
* Dump correct field.pjd2004-07-311-1/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-303-0/+3558
OpenPOWER on IntegriCloud