#
a88ae49f |
| 03-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Remove d_valid field, we can use d_consumer field to check if disk is valid. - Use SYSCTL_DECL() instead of using own, ugly extern.
|
#
db33b1c4 |
| 01-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Removed unused fields.
|
#
0787ce83 |
| 27-Feb-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Remove unused field.
Approved by: scottl (mentor)
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
19d16e2f |
| 19-Feb-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Introduce CONCAT GEOM class for disk concatenation. It allows manual and automatic (based on on-disk metadata) concatenation.
Reviewed by: phk, scottl Approved by: scottl (mentor)
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
38ea96ac |
| 01-Feb-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Remove trailing spaces.
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
e6890985 |
| 28-Feb-2005 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Add md_provsize field to metadata, which will help with shared-last-sector problem. After this change, even if there is more than one provider with the same last sector, the proper one will b
- Add md_provsize field to metadata, which will help with shared-last-sector problem. After this change, even if there is more than one provider with the same last sector, the proper one will be chosen based on its size. It still doesn't fix the 'c' partition problem (when da0s1 can be confused with da0s1c) and situation when 'a' partition starts at offset 0 (then da0s1a can be confused with da0s1 and da0s1c). One can use '-h' option there, when creating device or avoid sharing last sector. Actually, when providers share the same last sector and their size is equal, they provide exactly the same data, so the name (da0s1, da0s1a, da0s1c) isn't important at all. - Provide backward compatibility. - Update copyright's year.
MFC after: 1 week
show more ...
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
6c74f517 |
| 09-Aug-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Introduce option for hardcoding providers' names into metadata. It allows to fix problems when last provider's sector is shared between few providers. - Bump version number for CONCAT and STRIP
- Introduce option for hardcoding providers' names into metadata. 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.
show more ...
|
#
ba385d00 |
| 26-Jul-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.
|
#
a2e31b8b |
| 05-Jul-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Add 'stop' command, which works just like 'destroy' command, but sounds less dangerous. - Update manual pages and extend examples. - Bump versions.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
02637cdc |
| 20-May-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Teach CONCAT class how to talk with geom(8). - Remove provider if any disk was lost. - Dump CONCAT version.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|
#
810914da |
| 09-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Print a space character between string given as a macro argument and bio description.
|
#
32d7144d |
| 04-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Correct year in copyrights.
|
#
a88ae49f |
| 03-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Remove d_valid field, we can use d_consumer field to check if disk is valid. - Use SYSCTL_DECL() instead of using own, ugly extern.
|
#
db33b1c4 |
| 01-Mar-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Removed unused fields.
|
#
0787ce83 |
| 27-Feb-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Remove unused field.
Approved by: scottl (mentor)
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
19d16e2f |
| 19-Feb-2004 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Introduce CONCAT GEOM class for disk concatenation. It allows manual and automatic (based on on-disk metadata) concatenation.
Reviewed by: phk, scottl Approved by: scottl (mentor)
|