proc: less LOCK operations during lookup
[safe/jmp/linux-2.6] / fs / ecryptfs / crypto.c
2008-02-06 Eric Sandeenecryptfs: check for existing key_tfm at mount time
2008-02-06 Trevor HighlandeCryptfs: change the type of cipher_code from u16 to u8
2008-02-06 Michael HalcroweCryptfs: Minor fixes to printk messages
2008-02-06 Trevor HighlandeCryptfs: set inode key only once per crypto operation
2008-02-06 Michael HalcroweCryptfs: track header bytes rather than extents
2008-02-06 Adrian Bunkfs/ecryptfs/: possible cleanups
2007-12-23 Eric Sandeenecryptfs: fix unlocking in error paths
2007-12-23 Eric Sandeenecryptfs: fix string overflow on long cipher names
2007-11-05 Michael HalcroweCryptfs: release mutex on hash error path
2007-11-05 Michael HalcroweCryptfs: increment extent_offset once per loop interation
2007-10-27 Herbert Xu[CRYPTO] users: Fix up scatterlist conversion errors
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-22 Jens AxboeUpdate fs/ to use sg helpers
2007-10-16 Michael Halcrowecryptfs: clean up page flag handling
2007-10-16 Michael HalcroweCryptfs: replace magic numbers
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: fix data types
2007-10-16 Michael HalcroweCryptfs: make open, truncate, and setattr use persiste...
2007-10-16 Michael HalcroweCryptfs: update metadata read/write functions
2007-10-16 Michael HalcroweCryptfs: replace encrypt, decrypt, and inode size...
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: remove header_extent_size
2007-10-16 Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16 Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16 Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16 Michael HalcroweCryptfs: collapse flag set into one statement
2007-10-16 Michael HalcroweCryptfs: remove unnecessary BUG_ON
2007-10-16 Michael HalcroweCryptfs: update comment and debug statement
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-02-12 Michael Halcrow[PATCH] eCryptfs: open-code flag checking and manipulation
2007-02-12 Michael Halcrow[PATCH] eCryptfs: convert kmap() to kmap_atomic()
2007-02-12 Michael Halcrow[PATCH] eCryptfs: convert f_op->write() to vfs_write()
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Encrypted passthrough
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Generalize metadata read/write
2007-02-12 Michael Halcrow[PATCH] eCryptfs: xattr flags and mount options
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-06 Herbert Xu[CRYPTO] api: Remove deprecated interface
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_USER
2006-11-29 Akinobu Mita[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error...
2006-11-03 Michael Halcrow[PATCH] eCryptfs: Fix pointer deref
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Consolidate lower dentry_open's
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Cipher code to new crypto API
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Hash code to new crypto API
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Clean up crypto initialization
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig