summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* MFC r256690:ae2014-05-128-1/+137
* MFC r265318:ae2014-05-125-84/+117
* MFC r258448:marcel2014-02-161-5/+15
* MFC r259925-259926:marck2014-01-213-0/+4
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-0/+3
* Remove stub implementation.ae2013-09-051-11/+0
* gpt_entries is used as limit for the number of partition entries inae2013-08-081-2/+3
* Change <sys/diskpc98.h> to not redefine the same symbols that aremarcel2013-08-071-12/+12
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingmarcel2013-08-042-2/+0
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-095-35/+74
* Remove stub implementation.marcel2013-06-091-11/+0
* 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
OpenPOWER on IntegriCloud