summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
Commit message (Expand)AuthorAgeFilesLines
* Removal of Giant droping wrappers for GEOM classes.kib2016-05-201-2/+0
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-0/+2
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-1/+3
* Create the GELIBOOT GEOM_ELI flagallanjude2016-04-081-0/+1
* Make additional parts of sys/geom/eli more usable in userspaceallanjude2016-01-071-82/+1
* Fix g_eli error loss conditionssmh2015-11-051-9/+9
* Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected whenpjd2015-08-081-3/+10
* Spoil even can happen for some time now even on providers opened exclusivelypjd2015-07-101-3/+3
* Properly propagate errors in metadata reading.pjd2015-07-021-1/+4
* Allow to omit keyfile number for the first keyfile.pjd2015-07-021-0/+7
* Populate the GELI passphrase cache with the kern.geom.eli.passphrasecperciva2014-10-221-0/+19
* Cache GELI passphrases entered at the console during the boot process,cperciva2014-09-161-7/+38
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-12/+6
* Revert r267961, r267973:gjb2014-06-271-6/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-12/+6
* - Fix the keyfile being cleared prematurely after r259428brd2014-06-061-1/+1
* Clear content of keyfiles loaded by the loader after processing them.pjd2013-12-151-0/+1
* Add missing line breaks.ae2013-11-111-2/+2
* Make ELI destruction (including orphanization) less aggressive, making itmav2013-09-021-10/+12
* Use correct part of the Master-Key for generating encryption keys.pjd2012-07-041-0/+2
* replace uses of libkern gets with cngetsavg2011-12-171-1/+2
* Before this change when GELI detected hardware crypto acceleration it willpjd2011-10-271-12/+4
* Add support for creating GELI devices with older metadata version for usepjd2011-10-251-0/+2
* Prefer G_ELI_VERSION_* defines for version numbers over plain digits.pjd2011-10-251-3/+5
* Fit lines into 80 chars.pjd2011-10-251-4/+6
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* MFCattilio2011-05-081-1/+14
|\
| * Export GELI class version via sysctl kern.geom.eli.version.pjd2011-05-081-0/+3
| * When support for multiple encryption keys was committed, GELI integrity modepjd2011-05-081-1/+11
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+1
|/
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.ae2011-05-041-2/+0
* Instead of allocating memory for all the keys at device attach,pjd2011-04-211-41/+10
* In g_eli_read_done() and g_eli_write_done(), for a bio withtrociny2011-04-031-2/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+1
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-13/+12
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-2/+2
* Add State tag, so 'geli status' will report active/suspended status, eg:pjd2010-10-221-0/+2
* Encryption keys array might be NULL if device is suspended. Check for this, sopjd2010-10-221-3/+6
* Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate()pjd2010-10-221-24/+0
* Free opencrypto sessions on suspend, as they also might keep encryption keys.pjd2010-10-211-35/+80
* Fix a bug introduced in r213067 where we use authentication key beforepjd2010-10-211-9/+10
* Bring in geli suspend/resume functionality (finally).pjd2010-10-201-26/+100
* - Add missing comments.pjd2010-10-201-2/+4
* Change g_eli_debug to int, so one can turn off any GELI output by settingpjd2010-09-251-2/+2
* Update copyright years.pjd2010-09-231-1/+1
* Add support for AES-XTS. This will be the default now.pjd2010-09-231-9/+31
* Implement switching of data encryption key every 2^20 blocks.pjd2010-09-231-24/+67
* Define default overwrite count, so that userland can use it.pjd2010-09-231-1/+1
* Correct offset conversion to little endian. It was implemented in version 2,pjd2010-08-281-3/+5
* Use lower priority for GELI worker threads. This improves systempjd2010-04-151-3/+2
OpenPOWER on IntegriCloud