aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geli: Fix signature mismatch in mountroot callbackSHENGYI HONG5 days1-1/+1
* gvinum: Remove kernel supportJohn Baldwin2025-01-2319-9092/+0
* gvinum: Emit deprecation notice upon drive tastingEd Maste2025-01-201-0/+9
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-1/+1
* geom: Allow BSD type '!0' partitionsJose Luis Duran2024-11-201-1/+1
* g_eli: update comment for bool return typeEd Maste2024-11-131-2/+2
* geom_flashmap: Rename the kernel moduleMark Johnston2024-10-291-1/+1
* gpart: Add warning when the start sector is too low.Warner Losh2024-10-161-0/+14
* gpart: More nuance for GPT supportWarner Losh2024-10-158-4/+11
* ggate: Avoid dropping the GEOM topology lock in dumpconfMark Johnston2024-10-041-3/+0
* pkcs5v2: Add pkcs5v2_genkey_raw functionColin Percival2024-09-222-2/+14
* gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUIDJessica Clarke2024-09-023-0/+4
* geom_io: Shift to pause_sbt to eliminate bogus min and update comment.Warner Losh2024-05-241-15/+12
* geom: Add counts for enomem and pausingWarner Losh2024-05-241-0/+11
* Stop treating size 0 as unknown size in vnode_create_vobject().Pawel Jakub Dawidek2024-05-231-1/+10
* geom: Remove sysctl.hWarner Losh2024-05-222-2/+0
* buf: define and use BUF_DISOWNEDRyan Libby2024-05-211-2/+2
* geli: fix indentationMariusz Zaborski2024-05-191-126/+126
* geli: allocate a UMA pool earlierMariusz Zaborski2024-05-191-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