Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r306279: Use g_wither_provider() where applicable. | mav | 2016-10-06 | 1 | -1/+1 |
| | | | | | It is just a helper function combining G_PF_WITHER setting with g_orphan_provider(). | ||||
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+2 |
| | | | | | | | | | | | No FreeBSD version bump, the userland application to query the features will be committed last and can serve as an indication of the availablility if needed. Sponsored by: Google Summer of Code 2010 Submitted by: kibab Reviewed by: silence on geom@ during 2 weeks X-MFC after: to be determined in last commit with code from this project | ||||
* | - Apply the same naming rules of LVM names as done in the LVM code itself. | lulf | 2009-06-24 | 1 | -16/+27 |
| | | | | PR: kern/135874 | ||||
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-20 | 1 | -0/+1178 |
The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for instance /dev/lvm/vg0-home. G_LINUX_LVM currently supports linear stripes with segments on multiple physical disks. The metadata is read only, logical volumes can not be allocated or resized. Reviewed by: Ivan Voras Previously known as geom_lvm(4), rename requested by des, phk. |