summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* The geom_part provider supports unmapped bio iff the underlyingkib2013-03-191-0/+1
* Support the FAT16 partition type in gpart(8)gavin2013-03-073-0/+3
* g_part_taste: directly destroy consumer and geom here, no need for witheringavg2012-10-061-2/+7
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-281-1/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+1
* Make it possible to resize opened partitions.trasz2012-07-201-3/+8
* Always reconstruct partition entries in the PMBR when Boot Camp isae2012-06-141-13/+10
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-256-0/+25
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-184-0/+14
* VMDB offset should be greater than logical volume size only for MBR.ae2012-03-291-1/+1
* Do proper cleanup for the GPT case when an error occurs.ae2012-03-291-14/+19
* Check that scheme is not already registered. This may happens when aae2012-03-231-7/+16
* Add CTLFLAG_TUN to sysctls.ae2012-03-191-4/+4
* Add new GEOM_PART_LDM module that implements the Logical Disk Managerae2012-03-191-0/+1504
* Make kern.geom.part node not static. Also add CTLFLAG_TUN to theae2012-03-191-3/+4
* Add MODULE_DEPEND() to geom_part modules.ae2012-03-152-1/+3
* Remove unactionable message about label geometryemaste2012-03-081-7/+0
* If nested scheme allows dump kernel to its partition, we may allowae2012-02-201-2/+5
* Add alias for the partition type 0x0f. Now "ebr" name is used for bothae2012-02-201-0/+1
* Add additional check to EBR probe and create methods:ae2012-02-151-8/+19
* Add PART::type attribute handler. It returns partition type as string.ae2012-02-151-0/+4
* Add alias for the partition with type 0x42 to the MBR scheme.ae2012-02-101-0/+1
* Let's be more realistic and limit maximum number of partition to 4k.ae2012-02-101-1/+1
* Correct typo in comment (numbver)emaste2012-02-041-1/+1
* The scheme code may not know about some inconsistency in the metadata.ae2012-02-011-0/+3
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-0/+1
* Allow an MBR primary or extended Linux swap partition to be specifiedtruckman2012-01-132-4/+6
* Add an ability to increase number of allocated APM entries when weae2011-11-281-30/+47
* The size of APM could be bigger than number of already allocated entries.ae2011-11-281-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Our geom withering function could take some time before geom with itsae2011-10-281-0/+4
* Add support for Boot Camp. The support is defined as follows:marcel2011-10-231-97/+213
* Allow to dump on Solaris swap partitions.marius2011-10-181-1/+2
* Initialize elements of state array when creating the GPT table.ae2011-06-291-34/+33
* EBR could contain an early stage of boot code. But we do not support it.ae2011-06-271-16/+20
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyae2011-06-271-6/+8
* Change the way how we update bootcode for BSD scheme.ae2011-06-201-13/+12
* Add diagnostic message about not aligned partitions.ae2011-06-031-1/+16
* Some partitioning tools may have a different opinion about diskae2011-05-271-2/+7
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-7/+3
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-2/+1
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-4/+3
* Remove unused variable.ae2011-05-241-3/+0
* Remove unused variable.ae2011-05-241-3/+0
* Make diagnostic messages more specific. With bootverbose print outae2011-05-161-42/+83
* Add diagnostic messages for integrity checks.ae2011-05-161-0/+20
* Add a sysctl kern.geom.part.check_integrity for those who has corruptae2011-05-151-3/+14
* Add basic metadata integrity check. In case when partition table wasae2011-05-111-1/+48
* Limit number of sectors that can be addressed.ae2011-05-081-5/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
OpenPOWER on IntegriCloud