summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat/g_concat.c
Commit message (Expand)AuthorAgeFilesLines
* Make geom_concat to passthrough stripe parameters of the first component,mav2009-12-241-5/+8
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-091-0/+4
* Check return value of gctl_get_asciiparam().trasz2009-05-121-0/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-311-0/+39
* Remove trailing spaces.pjd2006-02-011-1/+1
* Allow to specify only one disk. This is helpful when we want to extendpjd2006-01-301-3/+3
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowpjd2005-07-171-0/+1
* - Add a missing g_io_deliver() in case of allocation failure - we didn'tpjd2005-04-031-3/+17
* - Add md_provsize field to metadata, which will help withpjd2005-02-271-2/+9
* This is not needed anymore, it is forced in GEOM now.pjd2004-09-201-3/+0
* Allow to configure debug level from /boot/loader.conf.pjd2004-08-301-0/+1
* Skip providers with not defined sector size.pjd2004-08-261-0/+3
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-091-0/+10
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedpjd2004-08-091-2/+3
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-261-27/+36
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-261-15/+13
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* Fix exclusive-bit leakage.pjd2004-07-181-1/+1
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-051-1/+2
* Dump some more informations:pjd2004-05-261-17/+28
* - Teach CONCAT class how to talk with geom(8).pjd2004-05-201-96/+147
* Fix compilation on 64-bit architectures.pjd2004-05-041-1/+2
* - Don't check if 'gp' is non-NULL, it always is and GEOM wants topjd2004-04-201-10/+10
* - Don't take sectorsize from first disk. Calculate it by findingpjd2004-03-091-19/+48
* Correct year in copyrights.pjd2004-03-041-1/+1
* - Remove d_valid field, we can use d_consumer field to check if diskpjd2004-03-031-7/+7
* We don't need d_length field.pjd2004-03-011-2/+0
* Even if we're sure that we can't be orphaned here, we have to definepjd2004-02-271-1/+2
* Introduce CONCAT GEOM class for disk concatenation.pjd2004-02-191-0/+749
OpenPOWER on IntegriCloud