summaryrefslogtreecommitdiff
path: root/sys/geom/concat
AgeCommit message (Expand)Author
2025-09-13GEOM: remove the redundant if statementWuyang Chung
2025-09-05call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung
2025-07-22gconcat: Return EINVAL when the metadata is invalid for an added disk.Wuyang Chung
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-01-29GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin
2021-07-13gconcat: Zero the metadata block before writingMark Johnston
2021-06-14gconcat: Implement new online append featureNoah Bergbauer
2021-06-02gconcat: Add new lock to allow modifications to the disk list in preparation ...Noah Bergbauer
2021-06-02gconcat: Switch array to TAILQ to prepare for online appendNoah Bergbauer
2020-10-18Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala
2020-09-01geom: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-22Consistently use gctl_get_provider instead of home-grown variants.Xin LI
2020-07-09g_concat_find_device: trim /dev/ if it is present, like other GEOMXin LI
2020-07-09sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-17Pass BIO_SPEEDUP through all the geom layersWarner Losh
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2019-06-19Use sbuf_cat() in GEOM confxml generation.Alexander Motin
2019-02-26Add a missing return statement to g_concat_kernel_dump().Mark Johnston
2019-01-02Use g_handleattr() to reply to GEOM::candelete queries.Mark Johnston
2018-10-30Have gconcat advertise delete support if one of its disks does.Mark Johnston
2018-04-10Annotate geom modules with MODULE_VERSIONKyle Evans
2017-11-27sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-23Use g_wither_provider() where applicable.Alexander Motin
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-10-22Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-01Refactor disk disconnection and geom destruction handling sequences.Alexander Motin
2011-07-11Include sys/sbuf.h directly.Andrey V. Elsukov
2011-05-04Remove "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov
2011-04-27Implement relaxed comparision for hardcoded provider names to make itAlexander Motin
2011-02-25Add some FEATURE macros for various GEOM classes.Alexander Leidinger
2010-09-16Add support for dumping kernel to gconcat.Alexander Motin
2009-12-24Make geom_concat to passthrough stripe parameters of the first component,Alexander Motin
2009-10-09If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek
2009-05-12Check return value of gctl_get_asciiparam().Edward Tomasz Napierala
2008-08-09Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav
2006-10-31Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek
2006-02-01Remove trailing spaces.Pawel Jakub Dawidek
2006-01-30Allow to specify only one disk. This is helpful when we want to extendPawel Jakub Dawidek
2005-10-31Normalize a significant number of kernel malloc type names:Robert Watson
2005-07-17Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowPawel Jakub Dawidek
2005-04-03- Add a missing g_io_deliver() in case of allocation failure - we didn'tPawel Jakub Dawidek
2005-02-27- Add md_provsize field to metadata, which will help withPawel Jakub Dawidek
2004-09-20This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek