summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detach GELI providers on shutdown/reboot, which will allow providers underneathpjd2009-03-161-1/+55
* Backout this commit whil a better solution is developedguido2009-03-131-1/+0
* When attaching a geli on boot make sure that it is detachedguido2009-03-101-0/+1
* Style(9).pjd2008-08-121-3/+4
* Clear passphrase buffer after use.pjd2008-07-201-0/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Use root_mounted().pjd2007-04-081-1/+1
* Overhaul driver/subsystem api's:sam2007-03-211-2/+4
* Fix geli after last commit for UP systems that are running SMP kernel.pjd2007-03-021-1/+2
* It is possible that GEOM taste provider before SMP is started.pjd2007-01-281-0/+7
* I want CPU number here.pjd2006-11-021-1/+1
* Skip disabled CPU, because after we sched_bind() to a disabled CPU,pjd2006-11-011-1/+16
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-311-0/+2
* Remove trailing spaces.pjd2006-09-301-1/+1
* Before using byte offset for IV creation, covert it to little endian.pjd2006-08-111-2/+8
* Allow geli to operate on read-only providers.pjd2006-08-091-6/+16
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-051-250/+121
OpenPOWER on IntegriCloud