aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/eli
Commit message (Expand)AuthorAgeFilesLines
* pkcs5v2: Add pkcs5v2_genkey_raw functionColin Percival2024-09-292-2/+14
* geli: allocate a UMA pool earlierMariusz Zaborski2024-05-231-1/+3
* geli: add a read-only kern.geom.eli.use_uma_bytes sysctlAlan Somers2024-05-091-1/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2022-12-281-2/+1
* geli: Add a chicken switch for unmapped I/OMark Johnston2022-04-181-4/+8
* geom_eli: fix set but not used warningRobert Wing2022-04-041-2/+1
* Use G_ELI_IVKEYLEN as the size of IV in the user test code.John Baldwin2022-01-141-1/+1
* geom_eli: mostly plug set-but-not-unused varsMateusz Guzik2021-12-093-4/+4
* geli: eli data -> eli_data for consistency with other geom classesMateusz Guzik2021-10-311-1/+1
* Don't set GELI UMA zone as UMA_ZONE_NOFREE.Gleb Smirnoff2021-10-011-6/+1
* Fix memory deadlock when GELI partition is used for swap.Gleb Smirnoff2021-09-284-37/+239
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-151-0/+11
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-082-13/+31
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-12/+12
* Move kernel env global variables, etc to sys/kenv.hWarner Losh2020-10-071-0/+1
* We don't need the sc_ekeys_lock in standalone environment.Warner Losh2020-09-141-0/+2
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+0
* geli: use unmapped I/OAlan Somers2020-08-262-8/+68
* Fix indentation.John Baldwin2020-07-272-2/+2
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-221-24/+5
* Fix geli's null cipher, and add a test caseAlan Somers2020-07-212-6/+10
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-6/+6
* geli: enable direct dispatchAlan Somers2020-07-081-0/+3
* Use explicit_bzero() instead of bzero() for sensitive data.John Baldwin2020-06-251-5/+5
* Use zfree() instead of bzero() and free().John Baldwin2020-06-251-4/+2
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-253-14/+6
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-092-10/+17
* geli: fix a livelock during panicAlan Somers2020-05-271-3/+5
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-253-11/+5
* Reimplement aliases in geomWarner Losh2020-05-131-0/+3
* Mark eli_metadata_crypto_supported inline.John Baldwin2020-04-151-1/+1
* Remove support for geli(4) algorithms deprecated in r348206.John Baldwin2020-04-154-59/+44
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-275-185/+202
* Use the newer EINTEGRITY error when authentication fails.John Baldwin2020-03-231-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (12 of many)Pawel Biernacki2020-02-241-1/+2
* geli taste: allow GELIBOOT tagged providers as wellKyle Evans2020-02-071-1/+2
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+2
* Remove extra check for provider being closed.Alexander Motin2020-01-021-2/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-075-22/+8
* g_eli_create: only dec g_access acw if we inc'd itRyan Libby2019-07-011-6/+4
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-8/+8
* geli: style nitsMariusz Zaborski2019-06-121-2/+2
* geli: partially revert r348709Mariusz Zaborski2019-06-124-6/+6
* geli: build warning fixesMariusz Zaborski2019-06-054-7/+7
* Add deprecation warnings for weaker algorithms to geli(4).John Baldwin2019-05-231-1/+18
* Implement automatic online expansion of GELI providers - if the underlyingPawel Jakub Dawidek2019-04-034-19/+204
* Restore backward compatibility for "attach" verb.Xin LI2018-10-271-12/+17