summaryrefslogtreecommitdiff
path: root/sys/geom/eli
AgeCommit message (Expand)Author
2025-09-05call g_new_geom instead for callers that pass regular string to g_new_geomfWuyang Chung
2025-03-04geli: Fix signature mismatch in mountroot callbackSHENGYI HONG
2024-09-22pkcs5v2: Add pkcs5v2_genkey_raw functionColin Percival
2024-05-19geli: fix indentationMariusz Zaborski
2024-05-19geli: allocate a UMA pool earlierMariusz Zaborski
2024-04-22geli: add a read-only kern.geom.eli.use_uma_bytes sysctlAlan Somers
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-28GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang
2022-04-18geli: Add a chicken switch for unmapped I/OMark Johnston
2022-04-04geom_eli: fix set but not used warningRobert Wing
2022-01-13Use G_ELI_IVKEYLEN as the size of IV in the user test code.John Baldwin
2021-12-09geom_eli: mostly plug set-but-not-unused varsMateusz Guzik
2021-10-31geli: eli data -> eli_data for consistency with other geom classesMateusz Guzik
2021-10-01Don't set GELI UMA zone as UMA_ZONE_NOFREE.Gleb Smirnoff
2021-09-28Fix memory deadlock when GELI partition is used for swap.Gleb Smirnoff
2021-07-15eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston
2021-02-08opencrypto: Introduce crypto_dispatch_async()Mark Johnston
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-07Move kernel env global variables, etc to sys/kenv.hWarner Losh
2020-09-14We don't need the sc_ekeys_lock in standalone environment.Warner Losh
2020-09-01geom: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-26geli: use unmapped I/OAlan Somers
2020-07-27Fix indentation.John Baldwin
2020-07-22Consistently use gctl_get_provider instead of home-grown variants.Xin LI
2020-07-21Fix geli's null cipher, and add a test caseAlan Somers
2020-07-09sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI
2020-07-08geli: enable direct dispatchAlan Somers
2020-06-25Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin
2020-06-25Use zfree() instead of bzero() and free().John Baldwin
2020-06-25Use zfree() instead of explicit_bzero() and free().John Baldwin
2020-06-09Add a crypto capability flag for accelerated software drivers.John Baldwin
2020-05-27geli: fix a livelock during panicAlan Somers
2020-05-25Add support for optional separate output buffers to in-kernel crypto.John Baldwin
2020-05-13Reimplement aliases in geomWarner Losh
2020-04-15Mark eli_metadata_crypto_supported inline.John Baldwin
2020-04-15Remove support for geli(4) algorithms deprecated in r348206.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2020-03-23Use the newer EINTEGRITY error when authentication fails.John Baldwin
2020-02-24Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (12 of many)Pawel Biernacki
2020-02-07geli taste: allow GELIBOOT tagged providers as wellKyle Evans
2020-01-17Pass BIO_SPEEDUP through all the geom layersWarner Losh
2020-01-02Remove extra check for provider being closed.Alexander Motin
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2019-07-01g_eli_create: only dec g_access acw if we inc'd itRyan Libby
2019-06-19Use sbuf_cat() in GEOM confxml generation.Alexander Motin
2019-06-12geli: style nitsMariusz Zaborski
2019-06-12geli: partially revert r348709Mariusz Zaborski