freebsd-dev/sbin/geom/class
Andrey V. Elsukov e7926a3703 Reimplemented "gpart destroy -F". Now it does all work in kernel.
This was needed for recover implementation.

Implement the recover command for GPT. Now GPT will marked as
corrupt when any of three types of corruption will be detected:
1. Damaged primary GPT header or table
2. Damaged secondary GPT header or table
3. Secondary header is not located in the last LBA
Marked GPT becomes read-only. Any changes with corrupt table
are prohibited. Only "destroy" and "recover" commands are allowed.

Discussed with:	geom@ (mostly silence)
Tested by:	Ilya A. Arhipov
Approved by:	mav (mentor)
MFC after:	2 weeks
2010-10-25 16:23:35 +00:00
..
cache - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
concat Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
eli Bring in geli suspend/resume functionality (finally). 2010-10-20 20:50:55 +00:00
journal Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
label - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
mirror Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
mountver - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
multipath - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
nop - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
part Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
raid3 Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
sched - Remove gc_argname field. It was introduced for gpart(8), but if I 2010-09-13 13:48:18 +00:00
shsec Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
stripe Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
virstor Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. 2010-10-09 20:20:27 +00:00
Makefile Bring in geom_sched, support for scheduling disk I/O requests 2010-04-12 16:37:45 +00:00
Makefile.inc