nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / ecryptfs / keystore.c
2009-09-23 Tyler HickseCryptfs: Validate global auth tok keys
2009-09-23 Tyler HickseCryptfs: Filename encryption only supports password...
2009-09-23 Tyler HickseCryptfs: Handle unrecognized tag 3 cipher codes
2009-09-23 Roland DreiereCryptfs: Fix lockdep-reported AB-BA mutex issue
2009-07-28 Ramon de Carvalho... eCryptfs: parse_tag_3_packet check tag 3 packet encrypt...
2009-07-28 Tyler HickseCryptfs: Check Tag 11 literal data buffer size
2009-04-01 Johannes Weinerecryptfs: use kzfree()
2009-03-14 Tyler HickseCryptfs: don't encrypt file key with filename key
2009-01-06 Michael HalcroweCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()
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: Tag 70 packets
2008-11-20 Michael HalcroweCryptfs: Allocate up to two scatterlists for crypto...
2008-10-16 Tyler HickseCryptfs: remove netlink transport
2008-07-24 Eric Sandeenecryptfs: propagate key errors up at mount time
2008-04-29 Michael HalcroweCryptfs: integrate eCryptfs device handle into the...
2008-02-06 Trevor HighlandeCryptfs: change the type of cipher_code from u16 to u8
2007-12-18 Eric Sandeenecryptfs: initialize new auth_tokens before teardown
2007-10-22 Jens AxboeUpdate fs/ to use sg helpers
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16 Michael HalcroweCryptfs: remove unnecessary variable initializations
2007-10-16 Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16 Andrew Mortonecryptfs: printk warning fixes
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 writing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 3 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 1 parsing code
2007-10-16 Michael HalcroweCryptfs: use list_for_each_entry_safe() when wiping...
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-02-16 Michael Halcrow[PATCH] eCryptfs: Reduce stack usage in ecryptfs_genera...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Michael Halcrow[PATCH] eCryptfs: open-code flag checking and manipulation
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key; packet management
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Cipher 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