Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ecryptfs / crypto.c
2010-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Tyler HickseCryptfs: Strip metadata in xattr flag in encrypted...
2010-03-23 Tyler HickseCryptfs: Clear buffer before reading in metadata xattr
2010-03-23 Tyler HickseCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_a...
2010-03-23 Tyler HickseCryptfs: Fix metadata in xattr feature regression
2010-01-20 Dan Carpenterecryptfs: use after free
2009-09-23 Tyler HickseCryptfs: Propagate vfs_read and vfs_write return codes
2009-09-23 Tyler HickseCryptfs: Filename encryption only supports password...
2009-09-23 Tyler HickseCryptfs: Handle unrecognized tag 3 cipher codes
2009-09-23 Dave Hansenecryptfs: improved dependency checking and reporting
2009-09-23 Roland DreiereCryptfs: Fix lockdep-reported AB-BA mutex issue
2009-09-23 Roland Dreierecryptfs: Remove unneeded locking that triggers lockdep...
2009-04-22 Tyler HickseCryptfs: Fix data corruption when using ecryptfs_passt...
2009-03-22 Tyler HickseCryptfs: NULL crypt_stat dereference during lookup
2009-03-22 Tyler HickseCryptfs: Allocate a variable number of pages for file...
2009-03-14 Tyler HickseCryptfs: don't encrypt file key with filename key
2009-02-07 Tyler HickseCryptfs: Regression in unencrypted filename symlinks
2009-01-06 Michael HalcroweCryptfs: Clean up ecryptfs_decode_from_filename()
2009-01-06 Michael HalcroweCryptfs: Fix data types (int/size_t)
2009-01-06 Michael HalcroweCryptfs: Replace %Z with %z
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: filldir, lookup, and...
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Encoding and encryption...
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Header updates
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Tag 70 packets
2008-10-30 Eric Sandeenecryptfs: fix memory corruption when storing crypto...
2008-07-28 Eric SandeeneCryptfs: use page_alloc not kmalloc to get a page...
2008-07-24 Harvey Harrisonecryptfs: crypto.c use unaligned byteorder helpers
2008-05-24 Cyrill Gorcunovecryptfs: fix missed mutex_unlock
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
2008-04-29 Adrian Bunkremove ecryptfs_header_cache_0
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