aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] eCryptfs: Encrypted passthroughMichael Halcrow2007-02-121-4/+11
* [PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow2007-02-121-56/+178
* [PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow2007-02-121-0/+20
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+2
* [CRYPTO] api: Remove deprecated interfaceHerbert Xu2007-02-071-3/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_USERChristoph Lameter2006-12-071-2/+2
* [PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkAkinobu Mita2006-11-281-1/+2
* [PATCH] eCryptfs: Fix pointer derefMichael Halcrow2006-11-031-1/+1
* [PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow2006-10-311-12/+12
* [PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow2006-10-311-21/+71
* [PATCH] eCryptfs: Hash code to new crypto APIMichael Halcrow2006-10-311-15/+21
* [PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow2006-10-311-54/+12
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-041-0/+1659