summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Add two options for gnop(8)'s 'create' command:pjd2004-07-192-16/+74
* Fix copy&paste bug.pjd2004-07-181-1/+1
* Fix exclusive-bit leakage.pjd2004-07-181-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Remove unused macro.pjd2004-07-131-9/+0
* Decrease log level of one debug message, so there is no hole (level 2pjd2004-07-131-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
* Only detach consumers which are attached when we wither stuff away.phk2004-07-091-1/+2
* Make withering water tight.phk2004-07-083-25/+77
* Fail normally rather than KASSERT if attempt to open a spoiled consumer.phk2004-07-081-5/+3
* Add missing argument.pjd2004-07-061-1/+1
* Properly free resources if g_access() fails.pjd2004-07-061-1/+3
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-056-6/+9
* g_clone_bio() can fail, be ready for this.pjd2004-07-051-2/+6
* We only need to check for overlaps if we increasing access counts.phk2004-07-041-17/+19
* Introduce GEOM_LABEL class.pjd2004-07-025-0/+785
* Remove unused argument for good.pjd2004-07-011-2/+2
* Free only if pointer isn't NULL.pjd2004-07-011-1/+2
* Fix regression in last commit.phk2004-06-291-1/+1
* Make sure to kill the devstat entry for disappearing disks.phk2004-06-271-1/+3
* Introduce a hack that will make geom_gate to work with read-only mounts.pjd2004-06-271-0/+9
* The g_up and g_down threads use a local 'mymutex' mutex to allow WITNESSrwatson2004-06-261-0/+16
* Mark a plex as 'newborn' when it is created. This is used to indicatele2004-06-252-1/+4
* Don't force class to give a valid softc to g_slice_new(), it is not alwayspjd2004-06-241-2/+6
* Currently, if the drives specified for volume creation arecsjp2004-06-241-2/+19
* Add a function to clean up RAID5 packets and use it when I/O hasle2004-06-233-12/+24
* Remove two debugging printfs that are currently rather disturbingle2004-06-231-2/+0
* Accept "sd len 0" and auto-size the subdisk correctly.le2004-06-231-4/+2
* No need to free the softc, because it wasn't allocated.le2004-06-221-1/+0
* Don't sleep in the g_down path. More error checks to come.le2004-06-221-9/+27
* Kill g_access_rel() already now before we send it down 5-stablephk2004-06-211-3/+0
* Don't hold topology lock while calling g_gate_release().pjd2004-06-211-0/+2
* Duplicate the securelevel check from spec_vnops.c here.phk2004-06-191-0/+11
* Clean up allocated ressources when destroying the main vinum geom.le2004-06-184-21/+53
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingphk2004-06-171-43/+0
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Handle dead disks in a somewhat sane way.le2004-06-164-3/+21
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-15/+16
* Fix several bugs related to subdisk drive_offset calculation.le2004-06-151-4/+5
* Don't free a VINUMDRIVE softc when it's orphaned or spoiled. Allle2004-06-141-1/+0
* Correctly calculate subdisk offset in RAID5 plexes.le2004-06-141-2/+1
* Add a first version of a GEOMified vinum.le2004-06-1215-0/+5851
* Make the sysctl kern.geom.collectstats more granular.phk2004-06-091-8/+8
* Fix format string.pjd2004-06-071-2/+2
* Don't allow for duplicated entries creation.pjd2004-06-071-5/+11
* Add SVR4-compatible VTOC-style elements to the Sun label. Thejoerg2004-06-011-1/+46
* Zap a redundant NULLphk2004-05-301-1/+1
* Dump some more informations:pjd2004-05-262-36/+57
* - Change command name from 'config' to 'configure'.pjd2004-05-212-4/+4
OpenPOWER on IntegriCloud