aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/stripe
Commit message (Expand)AuthorAgeFilesLines
* 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