freebsd-dev/sys/modules/geom
Andrey V. Elsukov 91ca76a590 Add disklabel64 support to GEOM_PART class.
This partitioning scheme is used in DragonFlyBSD. It is similar to
BSD disklabel, but has the following improvements:
* metadata has own dedicated place and isn't accessible through partitions;
* all offsets are 64-bit;
* supports 16 partitions by default (has reserved place for more);
* has reserved place for backup label (but not yet implemented);
* has UUIDs for partitions and partition types;

No objections from:	geom
MFC after:	2 weeks
Relnotes:	yes
2014-06-11 10:42:34 +00:00
..
geom_bde I clearly didn't test the modules... add sha256c.c to the various 2014-03-16 01:55:30 +00:00
geom_bsd
geom_cache
geom_ccd
geom_concat
geom_eli
geom_fox
geom_gate
geom_journal
geom_label An all-or-nothing approach to labels isn't flexible enough. Embedded 2014-04-06 02:44:37 +00:00
geom_linux_lvm
geom_mbr
geom_mirror
geom_mountver
geom_multipath
geom_nop
geom_part Add disklabel64 support to GEOM_PART class. 2014-06-11 10:42:34 +00:00
geom_pc98
geom_raid Add to GEOM RAID class module, supporting the DDF metadata format, as 2012-04-30 17:53:02 +00:00
geom_raid3
geom_sched
geom_shsec
geom_stripe
geom_sunlabel
geom_uncompress Fix a leftover of r260523. Remove the unnecessary dependency to zlib.h. 2014-02-27 13:29:26 +00:00
geom_uzip
geom_vinum
geom_virstor
geom_vol_ffs
geom_zero
Makefile Disconnect the following geom classes from the kernel modules build: 2014-05-27 10:21:49 +00:00
Makefile.inc