summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part.c
Commit message (Expand)AuthorAgeFilesLines
* MFS r320566: MFC r320390:araujo2017-07-031-1/+2
* MFC r315112, r315196araujo2017-05-171-0/+4
* Add some additional GPT partition typesallanjude2015-12-271-12/+19
* Report the scheme and provider names in warning message about unalignedae2015-07-261-2/+4
* Make GEOM_PART work in presence of previous withered self.mav2015-03-261-5/+2
* Add GUID and alias for Apple Core Storage partition.ae2015-03-121-0/+1
* Implement the historic DIOCGDINFO ioctl for gpart on BSDimp2014-11-181-1/+22
* After EFI support was added to the installer, it needed to allow bootnwhitehorn2014-07-041-0/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Add aliases for DragonFlyBSD's partition types.ae2014-06-111-0/+9
* Add an advice what to do when partition was automatically resized.ae2014-05-041-2/+4
* Add better error description for case when we are doing resize andae2014-05-041-1/+3
* Add GPT UUID for VMware vSAN meta-data partition.marck2013-12-261-0/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-0/+3
* Add an automatic resize support to the GEOM_PART class.ae2013-10-171-0/+26
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingmarcel2013-08-041-1/+0
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-091-16/+23
* The geom_part provider supports unmapped bio iff the underlyingkib2013-03-191-0/+1
* Support the FAT16 partition type in gpart(8)gavin2013-03-071-0/+1
* 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
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-251-0/+1
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-181-0/+3
* Check that scheme is not already registered. This may happens when aae2012-03-231-7/+16
* 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-151-0/+1
* If nested scheme allows dump kernel to its partition, we may allowae2012-02-201-2/+5
* Add PART::type attribute handler. It returns partition type as string.ae2012-02-151-0/+4
* 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
* 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 diagnostic message about not aligned partitions.ae2011-06-031-1/+16
* 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
* Add new user-friendly aliases for partition types for the MBR andae2011-01-281-1/+4
* Add an entry to the gpart XML to determine if the geom has pending changesnwhitehorn2011-01-061-0/+2
* Fix regression introduced in r215088: gpart(8) reportsae2010-11-111-6/+14
* In r212554 name of G_PART_PARM_GEOM and G_PART_PARM_PROVIDERae2010-11-101-1/+1
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-251-6/+77
* The canonical way to print __func__ when using KASSERT() is to writerpaulo2010-10-131-6/+7
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-4/+4
* Some schemes can allocate memory for internal purposes but whenae2010-09-251-0/+1
* Change message when setting or unsetting attribute less confusing.pjd2010-09-151-2/+3
OpenPOWER on IntegriCloud