aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-283-11/+11
* geom_part: make it possible recovering broken GPT after some LBAs cut offEugene Grosbein2020-09-171-1/+2
* geom_part: extend kern.geom.part.check_integrity to work on GPTEugene Grosbein2020-09-082-5/+8
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-5/+0
* gpart(8): Recognize apple-zfs and solaris-reserved partition idsConrad Meyer2020-08-173-0/+37
* Use snprintf instead of sprintf.Xin LI2020-07-261-2/+4
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-4/+0
* geom(4): Kill GEOM_PART_EBR_COMPAT optionConrad Meyer2020-07-011-55/+83
* Revert r362466Baptiste Daroussin2020-06-221-1/+1
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-1/+1
* geom_part: Dispatch to partitions to create providers and aliasesConrad Meyer2020-05-292-13/+48
* Reimplement aliases in geomWarner Losh2020-05-131-14/+12
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-264-4/+7
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+1
* Add kern.geom.part.separator tunable. This makes it possibleEdward Tomasz Napierala2019-12-133-1/+7
* Remove duplicate g_debugflags declaration.Alexander Motin2019-12-053-3/+3
* Allow more nesting of GEOM partitioning schemesKyle Evans2019-09-032-5/+23
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-194-15/+15
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-172-0/+2
* Revert revision 254095Marcel Moolenaar2019-03-051-3/+2
* Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbrDag-Erling Smørgrav2018-11-273-1/+10
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-271-3/+3
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-172-0/+2
* Sort geom/part mbr/ebr/ldm alias table entriesEd Maste2018-06-173-14/+14
* gpart: add fat32lba MBR partition typeEd Maste2018-05-045-0/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-108-0/+8
* g_part_gpt: Fix memory leak in error pathConrad Meyer2018-03-071-0/+8
* gpart: append partition name to the underlying provider's physical pathAlan Somers2018-02-141-1/+35
* Fix a panic introduced in r329225Justin Hibbits2018-02-141-2/+4
* Narrow a race, and fix a leak, in g_part_witherJustin Hibbits2018-02-131-5/+8
* Add GUID and alias for Apple APFS partitionConrad Meyer2018-02-113-0/+4
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* While the EFI spec allows numbers to be in many forms, libefivarWarner Losh2017-11-211-1/+1
* Remove trailing whitespace (one I just introduced and a bunch ofWarner Losh2017-11-217-26/+26
* Implement efi media tagging for MBR partitioning types.Warner Losh2017-11-211-1/+9
* The hard drive media device path contains the size of the partition,Warner Losh2017-09-021-1/+1
* Add efimedia attribute for all GPT partitions.Warner Losh2017-09-011-0/+6
* Add alias support to gpart.Warner Losh2017-08-071-1/+18
* With r318394 seems it breaks gpart(8) in some embedded systems such like PCEn...Marcelo Araujo2017-06-271-1/+2
* After r315112 I broke the tests with eli, instead to pass 0, I should passMarcelo Araujo2017-03-131-1/+1
* Add the capability to refresh the gpart(8) label without need a reboot.Marcelo Araujo2017-03-121-0/+4
* The kern.geom.part.auto_resize should be tunable.Mariusz Zaborski2017-02-281-1/+1
* Add sysctl to control auto resize of the GEOM metadata.Mariusz Zaborski2017-02-271-0/+7
* Check that primary GPT header is valid before wiping partitioning.Andrey V. Elsukov2017-02-041-3/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-617/+0
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-311-0/+2
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-293-3/+3
* g_part_bsd64: Delete duplicate/dead codeConrad Meyer2016-04-261-2/+0
* g_part_bsd64: Check for valid on-disk npartitions valueConrad Meyer2016-04-261-1/+2
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-11/+9