| Commit message (Expand) | Author | Age | Files | Lines |
* | Removal of Giant droping wrappers for GEOM classes. | kib | 2016-05-20 | 1 | -2/+0 |
* | Add support for managing Shingled Magnetic Recording (SMR) drives. | ken | 2016-05-19 | 1 | -0/+2 |
* | Add an EARLY_AP_STARTUP option to start APs earlier during boot. | jhb | 2016-05-14 | 1 | -1/+3 |
* | Create the GELIBOOT GEOM_ELI flag | allanjude | 2016-04-08 | 1 | -0/+1 |
* | Make additional parts of sys/geom/eli more usable in userspace | allanjude | 2016-01-07 | 1 | -82/+1 |
* | Fix g_eli error loss conditions | smh | 2015-11-05 | 1 | -9/+9 |
* | Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when | pjd | 2015-08-08 | 1 | -3/+10 |
* | Spoil even can happen for some time now even on providers opened exclusively | pjd | 2015-07-10 | 1 | -3/+3 |
* | Properly propagate errors in metadata reading. | pjd | 2015-07-02 | 1 | -1/+4 |
* | Allow to omit keyfile number for the first keyfile. | pjd | 2015-07-02 | 1 | -0/+7 |
* | Populate the GELI passphrase cache with the kern.geom.eli.passphrase | cperciva | 2014-10-22 | 1 | -0/+19 |
* | Cache GELI passphrases entered at the console during the boot process, | cperciva | 2014-09-16 | 1 | -7/+38 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -12/+6 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -6/+12 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -12/+6 |
* | - Fix the keyfile being cleared prematurely after r259428 | brd | 2014-06-06 | 1 | -1/+1 |
* | Clear content of keyfiles loaded by the loader after processing them. | pjd | 2013-12-15 | 1 | -0/+1 |
* | Add missing line breaks. | ae | 2013-11-11 | 1 | -2/+2 |
* | Make ELI destruction (including orphanization) less aggressive, making it | mav | 2013-09-02 | 1 | -10/+12 |
* | Use correct part of the Master-Key for generating encryption keys. | pjd | 2012-07-04 | 1 | -0/+2 |
* | replace uses of libkern gets with cngets | avg | 2011-12-17 | 1 | -1/+2 |
* | Before this change when GELI detected hardware crypto acceleration it will | pjd | 2011-10-27 | 1 | -12/+4 |
* | Add support for creating GELI devices with older metadata version for use | pjd | 2011-10-25 | 1 | -0/+2 |
* | Prefer G_ELI_VERSION_* defines for version numbers over plain digits. | pjd | 2011-10-25 | 1 | -3/+5 |
* | Fit lines into 80 chars. | pjd | 2011-10-25 | 1 | -4/+6 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | MFC | attilio | 2011-05-08 | 1 | -1/+14 |
|\ |
|
| * | Export GELI class version via sysctl kern.geom.eli.version. | pjd | 2011-05-08 | 1 | -0/+3 |
| * | When support for multiple encryption keys was committed, GELI integrity mode | pjd | 2011-05-08 | 1 | -1/+11 |
* | | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -1/+1 |
|/ |
|
* | Remove "for a moment" assignment. struct g_geom zeroed when allocated. | ae | 2011-05-04 | 1 | -2/+0 |
* | Instead of allocating memory for all the keys at device attach, | pjd | 2011-04-21 | 1 | -41/+10 |
* | In g_eli_read_done() and g_eli_write_done(), for a bio with | trociny | 2011-04-03 | 1 | -2/+2 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-13 | 1 | -13/+12 |
* | Add support for asterisk characters when filling in the GELI password | ed | 2010-11-14 | 1 | -2/+2 |
* | Add State tag, so 'geli status' will report active/suspended status, eg: | pjd | 2010-10-22 | 1 | -0/+2 |
* | Encryption keys array might be NULL if device is suspended. Check for this, so | pjd | 2010-10-22 | 1 | -3/+6 |
* | Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() | pjd | 2010-10-22 | 1 | -24/+0 |
* | Free opencrypto sessions on suspend, as they also might keep encryption keys. | pjd | 2010-10-21 | 1 | -35/+80 |
* | Fix a bug introduced in r213067 where we use authentication key before | pjd | 2010-10-21 | 1 | -9/+10 |
* | Bring in geli suspend/resume functionality (finally). | pjd | 2010-10-20 | 1 | -26/+100 |
* | - Add missing comments. | pjd | 2010-10-20 | 1 | -2/+4 |
* | Change g_eli_debug to int, so one can turn off any GELI output by setting | pjd | 2010-09-25 | 1 | -2/+2 |
* | Update copyright years. | pjd | 2010-09-23 | 1 | -1/+1 |
* | Add support for AES-XTS. This will be the default now. | pjd | 2010-09-23 | 1 | -9/+31 |
* | Implement switching of data encryption key every 2^20 blocks. | pjd | 2010-09-23 | 1 | -24/+67 |
* | Define default overwrite count, so that userland can use it. | pjd | 2010-09-23 | 1 | -1/+1 |
* | Correct offset conversion to little endian. It was implemented in version 2, | pjd | 2010-08-28 | 1 | -3/+5 |
* | Use lower priority for GELI worker threads. This improves system | pjd | 2010-04-15 | 1 | -3/+2 |