aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Kill g_access_rel() already now before we send it down 5-stablePoul-Henning Kamp2004-06-211-3/+0
* Don't hold topology lock while calling g_gate_release().Pawel Jakub Dawidek2004-06-211-0/+2
* Duplicate the securelevel check from spec_vnops.c here.Poul-Henning Kamp2004-06-191-0/+11
* Clean up allocated ressources when destroying the main vinum geom.Lukas Ertl2004-06-184-21/+53
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingPoul-Henning Kamp2004-06-171-43/+0
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Handle dead disks in a somewhat sane way.Lukas Ertl2004-06-164-3/+21
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-15/+16
* Fix several bugs related to subdisk drive_offset calculation.Lukas Ertl2004-06-151-4/+5
* Don't free a VINUMDRIVE softc when it's orphaned or spoiled. AllLukas Ertl2004-06-141-1/+0
* Correctly calculate subdisk offset in RAID5 plexes.Lukas Ertl2004-06-141-2/+1
* Add a first version of a GEOMified vinum.Lukas Ertl2004-06-1215-0/+5851
* Make the sysctl kern.geom.collectstats more granular.Poul-Henning Kamp2004-06-091-8/+8
* Fix format string.Pawel Jakub Dawidek2004-06-071-2/+2
* Don't allow for duplicated entries creation.Pawel Jakub Dawidek2004-06-071-5/+11
* Add SVR4-compatible VTOC-style elements to the Sun label. TheJoerg Wunsch2004-06-011-1/+46
* Zap a redundant NULLPoul-Henning Kamp2004-05-301-1/+1
* Dump some more informations:Pawel Jakub Dawidek2004-05-262-36/+57
* - Change command name from 'config' to 'configure'.Pawel Jakub Dawidek2004-05-212-4/+4
* - Teach CONCAT class how to talk with geom(8).Pawel Jakub Dawidek2004-05-202-102/+157
* Introduce STRIPE GEOM class. It implements RAID0 transformation and itPawel Jakub Dawidek2004-05-202-0/+1016
* Introduce NOP GEOM class. This is totally transparent GEOM class, butPawel Jakub Dawidek2004-05-202-0/+478
* Dont try to finish devstat's if the disk pointer is NULL, this can happenSøren Schmidt2004-05-111-2/+2
* Close some small wakeup<->msleep races.Pawel Jakub Dawidek2004-05-051-2/+4
* Fix compilation on 64-bit architectures.Pawel Jakub Dawidek2004-05-041-1/+2
* Turn off debugging by default.Pawel Jakub Dawidek2004-05-031-1/+1
* Prefer signed type over unsigned to be able to assert negativePawel Jakub Dawidek2004-05-031-1/+1
* - Hold g_gate_list_mtx lock while generating/checking unit number.Pawel Jakub Dawidek2004-05-031-5/+9
* Make it compile on 64-bit architectures.Pawel Jakub Dawidek2004-05-022-26/+26
* Kernel bits of GEOM Gate.Pawel Jakub Dawidek2004-04-302-0/+775
* Allow disks with a GPT to be used on big-endian machines. The GPT isMarcel Moolenaar2004-04-301-39/+48
* - Don't check if 'gp' is non-NULL, it always is and GEOM wants toPawel Jakub Dawidek2004-04-201-10/+10
* Calculate bio_completed properly or die!Pawel Jakub Dawidek2004-04-041-0/+3
* Move the name attribute to the end of the conftxt line to simplifyPeter Grehan2004-04-011-4/+6
* Move "is consumer attached?" check before G_VALID_PROVIDER() check,Pawel Jakub Dawidek2004-03-181-1/+1
* Be more insistent on destroying geoms at unload time. Still not perfect,Poul-Henning Kamp2004-03-111-2/+8
* Rearrange some of the GEOM debugging tools to be more structured.Poul-Henning Kamp2004-03-105-90/+71
* - 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
* Don't panic on providers already withered when we wither a geom.Poul-Henning Kamp2004-03-071-1/+2
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* 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
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-1/+4
* Introduce CONCAT GEOM class for disk concatenation.Pawel Jakub Dawidek2004-02-192-0/+862
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-25/+37