aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/concat
Commit message (Expand)AuthorAgeFilesLines
* 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
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.Pawel Jakub Dawidek2004-07-261-8/+1
* Fix exclusive-bit leakage.Pawel Jakub Dawidek2004-07-181-1/+1
* - Add 'stop' command, which works just like 'destroy' command, but soundsPawel Jakub Dawidek2004-07-052-2/+3
* Dump some more informations:Pawel Jakub Dawidek2004-05-261-17/+28
* - Teach CONCAT class how to talk with geom(8).Pawel Jakub Dawidek2004-05-202-102/+157
* Fix compilation on 64-bit architectures.Pawel Jakub Dawidek2004-05-041-1/+2
* - Don't check if 'gp' is non-NULL, it always is and GEOM wants toPawel Jakub Dawidek2004-04-201-10/+10
* - Don't take sectorsize from first disk. Calculate it by findingPawel Jakub Dawidek2004-03-091-19/+48
* Print a space character between string given as a macro argument andPawel Jakub Dawidek2004-03-091-0/+1
* Correct year in copyrights.Pawel Jakub Dawidek2004-03-042-2/+2
* - Remove d_valid field, we can use d_consumer field to check if diskPawel Jakub Dawidek2004-03-032-10/+7
* Removed unused fields.Pawel Jakub Dawidek2004-03-011-2/+0
* We don't need d_length field.Pawel Jakub Dawidek2004-03-011-2/+0
* Even if we're sure that we can't be orphaned here, we have to definePawel Jakub Dawidek2004-02-271-1/+2
* Remove unused field.Pawel Jakub Dawidek2004-02-271-1/+0
* Introduce CONCAT GEOM class for disk concatenation.Pawel Jakub Dawidek2004-02-192-0/+862