aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/eli/g_eli.c
Commit message (Expand)AuthorAgeFilesLines
...
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Use root_mounted().Pawel Jakub Dawidek2007-04-081-1/+1
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-2/+4
* Fix geli after last commit for UP systems that are running SMP kernel.Pawel Jakub Dawidek2007-03-021-1/+2
* It is possible that GEOM taste provider before SMP is started.Pawel Jakub Dawidek2007-01-281-0/+7
* I want CPU number here.Pawel Jakub Dawidek2006-11-021-1/+1
* Skip disabled CPU, because after we sched_bind() to a disabled CPU,Pawel Jakub Dawidek2006-11-011-1/+16
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-311-0/+2
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-301-1/+1
* Before using byte offset for IV creation, covert it to little endian.Pawel Jakub Dawidek2006-08-111-2/+8
* Allow geli to operate on read-only providers.Pawel Jakub Dawidek2006-08-091-6/+16
* Fix what looks like a typo: MODULE_DEPEND() takes module names,Yaroslav Tykhiy2006-07-271-1/+1
* Implement data integrity verification (data authentication) for geli(8).Pawel Jakub Dawidek2006-06-051-250/+121
* Make kern.geom.eli.overwrites sysctl a tunable as well.Pawel Jakub Dawidek2006-06-051-0/+1
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagPawel Jakub Dawidek2006-04-201-2/+1
* Correct debug: we are sending child bio here, not parent bio.Pawel Jakub Dawidek2006-04-151-2/+2
* Pass BIO_GETATTR requests down.Pawel Jakub Dawidek2006-04-121-5/+14
* Typos.Pawel Jakub Dawidek2006-04-051-1/+1
* Teach geli how to load keyfiles before root file system is mounted.Pawel Jakub Dawidek2006-02-111-19/+106
* Check rootvnode variable to see if we still want to ask for passphrase onPawel Jakub Dawidek2006-02-111-28/+2
* Clean up some sysctl descriptions, debug messages etc.Christian Brueffer2006-02-071-7/+7
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-4/+4
* Remove dead code.Pawel Jakub Dawidek2006-01-171-2/+0
* Remove unused value.Pawel Jakub Dawidek2006-01-171-2/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Fix copy&paste typo.Pawel Jakub Dawidek2005-09-101-1/+1
* Don't forget to initialize crp_etype field.Pawel Jakub Dawidek2005-09-101-0/+1
* By default, when doing crypto work in software, start as many threadsPawel Jakub Dawidek2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).Pawel Jakub Dawidek2005-08-211-5/+0
* Always run dedicated kernel thread (even when we have hardware support).Pawel Jakub Dawidek2005-08-171-114/+37
* We should now return 0.Pawel Jakub Dawidek2005-08-171-1/+1
* Even if crypto_dispatch() return an error, request is not canceled andPawel Jakub Dawidek2005-08-171-12/+2
* We don't need to clear allocated memory. This will speed-up things a bit.Pawel Jakub Dawidek2005-08-171-1/+1
* Because code paths for I/O requests are quite complex, add comments abovePawel Jakub Dawidek2005-08-131-0/+12
* GELI doesn't need cryptodev.Pawel Jakub Dawidek2005-08-111-1/+0
* MFp4: Export more informations about encrypted providers.Pawel Jakub Dawidek2005-07-271-0/+32
* Reduce default debug level to 0.Pawel Jakub Dawidek2005-07-271-1/+1
* Add GEOM_ELI class which provides GEOM providers encryption.Pawel Jakub Dawidek2005-07-271-0/+1138