Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys/geom
AgeCommit message (Expand)Author
2022-11-09Don't panic when tasting a disk with sectorsize=0Alan Somers
2022-10-18geom_part: Check number of GPT entries and size of GPT entryZhenlei Huang
2022-10-13vinum/geom_vinum_var.h: Fix missing linefeed in license.Pedro F. Giffuni
2022-08-02Adjust g_waitidle() visibility and definitionKonstantin Belousov
2022-08-02AST: reworkKonstantin Belousov
2022-07-31Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-07-26Adjust function definition in geom_subr.c to avoid clang 15 warningsDimitry Andric
2022-07-26Adjust function definition in geom_io.c to avoid clang 15 warningsDimitry Andric
2022-07-26Adjust function definitions in geom_event.c to avoid clang 15 warningsDimitry Andric
2022-07-16Clarify when GEOM utilities exit with success or failure.Kirk McKusick
2022-07-14Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin
2022-06-23ses: don't panic if disk elements have really weird descriptorsAlan Somers
2022-06-05geom(4): Fix a common typo in a source code commentGordon Bergling
2022-05-13kerneldump: remove physical from dump routinesMitchell Horne
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-04-28geom_dev: extend kevent support for geom devRobert Wing
2022-04-24g_vfs_done: Only report ENXIO onceWarner Losh
2022-04-24g_vfs_done: Report when we switch on ENXIO conversionWarner Losh
2022-04-24geom_vfs: make sc_orphaned a boolWarner Losh
2022-04-19geli: Add a chicken switch for unmapped I/OMark Johnston
2022-04-15Remove 12.x ABI compat for kernel dump ioctlsMitchell Horne
2022-04-15Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne
2022-04-07Avoid dereferencing a possibly null pointer.Kirk McKusick
2022-04-05geom_vinum: fix set but not used warningsRobert Wing
2022-04-05geom_eli: fix set but not used warningRobert Wing
2022-03-28gpart(8): Fix two typos in source code commentsGordon Bergling
2022-03-12GEOM: Introduce partial confxml APIAlexander Motin
2022-03-07GEOM: Make G_F_CTLDUMP also dump result.Alexander Motin
2022-03-07GEOM: Skip copyin() for GCTL_PARAM_WR parameters.Alexander Motin
2022-03-01g_part: Allow attributes to be querriedWarner Losh
2022-03-01Add casts to printf statements to keep armv6, armv7, and powerpcKirk McKusick
2022-03-01Create a new GEOM utility, gunion(8).Kirk McKusick
2022-02-20Provide an interface that allows GEOM modules to return multiple messages.Kirk McKusick
2022-01-31In GEOM debugging output, show consumer for cloned and duplicated bio's.Kirk McKusick
2022-01-30GEOM: Remove g_wait_sim.Alexander Motin
2022-01-30GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin
2022-01-29geom_gate: Distinguish between classes of errorsPeter Jeremy
2022-01-28glabel: Set G_CF_DIRECT_SEND/RECEIVE for taste consumer.Alexander Motin
2022-01-28GEOM: Relax direct dispatch for GEOM threads.Alexander Motin
2022-01-28graid: Set G_CF_DIRECT_SEND for task consumer.Alexander Motin
2022-01-27geom: Assert that BIO_SPEEDUP BIOs have bio_data set to NULLMark Johnston
2022-01-27shsec: Allocate data blocks only for BIO_READ/WRITE requestsMark Johnston
2022-01-27g_mirror: don't fail reads while losing next-to-last diskAndriy Gapon
2022-01-26geom: Add HiFive boot partitionsEd Maste
2022-01-20geom: Handle partial I/O in g_{read,write,delete}_data()Mark Johnston
2022-01-18geom: add kqfilter support for geom devRobert Wing
2022-01-14Use G_ELI_IVKEYLEN as the size of IV in the user test code.John Baldwin
2022-01-08geom label msdosfs: sanity check BPB before using it for io requestKonstantin Belousov
2022-01-03geom_gate: ensure readprov is null-terminatedAlan Somers
2021-12-28sys/geom: Use C99 fixed-width integer types.John Baldwin