summaryrefslogtreecommitdiffstats
path: root/sys/geom/stripe
Commit message (Expand)AuthorAgeFilesLines
* Change spaces to tabs where needed.pjd2006-11-011-3/+3
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-311-3/+39
* Remove trailing spaces.pjd2006-02-012-3/+3
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-192-7/+1
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowpjd2005-07-171-0/+1
* Check return value.pjd2005-05-111-0/+4
* - Add md_provsize field to metadata, which will help withpjd2005-02-272-4/+15
* Fix year in copyrights.pjd2005-02-162-2/+2
* - Turn off 'fast' mode by default and increase maximum memory to consumepjd2004-12-091-2/+2
* 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
* Dump disk number.pjd2004-08-251-1/+2
* Increase default kern.geom.stripe.maxmem to 50 elements.pjd2004-08-111-1/+1
* Fix one of the lastest commit. This bio_caller1 should also be changed topjd2004-08-101-1/+1
* - 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
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howpjd2004-08-061-1/+7
* Fields bio_caller[12] should be used by the consumer and fieldspjd2004-08-061-23/+23
* Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but whenpjd2004-08-061-0/+2
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-261-29/+30
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-24/+19
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* Fix copy&paste bug.pjd2004-07-181-1/+1
* Minor sysctl description fixes.pjd2004-07-131-2/+2
* Implement "FAST" mode for GEOM_STRIPE class and turn it on by default.pjd2004-07-091-80/+345
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-052-2/+3
* Dump some more informations:pjd2004-05-261-19/+29
* Introduce STRIPE GEOM class. It implements RAID0 transformation and itpjd2004-05-202-0/+1016
OpenPOWER on IntegriCloud