aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/stripe
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-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Do not increment bio_data in case of BIO_DELETE.Alexander Motin2014-04-101-3/+10
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-222-19/+54
* 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-011-55/+46
* 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
* Correct comment.Pawel Jakub Dawidek2010-02-181-1/+1
* Make geom_stripe report it's stripe size to upper layers.Alexander Motin2009-12-241-0/+2
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSAlexander Motin2009-09-041-7/+6
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Change spaces to tabs where needed.Pawel Jakub Dawidek2006-11-011-3/+3
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-311-3/+39
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-3/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Avoid code duplication and implement bitcount32() function in systm.h only.Pawel Jakub Dawidek2005-08-192-7/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowPawel Jakub Dawidek2005-07-171-0/+1
* Check return value.Pawel Jakub Dawidek2005-05-111-0/+4
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-4/+15
* Fix year in copyrights.Pawel Jakub Dawidek2005-02-162-2/+2
* - Turn off 'fast' mode by default and increase maximum memory to consumePawel Jakub Dawidek2004-12-091-2/+2
* 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
* Dump disk number.Pawel Jakub Dawidek2004-08-251-1/+2
* Increase default kern.geom.stripe.maxmem to 50 elements.Pawel Jakub Dawidek2004-08-111-1/+1
* Fix one of the lastest commit. This bio_caller1 should also be changed toPawel Jakub Dawidek2004-08-101-1/+1
* - 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
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howPawel Jakub Dawidek2004-08-061-1/+7
* Fields bio_caller[12] should be used by the consumer and fieldsPawel Jakub Dawidek2004-08-061-23/+23
* Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but whenPawel Jakub Dawidek2004-08-061-0/+2
* Improve geom(8)'s 'list' command to show geoms and their providers andPawel Jakub Dawidek2004-07-261-29/+30
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.Pawel Jakub Dawidek2004-07-262-24/+19
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.Pawel Jakub Dawidek2004-07-261-8/+1
* Fix copy&paste bug.Pawel Jakub Dawidek2004-07-181-1/+1
* Minor sysctl description fixes.Pawel Jakub Dawidek2004-07-131-2/+2
* Implement "FAST" mode for GEOM_STRIPE class and turn it on by default.Pawel Jakub Dawidek2004-07-091-80/+345
* - 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-19/+29
* Introduce STRIPE GEOM class. It implements RAID0 transformation and itPawel Jakub Dawidek2004-05-202-0/+1016