summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-072-25/+62
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Refactor disk disconnection and geom destruction handling sequences.mav2011-11-012-50/+44
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.ae2011-05-041-2/+0
* Implement relaxed comparision for hardcoded provider names to make itmav2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+1
* Add support for dumping kernel to gconcat.mav2010-09-161-0/+38
* 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-012-2/+2
* 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-272-4/+15
* 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-092-1/+20
* 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-262-16/+14
* 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-052-2/+3
* Dump some more informations:pjd2004-05-261-17/+28
* - Teach CONCAT class how to talk with geom(8).pjd2004-05-202-102/+157
* 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
* Print a space character between string given as a macro argument andpjd2004-03-091-0/+1
* Correct year in copyrights.pjd2004-03-042-2/+2
* - Remove d_valid field, we can use d_consumer field to check if diskpjd2004-03-032-10/+7
* Removed unused fields.pjd2004-03-011-2/+0
* 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
* Remove unused field.pjd2004-02-271-1/+0
* Introduce CONCAT GEOM class for disk concatenation.pjd2004-02-192-0/+862
OpenPOWER on IntegriCloud