aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/eli
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-239-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-232-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2510-10/+10
* GEOM: Remove redundant NULL pointer check before g_free()Zhenlei Huang2023-01-111-2/+1
* geli: Add a chicken switch for unmapped I/OMark Johnston2022-07-191-1/+4
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-291-0/+11
* 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
* Make geli(8) buildable.Jung-uk Kim2018-09-191-11/+13
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-184-7/+7
* OCF: Convert consumers to the session id typedefConrad Meyer2018-07-162-2/+2
* Let geli deal with lost devices without crashing.Mariusz Zaborski2018-07-152-4/+8
* g_eli_key_cmp is used only in the kernel, so only define it in theWarner Losh2018-07-131-2/+1
* Introduce the 'n' flag for the geli attach command.Mariusz Zaborski2018-05-094-33/+74
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* Introduce dry run option for attaching the device.Mariusz Zaborski2018-04-101-2/+9
* geli: append "/eli" to the underlying provider's physical pathAlan Somers2018-02-141-1/+14
* When building standalone, include stand.h rather than the kernelWarner Losh2017-12-051-0/+2