aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* g_part: Allow attributes to be querriedWarner Losh2022-03-011-0/+14
* Add casts to printf statements to keep armv6, armv7, and powerpcKirk McKusick2022-03-011-17/+24
* Create a new GEOM utility, gunion(8).Kirk McKusick2022-03-012-0/+1533
* Provide an interface that allows GEOM modules to return multiple messages.Kirk McKusick2022-02-202-2/+57
* In GEOM debugging output, show consumer for cloned and duplicated bio's.Kirk McKusick2022-01-311-0/+2
* GEOM: Remove g_wait_sim.Alexander Motin2022-01-302-2/+2
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-01-3011-0/+11
* geom_gate: Distinguish between classes of errorsPeter Jeremy2022-01-291-4/+3
* glabel: Set G_CF_DIRECT_SEND/RECEIVE for taste consumer.Alexander Motin2022-01-281-0/+1
* GEOM: Relax direct dispatch for GEOM threads.Alexander Motin2022-01-283-4/+6
* graid: Set G_CF_DIRECT_SEND for task consumer.Alexander Motin2022-01-281-1/+1
* geom: Assert that BIO_SPEEDUP BIOs have bio_data set to NULLMark Johnston2022-01-271-1/+1
* shsec: Allocate data blocks only for BIO_READ/WRITE requestsMark Johnston2022-01-271-15/+19
* g_mirror: don't fail reads while losing next-to-last diskAndriy Gapon2022-01-271-2/+12
* geom: Add HiFive boot partitionsEd Maste2022-01-263-0/+8
* geom: Handle partial I/O in g_{read,write,delete}_data()Mark Johnston2022-01-202-13/+6
* geom: add kqfilter support for geom devRobert Wing2022-01-181-0/+59
* Use G_ELI_IVKEYLEN as the size of IV in the user test code.John Baldwin2022-01-141-1/+1
* geom label msdosfs: sanity check BPB before using it for io requestKonstantin Belousov2022-01-081-0/+6
* geom_gate: ensure readprov is null-terminatedAlan Somers2022-01-031-13/+29
* sys/geom: Use C99 fixed-width integer types.John Baldwin2021-12-284-39/+39
* GEOM: Minor polishing in geom_event.Alexander Motin2021-12-282-25/+3