opnsense-src/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 Add geom_bsd_enc.c which we've been wanting to be in geon_bsd. 2005-09-20 11:16:05 +00:00
geom_cache A GEOM cache can speed up read performance by sending fixed size 2006-10-06 08:27:07 +00:00
geom_ccd
geom_concat
geom_eli Instead of allocating memory for all the keys at device attach, 2011-04-21 13:31:43 +00:00
geom_fox
geom_gate
geom_journal Add Makefile for geom_journal kernel module. 2006-10-31 22:21:47 +00:00
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 Rename geom_lvm(4) to geom_linux_lvm(4). 2008-02-20 07:50:13 +00:00
geom_mbr
geom_mirror
geom_mountver Add gmountver, disk mount verification GEOM class. 2010-01-16 09:52:49 +00:00
geom_multipath First cut at GEOM based multipath. This is an active/passive{/passive...} 2007-02-27 04:01:58 +00:00
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 Bring in geom_sched, support for scheduling disk I/O requests 2010-04-12 16:37:45 +00:00
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 Add -DINVARIANT_SUPPORT -DINVARIANTS 2005-09-29 11:56:16 +00:00
geom_vinum Import the gvinum work that have been done during and after Summer of Code 2007. 2009-03-28 17:20:08 +00:00
geom_virstor Bring in the GEOM Virtualisation class, which allows to create huge GEOM 2007-09-23 07:34:23 +00:00
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