aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05eCryptfs: release mutex on hash error pathGravatar Michael Halcrow 1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationGravatar Michael Halcrow 1-2/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsGravatar Herbert Xu 1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentGravatar Jens Axboe 1-16/+7
2007-10-22Update fs/ to use sg helpersGravatar Jens Axboe 1-5/+11
2007-10-16ecryptfs: clean up page flag handlingGravatar Michael Halcrow 1-8/+4
2007-10-16eCryptfs: replace magic numbersGravatar Michael Halcrow 1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 1-150/+0
2007-10-16eCryptfs: fix data typesGravatar Michael Halcrow 1-10/+11
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileGravatar Michael Halcrow 1-1/+1
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 1-68/+59
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 1-192/+235
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-7/+10
2007-10-16eCryptfs: remove header_extent_sizeGravatar Michael Halcrow 1-20/+20
2007-10-16eCryptfs: make needlessly global symbols staticGravatar Michael Halcrow 1-4/+4
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cGravatar Michael Halcrow 1-17/+52
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Gravatar Michael Halcrow 1-4/+4
2007-10-16eCryptfs: collapse flag set into one statementGravatar Michael Halcrow 1-2/+1
2007-10-16eCryptfs: remove unnecessary BUG_ONGravatar Michael Halcrow 1-3/+0
2007-10-16eCryptfs: update comment and debug statementGravatar Michael Halcrow 1-2/+0
2007-10-16eCryptfs: add key list structure; search keyringGravatar Michael Halcrow 1-34/+174
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-22/+15
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Gravatar Michael Halcrow 1-4/+4
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Gravatar Michael Halcrow 1-5/+22
2007-02-12[PATCH] eCryptfs: Encrypted passthroughGravatar Michael Halcrow 1-4/+11
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-56/+178
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsGravatar Michael Halcrow 1-0/+20
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+2
2007-02-07[CRYPTO] api: Remove deprecated interfaceGravatar Herbert Xu 1-3/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_USERGravatar Christoph Lameter 1-2/+2
2006-11-28[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkGravatar Akinobu Mita 1-1/+2
2006-11-03[PATCH] eCryptfs: Fix pointer derefGravatar Michael Halcrow 1-1/+1
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sGravatar Michael Halcrow 1-12/+12
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIGravatar Michael Halcrow 1-21/+71
2006-10-31[PATCH] eCryptfs: Hash code to new crypto APIGravatar Michael Halcrow 1-15/+21
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationGravatar Michael Halcrow 1-54/+12
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigGravatar Michael Halcrow 1-0/+1659