aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/linux_lvm
Commit message (Expand)AuthorAgeFilesLines
* geom_linux_lvm: Avoid removing from vg_list before insertingMark Johnston2023-10-171-2/+2
* geom_linux_lvm: Check the offset of physical volume headerZhenlei Huang2023-08-221-3/+13
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-01-301-0/+1
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-5/+7
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+4
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-10/+3
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* - Apply the same naming rules of LVM names as done in the LVM code itself.Ulf Lilleengen2009-06-241-16/+27
* Add a geom class to map Linux LVM logical volumes.Andrew Thompson2008-02-202-0/+1291