aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/concat
Commit message (Expand)AuthorAgeFilesLines
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-01-301-0/+1
* gconcat: Zero the metadata block before writingMark Johnston2021-07-131-12/+12
* gconcat: Implement new online append featureNoah Bergbauer2021-06-142-0/+205
* gconcat: Add new lock to allow modifications to the disk list in preparation ...Noah Bergbauer2021-06-022-14/+52
* gconcat: Switch array to TAILQ to prepare for online appendNoah Bergbauer2021-06-022-33/+40
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-3/+5
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-20/+8
* g_concat_find_device: trim /dev/ if it is present, like other GEOMXin LI2020-07-091-0/+3
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-4/+4
* 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-2/+6
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-19/+5
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-7/+7
* Add a missing return statement to g_concat_kernel_dump().Mark Johnston2019-02-261-1/+3
* Use g_handleattr() to reply to GEOM::candelete queries.Mark Johnston2019-01-021-8/+4
* Have gconcat advertise delete support if one of its disks does.Mark Johnston2018-10-302-0/+36
* 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-2/+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
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-222-25/+62
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-012-50/+44
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov2011-05-041-2/+0
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* Add support for dumping kernel to gconcat.Alexander Motin2010-09-161-0/+38
* Make geom_concat to passthrough stripe parameters of the first component,Alexander Motin2009-12-241-5/+8
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Check return value of gctl_get_asciiparam().Edward Tomasz Napierala2009-05-121-0/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-311-0/+39
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-2/+2
* Allow to specify only one disk. This is helpful when we want to extendPawel Jakub Dawidek2006-01-301-3/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowPawel Jakub Dawidek2005-07-171-0/+1
* - Add a missing g_io_deliver() in case of allocation failure - we didn'tPawel Jakub Dawidek2005-04-031-3/+17
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-4/+15
* This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.Pawel Jakub Dawidek2004-08-301-0/+1
* Skip providers with not defined sector size.Pawel Jakub Dawidek2004-08-261-0/+3
* - Introduce option for hardcoding providers' names into metadata.Pawel Jakub Dawidek2004-08-092-1/+20
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedPawel Jakub Dawidek2004-08-091-2/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-261-27/+36
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.Pawel Jakub Dawidek2004-07-262-16/+14