aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen1-4/+4
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen1-0/+1
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow1-2/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-16/+7
2007-10-22Update fs/ to use sg helpersJens Axboe1-5/+11
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow1-8/+4
2007-10-16eCryptfs: replace magic numbersMichael Halcrow1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-150/+0
2007-10-16eCryptfs: fix data typesMichael Halcrow1-10/+11
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow1-1/+1
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow1-68/+59
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow1-192/+235
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-7/+10
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow1-20/+20
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow1-4/+4
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow1-17/+52
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow1-4/+4
2007-10-16eCryptfs: collapse flag set into one statementMichael Halcrow1-2/+1
2007-10-16eCryptfs: remove unnecessary BUG_ONMichael Halcrow1-3/+0
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow1-2/+0
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-34/+174
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-22/+15
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow1-4/+4
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow1-5/+22
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow1-4/+11
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-56/+178
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow1-0/+20
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+2
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu1-3/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter1-2/+2
2006-11-28[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkAkinobu Mita1-1/+2
2006-11-03[PATCH] eCryptfs: Fix pointer derefMichael Halcrow1-1/+1
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow1-12/+12
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow1-21/+71
2006-10-31[PATCH] eCryptfs: Hash code to new crypto APIMichael Halcrow1-15/+21
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow1-54/+12
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+1659