| Commit message (Expand) | Author | Age | Files | Lines |
* | Embellish the man page after trying to migrate to gstripe from ccd(4). | obrien | 2004-09-26 | 1 | -4/+27 |
* | Don't allow to specify wrong stripe size. | pjd | 2004-09-26 | 1 | -1/+11 |
* | Document '-p' flag for 'insert' command correct. | pjd | 2004-09-18 | 1 | -3/+4 |
* | Do not exit after printing usage, give geom(8) a chance to show standard | pjd | 2004-09-17 | 2 | -2/+0 |
* | - Show all commands in usage, even if those commands are not available. | pjd | 2004-09-17 | 1 | -19/+32 |
* | When configuring RAID3 with verification option, force synchronization | pjd | 2004-08-30 | 1 | -0/+7 |
* | Warn the user if we are not going to use the whole provider's space. | pjd | 2004-08-28 | 1 | -1/+21 |
* | Warn the user if we are not going to use whole provider space. | pjd | 2004-08-28 | 1 | -5/+9 |
* | - If error string begins with "warning: ", don't exit, treat it as a warning | pjd | 2004-08-28 | 1 | -4/+6 |
* | Add missing GEOM classes, which are aware of geom(8). | pjd | 2004-08-23 | 1 | -0/+6 |
* | Fix sysctl name. | pjd | 2004-08-22 | 1 | -1/+1 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 2 | -6/+39 |
* | Implement new reading algorithm, which will use parity component for reading | pjd | 2004-08-21 | 2 | -9/+30 |
* | - Add a manual page for graid3(8) utility. | pjd | 2004-08-18 | 3 | -1/+213 |
* | Add a line to BUGS section about the need of implementation description. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Add some missing empty lines. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Fix typo. | pjd | 2004-08-18 | 1 | -1/+1 |
* | Actually one can specify more than one device to stop. | pjd | 2004-08-18 | 2 | -2/+2 |
* | Ok, let's try again: | pjd | 2004-08-18 | 1 | -0/+290 |
* | - Add a manual page for gmirror(8) utility. | pjd | 2004-08-18 | 2 | -1/+1 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 1 | -0/+1 |
* | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | pjd | 2004-08-16 | 2 | -0/+351 |
* | The geom(8) utility needs dynamic linker functionality to work, so it can't | pjd | 2004-08-12 | 1 | -0/+2 |
* | Forgot to commit those: introduce hardcoded provider functionality, | pjd | 2004-08-10 | 1 | -14/+31 |
* | - Introduce option for hardcoding providers' names into metadata. | pjd | 2004-08-09 | 4 | -41/+79 |
* | Add and document kern.geom.stripe.fast_failed sysctl, which shows how | pjd | 2004-08-06 | 1 | -0/+7 |
* | Don't use version number in library name. The library version is checked | pjd | 2004-08-02 | 4 | -6/+3 |
* | After changing LIBDIR to SHLIBDIR, because of dependencies problems, | pjd | 2004-08-01 | 4 | -6/+8 |
* | Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage. | pjd | 2004-07-31 | 1 | -2/+1 |
* | Add '-p' option for 'insert' command which allows to specify priority | pjd | 2004-07-31 | 1 | -1/+3 |
* | Connect GEOM_MIRROR class to the build. | pjd | 2004-07-30 | 1 | -0/+1 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 2 | -0/+419 |
* | - Add '-S' option, which allow to specify sector size for transparent | pjd | 2004-07-30 | 2 | -1/+6 |
* | Fix typo. | pjd | 2004-07-30 | 1 | -1/+1 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 4 | -50/+75 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 1 | -2/+2 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 1 | -2/+2 |
* | MFp4: Add two options for gnop(8)'s 'create' command: | pjd | 2004-07-19 | 2 | -1/+11 |
* | MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allow | pjd | 2004-07-18 | 6 | -3/+181 |
* | Add a reference to glabel(8). | pjd | 2004-07-14 | 1 | -0/+1 |
* | Document sysctl variables. | pjd | 2004-07-13 | 3 | -0/+52 |
* | Those sysctl are used to control GEOM class, not a userland utility. | pjd | 2004-07-13 | 1 | -4/+6 |
* | Document sysctls variables used by GEOM_STRIPE class. | pjd | 2004-07-13 | 1 | -0/+37 |
* | Decrease default stripe size to 4k, as we have "FAST" mode turned on by | pjd | 2004-07-09 | 2 | -2/+2 |
* | Slight markup and grammar fixes. | ru | 2004-07-07 | 5 | -20/+23 |
* | Fix copy&paste bug. | pjd | 2004-07-06 | 1 | -1/+1 |
* | - Add 'stop' command, which works just like 'destroy' command, but sounds | pjd | 2004-07-05 | 6 | -11/+74 |
* | MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there. | pjd | 2004-07-05 | 2 | -0/+55 |
* | Grammar nits. | pjd | 2004-07-03 | 1 | -4/+4 |
* | Introduce GEOM_LABEL class. | pjd | 2004-07-02 | 4 | -0/+377 |