| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OOps, that check was a bit premature. Allow zero versions as well. | phk | 2004-08-08 | 1 | -1/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 12 | -35/+33 |
* | Give classes a version number and refuse to touch classes which are not | phk | 2004-08-08 | 2 | -0/+27 |
* | Add and document kern.geom.stripe.fast_failed sysctl, which shows how | pjd | 2004-08-06 | 1 | -1/+7 |
* | Fields bio_caller[12] should be used by the consumer and fields | pjd | 2004-08-06 | 1 | -23/+23 |
* | Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but when | pjd | 2004-08-06 | 1 | -0/+2 |
* | Don't use 'bp' after its destruction! | pjd | 2004-08-05 | 1 | -3/+2 |
* | Simplify a bit - we could use 'sc' here as it was initialized properly. | pjd | 2004-08-05 | 1 | -1/+1 |
* | - Add two fields to bio structure: 'bio_cflags' which can be used by | pjd | 2004-08-04 | 2 | -6/+9 |
* | - Add "prefer" balance algorithm. When used, only disk with the biggest | pjd | 2004-08-04 | 2 | -7/+66 |
* | MFp4: We don't really need g_mirror_free_disk() function. | pjd | 2004-08-04 | 1 | -14/+2 |
* | Fix comment. | pjd | 2004-08-03 | 1 | -3/+2 |
* | - Fix unloading by the same way it is done in my other classes: | pjd | 2004-08-02 | 1 | -3/+5 |
* | Typo. | pjd | 2004-08-01 | 1 | -1/+1 |
* | - Launch main provider when there are no more disks in NEW state. | pjd | 2004-08-01 | 1 | -1/+4 |
* | If there are no valid components after the timeout, just destroy device. | pjd | 2004-07-31 | 1 | -7/+2 |
* | Propagate size changes upwards. | le | 2004-07-31 | 3 | -0/+25 |
* | Handle spoil event in dedicated function: g_mirror_spoiled(). | pjd | 2004-07-31 | 1 | -2/+17 |
* | Remove unused field. | pjd | 2004-07-31 | 1 | -1/+0 |
* | Destroy synchronization geom immediately. This should fix unloading without | pjd | 2004-07-31 | 1 | -1/+11 |
* | Allow slice creation on providers from MIRROR class. | pjd | 2004-07-31 | 1 | -0/+1 |
* | Add '-p' option for 'insert' command which allows to specify priority | pjd | 2004-07-31 | 1 | -0/+7 |
* | - Check if 'slice' argument was given. | pjd | 2004-07-31 | 1 | -0/+8 |
* | Dump correct field. | pjd | 2004-07-31 | 1 | -1/+1 |
* | Set the access counts of a subdisk correctly when attaching it | le | 2004-07-30 | 1 | -2/+21 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 3 | -0/+3558 |
* | Nuke geom_mirror class. New geom_mirror class is in the way. | pjd | 2004-07-30 | 1 | -239/+0 |
* | Allow to create slices on providers from class LABEL and class NOP. | pjd | 2004-07-30 | 1 | -1/+5 |
* | - Add '-S' option, which allow to specify sector size for transparent | pjd | 2004-07-30 | 2 | -5/+20 |
* | Shut up the compiler and temporarily '#if 0' gv_destroy_geom(), | le | 2004-07-29 | 1 | -0/+2 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 3 | -59/+69 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 2 | -24/+19 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 2 | -16/+14 |