summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,lulf2009-04-182-4/+2
* Precision '*' expects an int and strlen() returns a size_t.marcel2009-04-161-1/+1
* Add a compat option to the EBR scheme that controls themarcel2009-04-153-44/+65
* - Move out allocation part of different gvinum objects into its own routine andlulf2009-04-102-28/+76
* Revert r190676,190677thompsa2009-04-108-15/+4
* Don't use hexadecimal in the EBR partition names, because 'a'..'f'marcel2009-04-081-1/+1
* Add interleaving root hold tokens from the CAM probe to disk_create and geomthompsa2009-04-034-0/+11
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-034-4/+4
* The 9 bytes immediately prior to the partition table can containmarcel2009-04-031-2/+7
* Sharpen the saw:marcel2009-03-301-3/+2
* Sharpen the saw:marcel2009-03-301-2/+2
* Sharpen the saw:marcel2009-03-301-4/+5
* Sharpen the saw:marcel2009-03-301-0/+4
* - Add files that should have been added in r190507.lulf2009-03-282-0/+831
* Import the gvinum work that have been done during and after Summer of Code 2007.lulf2009-03-2817-3371/+3402
* Sharpen the saw:marcel2009-03-271-3/+2
* Sharpen the saw:marcel2009-03-271-2/+10
* Change the priority from high to normal. This makes sure thatmarcel2009-03-261-1/+1
* Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDsivoras2009-03-253-12/+50
* Be more explicit and complain if kernel dumps are perfomed on unsupportedivoras2009-03-221-1/+4
* Make GEOM provider names starting with "/dev/" acceptable as well as theirivoras2009-03-192-5/+17
* Detach GELI providers on shutdown/reboot, which will allow providers underneathpjd2009-03-161-1/+55
* Backout this commit whil a better solution is developedguido2009-03-131-1/+0
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.nyan2009-03-111-8/+0
* o disallow write to RedBoot and FIS directory partitions; these are painfulsam2009-03-111-2/+23
* When attaching a geli on boot make sure that it is detachedguido2009-03-101-0/+1
* Restore the return statement. It was accidentally removed by rev 188429.nyan2009-03-101-0/+1
* add geom_redboot, a geom module that exports RedBoot FIS partitions as namedsam2009-03-091-0/+321
* o When creating the EBR scheme, set the number of entriesmarcel2009-02-211-0/+2
* Add bootcode handling.marcel2009-02-211-13/+46
* Provide compatibility symlink for logical partitions:marcel2009-02-204-1/+81
* Fix an infinite loop created when the last logical partition ismarcel2009-02-201-3/+3
* Add a default implementation for pre-check. It shouldmarcel2009-02-171-2/+12
* Remove gpt_offset and related code. It was introduced for usemarcel2009-02-172-26/+0
* Add support to add, delete and modify logical partitions, as wellmarcel2009-02-161-6/+251
* Add method precheck to the g_part interface. The precheckmarcel2009-02-153-20/+43
* - Use the correct argument when determining the buffer size.lulf2009-02-111-1/+1
* Fix g_part_dumpconf and g_part_name prototpyes.imp2009-02-104-21/+16
* Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsmarcel2009-02-082-0/+345
* Allow gpe_offset to be set by the scheme. When gpe_offset is zero,marcel2009-02-081-2/+7
* o Add the "PART::scheme" attribute that returns the name of themarcel2009-02-081-0/+7
* Fix g_part_*dumpconf to return void to match kobj definition.imp2009-02-082-10/+8
* In g_handleattr(), set bp->bio_completed also for the casemarcel2009-02-031-1/+2
* Constify val in g_handleattr() and str in g_handleattr_str().marcel2009-02-012-4/+5
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Prevent a panic that happens on SMP machines when removing a disk withtrasz2009-01-111-1/+11
* - Don't enforce an upper-bound to the number of sectors or heads,marius2009-01-061-7/+15
* Don't enforce an upper-bound to the number of sectors or headsmarcel2009-01-061-4/+2
* Improve probing.marcel2009-01-041-5/+9
* - Fix an issue with access permissions to underlying disks used by a gvinumlulf2008-12-271-0/+10
OpenPOWER on IntegriCloud