aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geli: fix indentationMariusz Zaborski4 days1-126/+126
* geli: allocate a UMA pool earlierMariusz Zaborski4 days1-1/+3
* Remove final cross-reference to GBDEPoul-Henning Kamp2024-05-071-3/+3
* Remove GBDE source filesPoul-Henning Kamp2024-05-075-2125/+0
* geom_stripe: Cascade cantrim just like we do for gmirrorMatthew Grooms2024-05-032-1/+23
* glabel: Add support for Linux swapRicardo Branco2024-04-293-0/+93
* geli: add a read-only kern.geom.eli.use_uma_bytes sysctlAlan Somers2024-04-221-1/+3
* geom(4): Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* graid3: Fix teardown in g_raid3_try_destroy()Mark Johnston2024-04-201-1/+1
* glabel: Remove support for old reiserfsRicardo Branco2024-04-193-125/+0
* graid: unbreak Promise RAID1 with 4+ providersEugene Grosbein2024-02-121-2/+3
* gjournal(8): Fix a typo in a sysctl descriptionGordon Bergling2024-01-201-1/+1
* geom_redboot(4): Garbage collect disconnected driverMarius Strobl2024-01-141-342/+0
* geom_map(4): Garbage collect disconnected driverMarius Strobl2024-01-141-392/+0
* geom/journal: Fix typosAlex2023-12-281-4/+4
* geom: Report copyout() errors in g_ctl_ioctl_ctl()Mark Johnston2023-12-261-1/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2782-82/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* shutdown: audit shutdown_post_sync event callbacksMitchell Horne2023-11-234-4/+15
* geom: sort includes for some filesMitchell Horne2023-11-234-31/+34
* graid3: Fix teardown racesMark Johnston2023-11-022-36/+45
* gpart: Be less picky about GPT Tables in some casesWarner Losh2023-10-261-12/+29
* 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