aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geom_linux_lvm: Avoid removing from vg_list before insertingMark Johnston2023-10-171-2/+2
* Fix geom build with clang 17 and KTR enabledDimitry Andric2023-09-171-5/+8
* geom_linux_lvm: Check the offset of physical volume headerZhenlei Huang2023-08-221-3/+13
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1694-186/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1646-92/+0
* g_raid concat: Fail requests to read beyond the end of the volumeJohn Baldwin2023-08-041-13/+11
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-261-604/+0
* bios: Don't keep sending BIO_FLUSH after first ENOTSUPP.santhoshkumar-mani2023-07-011-1/+6
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12112-112/+112
* geom: use bool for one-bit wide bit-fieldEd Maste2023-04-171-10/+10
* Implement GEOM::rotation_rate for gmirrorAlan Somers2023-04-102-0/+30
* graid3: Pre-allocate the timeout event structureMark Johnston2023-03-302-8/+33
* gvinum: correct assertionsEd Maste2023-03-212-3/+3
* g_part_ebr: always create "compat" aliasesEd Maste2023-03-011-23/+11
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-0/+1
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2022-12-2813-50/+25
* geom_part: Fix potential integer overflow when checking size of the tableZhenlei Huang2022-12-211-1/+2
* Don't panic when tasting a disk with sectorsize=0Alan Somers2022-11-095-6/+14
* geom_part: Check number of GPT entries and size of GPT entryZhenlei Huang2022-10-181-4/+27
* vinum/geom_vinum_var.h: Fix missing linefeed in license.Pedro F. Giffuni2022-10-131-1/+2
* Adjust g_waitidle() visibility and definitionKonstantin Belousov2022-08-022-4/+6
* AST: reworkKonstantin Belousov2022-08-021-3/+19
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-312-5/+5
* Adjust function definition in geom_subr.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1
* Adjust function definition in geom_io.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1
* Adjust function definitions in geom_event.c to avoid clang 15 warningsDimitry Andric2022-07-261-3/+3
* Clarify when GEOM utilities exit with success or failure.Kirk McKusick2022-07-163-37/+50
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-07-142-35/+52
* ses: don't panic if disk elements have really weird descriptorsAlan Somers2022-06-231-2/+2
* geom(4): Fix a common typo in a source code commentGordon Bergling2022-06-051-2/+2
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-4/+2
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-1310-32/+26
* geom_dev: extend kevent support for geom devRobert Wing2022-04-281-3/+10
* g_vfs_done: Only report ENXIO onceWarner Losh2022-04-241-2/+8
* g_vfs_done: Report when we switch on ENXIO conversionWarner Losh2022-04-241-2/+5
* geom_vfs: make sc_orphaned a boolWarner Losh2022-04-241-2/+2
* geli: Add a chicken switch for unmapped I/OMark Johnston2022-04-181-4/+8
* Remove 12.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-151-21/+0
* Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-151-17/+0
* Avoid dereferencing a possibly null pointer.Kirk McKusick2022-04-061-8/+8
* geom_vinum: fix set but not used warningsRobert Wing2022-04-042-6/+2
* geom_eli: fix set but not used warningRobert Wing2022-04-041-2/+1
* gpart(8): Fix two typos in source code commentsGordon Bergling2022-03-281-1/+1
* GEOM: Introduce partial confxml APIAlexander Motin2022-03-124-50/+119
* GEOM: Make G_F_CTLDUMP also dump result.Alexander Motin2022-03-071-3/+7
* GEOM: Skip copyin() for GCTL_PARAM_WR parameters.Alexander Motin2022-03-071-12/+15