| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | One key is expected from providers smaller than or equal to (2^20)*sectorsize | pjd | 2011-04-24 | 1 | -6/+0 |
* | If number of keys for the given provider doesn't exceed the limit, | pjd | 2011-04-21 | 1 | -0/+20 |
* | Instead of allocating memory for all the keys at device attach, | pjd | 2011-04-21 | 7 | -138/+386 |
* | 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 |
* | - Improve error messages, so instead of 'Not fully done', the user will get | pjd | 2010-10-22 | 1 | -17/+21 |
* | Close a race between checking if device is already suspended and suspending it. | pjd | 2010-10-22 | 1 | -9/+9 |
* | 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 | 3 | -42/+27 |
* | Free opencrypto sessions on suspend, as they also might keep encryption keys. | pjd | 2010-10-21 | 2 | -35/+81 |
* | 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 | 5 | -35/+379 |
* | - Add missing comments. | pjd | 2010-10-20 | 3 | -2/+14 |
* | Change g_eli_debug to int, so one can turn off any GELI output by setting | pjd | 2010-09-25 | 2 | -3/+3 |
* | Ignore errors from BIO_FLUSH. It might confuse users that provider wasn't | pjd | 2010-09-25 | 1 | -8/+6 |
* | Update copyright years. | pjd | 2010-09-23 | 7 | -7/+7 |
* | Add support for AES-XTS. This will be the default now. | pjd | 2010-09-23 | 5 | -10/+73 |
* | Implement switching of data encryption key every 2^20 blocks. | pjd | 2010-09-23 | 5 | -55/+171 |
* | Make the code similar to the code in g_eli_integrity.c. | pjd | 2010-09-23 | 1 | -3/+4 |
* | Define default overwrite count, so that userland can use it. | pjd | 2010-09-23 | 2 | -1/+2 |
* | When trashing metadata, flush after each write. | pjd | 2010-09-23 | 1 | -0/+7 |
* | Support attaching version 4 metadata | brian | 2010-09-19 | 1 | -2/+4 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 1 | -1/+1 |
* | Correct offset conversion to little endian. It was implemented in version 2, | pjd | 2010-08-28 | 2 | -7/+9 |
* | Use lower priority for GELI worker threads. This improves system | pjd | 2010-04-15 | 1 | -3/+2 |
* | Remove pointless assignment. | trasz | 2010-01-25 | 1 | -1/+0 |
* | Detach GELI providers on shutdown/reboot, which will allow providers underneath | pjd | 2009-03-16 | 1 | -1/+55 |
* | Backout this commit whil a better solution is developed | guido | 2009-03-13 | 1 | -1/+0 |
* | When attaching a geli on boot make sure that it is detached | guido | 2009-03-10 | 1 | -0/+1 |
* | Style(9). | pjd | 2008-08-12 | 1 | -3/+4 |
* | Clear passphrase buffer after use. | pjd | 2008-07-20 | 1 | -0/+2 |
* | On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so the | jb | 2007-11-19 | 1 | -0/+2 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Add support for Camellia encryption algorithm. | pjd | 2007-09-01 | 2 | -1/+21 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | When deleting key, flush write cache after each overwrite, so we don't | pjd | 2007-05-06 | 1 | -0/+5 |
* | Use root_mounted(). | pjd | 2007-04-08 | 1 | -1/+1 |
* | Overhaul driver/subsystem api's: | sam | 2007-03-21 | 2 | -3/+5 |
* | Warn when user use sectorsize bigger than the page size, which will lead | pjd | 2007-03-05 | 1 | -0/+4 |
* | Fix geli after last commit for UP systems that are running SMP kernel. | pjd | 2007-03-02 | 1 | -1/+2 |
* | It is possible that GEOM taste provider before SMP is started. | pjd | 2007-01-28 | 1 | -0/+7 |
* | I want CPU number here. | pjd | 2006-11-02 | 1 | -1/+1 |
* | Skip disabled CPU, because after we sched_bind() to a disabled CPU, | pjd | 2006-11-01 | 1 | -1/+16 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 1 | -0/+2 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 2 | -2/+2 |