summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli
Commit message (Expand)AuthorAgeFilesLines
* 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
* On some arches, openssl is built with OPENSSL_NO_CAMELLIA, so thejb2007-11-191-0/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Add support for Camellia encryption algorithm.pjd2007-09-012-1/+21
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* When deleting key, flush write cache after each overwrite, so we don'tpjd2007-05-061-0/+5
* Use root_mounted().pjd2007-04-081-1/+1
* Overhaul driver/subsystem api's:sam2007-03-212-3/+5
* Warn when user use sectorsize bigger than the page size, which will leadpjd2007-03-051-0/+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-302-2/+2
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-162-3/+116
* Remove extra arguments.pjd2006-09-161-2/+1
* Before using byte offset for IV creation, covert it to little endian.pjd2006-08-112-11/+21
* Forgot to bump version number after G_ELI_FLAG_READONLY flag addition.pjd2006-08-111-3/+5
* Allow geli to operate on read-only providers.pjd2006-08-093-24/+67
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Don't forget to initialize crp_olen field, which is used to calculatepjd2006-07-221-0/+1
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-13/+31
* - Unbreak the build when geli is compiled into the kernel (on as module),pjd2006-06-061-2/+2
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-056-275/+1101
* Make kern.geom.eli.overwrites sysctl a tunable as well.pjd2006-06-051-0/+1
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagpjd2006-04-202-3/+2
* Correct debug: we are sending child bio here, not parent bio.pjd2006-04-151-2/+2
* Pass BIO_GETATTR requests down.pjd2006-04-121-5/+14
* Typos.pjd2006-04-051-1/+1
* Revert previous change, as I fixed MD5(9).pjd2006-03-301-6/+2
* md_hash field in g_eli_metadata structure is not 4 byte aligned, whichpjd2006-03-301-2/+6
* Teach geli how to load keyfiles before root file system is mounted.pjd2006-02-111-19/+106
* Check rootvnode variable to see if we still want to ask for passphrase onpjd2006-02-111-28/+2
* Clean up some sysctl descriptions, debug messages etc.brueffer2006-02-071-7/+7
* Remove trailing spaces.pjd2006-02-017-10/+10
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Remove dead code.pjd2006-01-171-2/+0
* Remove unused value.pjd2006-01-171-2/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).pjd2005-08-211-5/+0
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
OpenPOWER on IntegriCloud