| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add 'configure' subcommand which for now only allows setting and removing | pjd | 2006-09-16 | 2 | -3/+116 |
* | Remove extra arguments. | pjd | 2006-09-16 | 1 | -2/+1 |
* | Before using byte offset for IV creation, covert it to little endian. | pjd | 2006-08-11 | 2 | -11/+21 |
* | Forgot to bump version number after G_ELI_FLAG_READONLY flag addition. | pjd | 2006-08-11 | 1 | -3/+5 |
* | Allow geli to operate on read-only providers. | pjd | 2006-08-09 | 3 | -24/+67 |
* | Fix what looks like a typo: MODULE_DEPEND() takes module names, | yar | 2006-07-27 | 1 | -1/+1 |
* | Don't forget to initialize crp_olen field, which is used to calculate | pjd | 2006-07-22 | 1 | -0/+1 |
* | Allow to use the old -a option to specify an encryption algorithm to use | pjd | 2006-06-06 | 1 | -13/+31 |
* | - Unbreak the build when geli is compiled into the kernel (on as module), | pjd | 2006-06-06 | 1 | -2/+2 |
* | Implement data integrity verification (data authentication) for geli(8). | pjd | 2006-06-05 | 6 | -275/+1101 |
* | Make kern.geom.eli.overwrites sysctl a tunable as well. | pjd | 2006-06-05 | 1 | -0/+1 |
* | geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag | pjd | 2006-04-20 | 2 | -3/+2 |
* | Correct debug: we are sending child bio here, not parent bio. | pjd | 2006-04-15 | 1 | -2/+2 |
* | Pass BIO_GETATTR requests down. | pjd | 2006-04-12 | 1 | -5/+14 |
* | Typos. | pjd | 2006-04-05 | 1 | -1/+1 |
* | Revert previous change, as I fixed MD5(9). | pjd | 2006-03-30 | 1 | -6/+2 |
* | md_hash field in g_eli_metadata structure is not 4 byte aligned, which | pjd | 2006-03-30 | 1 | -2/+6 |
* | Teach geli how to load keyfiles before root file system is mounted. | pjd | 2006-02-11 | 1 | -19/+106 |
* | Check rootvnode variable to see if we still want to ask for passphrase on | pjd | 2006-02-11 | 1 | -28/+2 |
* | Clean up some sysctl descriptions, debug messages etc. | brueffer | 2006-02-07 | 1 | -7/+7 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 7 | -10/+10 |
* | - Use better types. | pjd | 2006-01-17 | 1 | -6/+6 |
* | Check return value. | pjd | 2006-01-17 | 1 | -0/+4 |
* | Remove dead code. | pjd | 2006-01-17 | 1 | -2/+0 |
* | Remove unused value. | pjd | 2006-01-17 | 1 | -2/+1 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Fix copy&paste typo. | pjd | 2005-09-10 | 1 | -1/+1 |
* | Don't forget to initialize crp_etype field. | pjd | 2005-09-10 | 1 | -0/+1 |
* | By default, when doing crypto work in software, start as many threads | pjd | 2005-08-21 | 1 | -5/+10 |
* | Remove stale comment (we now always start worker thread). | pjd | 2005-08-21 | 1 | -5/+0 |