aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Crank the debug level necessary to display the "Label foo is removed"Doug Barton2009-05-301-4/+4
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-5/+2
* - Unbreak 64 bit platforms by casting off_t to intmax.Ulf Lilleengen2009-05-261-3/+3
* - Fix wrong print on BIO_DONE.Ulf Lilleengen2009-05-261-46/+46
* - Add 'show bio' DDB command.Ulf Lilleengen2009-05-261-0/+70
* Check return value of gctl_get_asciiparam().Edward Tomasz Napierala2009-05-121-0/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* - Split up the BIO queue into a queue for new and one for completed requests.Ulf Lilleengen2009-05-065-86/+98
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newUlf Lilleengen2009-05-061-2/+1
* - Check if any plexes are doing internal maintenance before removing them.Ulf Lilleengen2009-05-061-0/+7
* - Add forgotten KASSERT.Ulf Lilleengen2009-05-061-0/+1
* - Fix a bug where the bio_data field of the wrong BIO is freed if an errorUlf Lilleengen2009-05-061-1/+1
* - GV_BIO_RETRY is not used, and it is actually impossible with more than 8Ulf Lilleengen2009-05-061-1/+0
* - Split the queue mutex into one for the event queue and one for the BIO queue,Ulf Lilleengen2009-05-065-39/+60
* - Make the gvinum softc invisible to userland, as it is not needed.Ulf Lilleengen2009-05-041-5/+1
* - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,Ulf Lilleengen2009-04-182-4/+2
* Precision '*' expects an int and strlen() returns a size_t.Marcel Moolenaar2009-04-161-1/+1
* Add a compat option to the EBR scheme that controls theMarcel Moolenaar2009-04-153-44/+65
* - Move out allocation part of different gvinum objects into its own routine andUlf Lilleengen2009-04-102-28/+76
* Revert r190676,190677Andrew Thompson2009-04-108-15/+4
* Don't use hexadecimal in the EBR partition names, because 'a'..'f'Marcel Moolenaar2009-04-081-1/+1
* Add interleaving root hold tokens from the CAM probe to disk_create and geomAndrew Thompson2009-04-034-0/+11
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-034-4/+4
* The 9 bytes immediately prior to the partition table can containMarcel Moolenaar2009-04-031-2/+7
* Sharpen the saw:Marcel Moolenaar2009-03-301-3/+2
* Sharpen the saw:Marcel Moolenaar2009-03-301-2/+2
* Sharpen the saw:Marcel Moolenaar2009-03-301-4/+5
* Sharpen the saw:Marcel Moolenaar2009-03-301-0/+4
* - Add files that should have been added in r190507.Ulf Lilleengen2009-03-282-0/+831
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-2817-3371/+3402
* Sharpen the saw:Marcel Moolenaar2009-03-271-3/+2
* Sharpen the saw:Marcel Moolenaar2009-03-271-2/+10
* Change the priority from high to normal. This makes sure thatMarcel Moolenaar2009-03-261-1/+1
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsIvan Voras2009-03-253-12/+50
* Be more explicit and complain if kernel dumps are perfomed on unsupportedIvan Voras2009-03-221-1/+4
* Make GEOM provider names starting with "/dev/" acceptable as well as theirIvan Voras2009-03-192-5/+17
* Detach GELI providers on shutdown/reboot, which will allow providers underneathPawel Jakub Dawidek2009-03-161-1/+55
* Backout this commit whil a better solution is developedGuido van Rooij2009-03-131-1/+0
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.Yoshihiro Takahashi2009-03-111-8/+0
* o disallow write to RedBoot and FIS directory partitions; these are painfulSam Leffler2009-03-111-2/+23
* When attaching a geli on boot make sure that it is detachedGuido van Rooij2009-03-101-0/+1
* Restore the return statement. It was accidentally removed by rev 188429.Yoshihiro Takahashi2009-03-101-0/+1
* add geom_redboot, a geom module that exports RedBoot FIS partitions as namedSam Leffler2009-03-091-0/+321
* o When creating the EBR scheme, set the number of entriesMarcel Moolenaar2009-02-211-0/+2
* Add bootcode handling.Marcel Moolenaar2009-02-211-13/+46
* Provide compatibility symlink for logical partitions:Marcel Moolenaar2009-02-204-1/+81
* Fix an infinite loop created when the last logical partition isMarcel Moolenaar2009-02-201-3/+3
* Add a default implementation for pre-check. It shouldMarcel Moolenaar2009-02-171-2/+12
* Remove gpt_offset and related code. It was introduced for useMarcel Moolenaar2009-02-172-26/+0
* Add support to add, delete and modify logical partitions, as wellMarcel Moolenaar2009-02-161-6/+251