freebsd-dev/sys/geom/part
Eugene Grosbein 6d305ab0b2 Extend stripeoffset and stripesize of GEOMs from u_int to off_t
GEOM's stripeoffset overflows at 4 gigabyte margin (2^32)
because of its u_int type. This leads to incorrect data in the output
generated by "sysctl kern.geom.confxml" command, "graid list" etc.
when GEOM array has volumes larger than 4G, for example.

This change does not affect ABI but changes KBI. No MFC planned.

Differential Revision:	https://reviews.freebsd.org/D13426
2018-10-27 16:14:42 +00:00
..
g_part_apm.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_bsd64.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_bsd.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_ebr.c gpart: add EFI alias for MBR partition scheme 2018-06-17 20:10:48 +00:00
g_part_gpt.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part_if.m sys/geom: spelling fixes in comments. 2016-04-29 20:56:58 +00:00
g_part_ldm.c Sort geom/part mbr/ebr/ldm alias table entries 2018-06-17 20:06:27 +00:00
g_part_mbr.c gpart: add EFI alias for MBR partition scheme 2018-06-17 20:10:48 +00:00
g_part_vtoc8.c Annotate geom modules with MODULE_VERSION 2018-04-10 19:18:16 +00:00
g_part.c Extend stripeoffset and stripesize of GEOMs from u_int to off_t 2018-10-27 16:14:42 +00:00
g_part.h gpart: add fat32lba MBR partition type 2018-05-04 00:34:27 +00:00