aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-221-19/+2
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-221-4/+6
* eCryptfs: Allocate a variable number of pages for file headersTyler Hicks2009-03-221-13/+26
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-141-0/+2
* eCryptfs: Regression in unencrypted filename symlinksTyler Hicks2009-02-061-2/+2
* eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow2009-01-061-27/+24
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-061-2/+2
* eCryptfs: Replace %Z with %zMichael Halcrow2009-01-061-4/+4
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-061-94/+13
* eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow2009-01-061-0/+433
* eCryptfs: Filename Encryption: Header updatesMichael Halcrow2009-01-061-2/+2
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-061-5/+6
* ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen2008-10-301-7/+8
* eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-281-12/+18
* ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison2008-07-241-23/+14
* ecryptfs: fix missed mutex_unlockCyrill Gorcunov2008-05-241-1/+1
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-291-16/+16
* remove ecryptfs_header_cache_0Adrian Bunk2008-04-291-1/+0
* ecryptfs: check for existing key_tfm at mount timeEric Sandeen2008-02-061-14/+53
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-061-4/+4
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-061-3/+4
* eCryptfs: set inode key only once per crypto operationTrevor Highland2008-02-061-2/+5
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-061-63/+35
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-061-4/+4
* ecryptfs: fix unlocking in error pathsEric Sandeen2007-12-231-4/+4
* ecryptfs: fix string overflow on long cipher namesEric Sandeen2007-12-231-0/+1
* eCryptfs: release mutex on hash error pathMichael Halcrow2007-11-051-4/+22
* eCryptfs: increment extent_offset once per loop interationMichael Halcrow2007-11-051-2/+0
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-0/+2
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-16/+7
* Update fs/ to use sg helpersJens Axboe2007-10-221-5/+11
* ecryptfs: clean up page flag handlingMichael Halcrow2007-10-161-8/+4
* eCryptfs: replace magic numbersMichael Halcrow2007-10-161-3/+3
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-161-150/+0
* eCryptfs: fix data typesMichael Halcrow2007-10-161-10/+11
* eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow2007-10-161-1/+1
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-161-68/+59
* eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow2007-10-161-192/+235
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-7/+10
* eCryptfs: remove header_extent_sizeMichael Halcrow2007-10-161-20/+20
* eCryptfs: make needlessly global symbols staticMichael Halcrow2007-10-161-4/+4
* eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2007-10-161-17/+52
* eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow2007-10-161-4/+4
* eCryptfs: collapse flag set into one statementMichael Halcrow2007-10-161-2/+1
* eCryptfs: remove unnecessary BUG_ONMichael Halcrow2007-10-161-3/+0
* eCryptfs: update comment and debug statementMichael Halcrow2007-10-161-2/+0
* eCryptfs: add key list structure; search keyringMichael Halcrow2007-10-161-34/+174
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-22/+15
* [PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow2007-02-121-4/+4
* [PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow2007-02-121-5/+22