aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geom(4): Fix a typo in a source code commentGordon Bergling2024-04-241-1/+1
* graid: MFC: unbreak Promise RAID1 with 4+ providersEugene Grosbein2024-02-161-2/+3
* gjournal(8): Fix a typo in a sysctl descriptionGordon Bergling2024-01-251-1/+1
* geom: Report copyout() errors in g_ctl_ioctl_ctl()Mark Johnston2024-01-021-1/+3
* geom_linux_lvm: Avoid removing from vg_list before insertingMark Johnston2023-10-241-2/+2
* Fix geom build with clang 17 and KTR enabledDimitry Andric2023-09-201-5/+8
* g_raid concat: Fail requests to read beyond the end of the volumeJohn Baldwin2023-09-061-13/+11
* Implement GEOM::rotation_rate for gmirrorAlan Somers2023-09-062-0/+30
* geom_linux_lvm: Check the offset of physical volume headerZhenlei Huang2023-09-061-3/+13
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2394-186/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2346-92/+0
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-08-061-604/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25110-110/+110
* geom: use bool for one-bit wide bit-fieldEd Maste2023-05-011-10/+10
* gvinum: correct assertionsEd Maste2023-03-232-3/+3
* g_part_ebr: always create "compat" aliasesEd Maste2023-03-061-23/+11
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2023-01-1113-50/+25
* geom_part: Fix potential integer overflow when checking size of the tableZhenlei Huang2023-01-111-1/+2
* Don't panic when tasting a disk with sectorsize=0Alan Somers2022-11-235-6/+14
* geom_part: Check number of GPT entries and size of GPT entryZhenlei Huang2022-11-211-4/+27
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-08-152-35/+52
* Adjust function definition in geom_subr.c to avoid clang 15 warningsDimitry Andric2022-07-291-1/+1
* Adjust function definition in geom_io.c to avoid clang 15 warningsDimitry Andric2022-07-291-1/+1
* Adjust function definitions in geom_event.c to avoid clang 15 warningsDimitry Andric2022-07-291-3/+3
* ses: don't panic if disk elements have really weird descriptorsAlan Somers2022-07-241-2/+2
* geli: Add a chicken switch for unmapped I/OMark Johnston2022-07-191-1/+4
* kerneldump: remove physical from dump routinesMitchell Horne2022-06-271-4/+2
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-06-279-29/+24
* geom(4): Fix a common typo in a source code commentGordon Bergling2022-06-101-2/+2
* GEOM: Introduce partial confxml APIAlexander Motin2022-05-114-50/+119
* geom_vfs: Pre-allocate event for g_vfs_destroy.John Baldwin2022-04-291-2/+19
* Use a more specific type for geom_disk.d_event.John Baldwin2022-04-291-1/+1
* Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-181-17/+0
* GEOM: Make G_F_CTLDUMP also dump result.Alexander Motin2022-04-061-3/+7
* GEOM: Skip copyin() for GCTL_PARAM_WR parameters.Alexander Motin2022-04-061-12/+15
* gpart(8): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* geom_gate: Distinguish between classes of errorsPeter Jeremy2022-03-051-4/+3
* geom: add kqfilter support for geom devRobert Wing2022-02-231-0/+59
* g_mirror: don't fail reads while losing next-to-last diskAndriy Gapon2022-02-171-2/+12
* Various fixes for ggatec and ggatedAlan Somers2022-02-171-13/+29
* In GEOM debugging output, show consumer for cloned and duplicated bio's.Kirk McKusick2022-02-161-0/+2
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-02-1111-0/+11
* glabel: Set G_CF_DIRECT_SEND/RECEIVE for taste consumer.Alexander Motin2022-02-111-0/+1
* GEOM: Relax direct dispatch for GEOM threads.Alexander Motin2022-02-113-4/+6
* graid: Set G_CF_DIRECT_SEND for task consumer.Alexander Motin2022-02-111-1/+1
* shsec: Allocate data blocks only for BIO_READ/WRITE requestsMark Johnston2022-02-101-15/+19