summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat/g_concat.h
Commit message (Collapse)AuthorAgeFilesLines
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-091-1/+10
| | | | | | | | | | | | It allows to fix problems when last provider's sector is shared between few providers. - Bump version number for CONCAT and STRIPE and add code for backward compatibility. - Do not bump version number of MIRROR, as it wasn't officially introduced yet. Even if someone started to play with it, there is no big deal, because wrong MD5 sum of metadata will deny those providers. - Update manual pages. - Add version history to g_(stripe|concat).h files.
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-261-1/+1
|
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-051-1/+1
| | | | | | less dangerous. - Update manual pages and extend examples. - Bump versions.
* - Teach CONCAT class how to talk with geom(8).pjd2004-05-201-6/+10
| | | | | | | - Remove provider if any disk was lost. - Dump CONCAT version. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
| | | | bio description.
* Correct year in copyrights.pjd2004-03-041-1/+1
|
* - Remove d_valid field, we can use d_consumer field to check if diskpjd2004-03-031-3/+0
| | | | | is valid. - Use SYSCTL_DECL() instead of using own, ugly extern.
* Removed unused fields.pjd2004-03-011-2/+0
|
* Remove unused field.pjd2004-02-271-1/+0
| | | | Approved by: scottl (mentor)
* Introduce CONCAT GEOM class for disk concatenation.pjd2004-02-191-0/+113
It allows manual and automatic (based on on-disk metadata) concatenation. Reviewed by: phk, scottl Approved by: scottl (mentor)
OpenPOWER on IntegriCloud