eCryptfs: Handle failed metadata read in lookup
[linux-flexiantxendom0-natty.git] / fs / ecryptfs / ecryptfs_kernel.h
2011-08-29 Tim GardnereCryptfs: Handle failed metadata read in lookup
2011-02-21 Tyler HickseCryptfs: Handle NULL nameidata pointers
2011-01-17 Joe Perchesfs/ecryptfs: Add printf format/argument verification...
2011-01-17 Roberto Sassuecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to...
2010-10-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-29 Roberto Sassuecryptfs: added ecryptfs_mount_auth_tok_only mount...
2010-09-23 Joe Perchesfs/ecryptfs: Remove unnecessary casts of private_data
2010-05-21 Al Viroswitch ecryptfs_write() to struct inode *, kill on...
2010-05-21 Al Viroswitch ecryptfs_get_locked_page() to struct inode *
2010-04-22 Jens Axboeecryptfs: add bdi backing to mount session
2010-03-23 Tyler HickseCryptfs: Strip metadata in xattr flag in encrypted...
2010-03-23 Tyler HickseCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_a...
2010-03-23 Tyler HickseCryptfs: Fix metadata in xattr feature regression
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-04-22 Tyler HickseCryptfs: Remove ecryptfs_unlink_sigs warnings
2009-03-27 Al Viroconstify dentry_operations: ecryptfs
2009-03-22 Tyler HickseCryptfs: NULL crypt_stat dereference during lookup
2009-03-14 Tyler HickseCryptfs: don't encrypt file key with filename key
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: filldir, lookup, and...
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Header updates
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: Tag 70 packets
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-10-16 Tyler HickseCryptfs: remove netlink transport
2008-07-24 Michael HalcroweCryptfs: Make all persistent file opens delayed
2008-07-24 Michael HalcroweCryptfs: do not try to open device files on mknod
2008-07-24 Michael HalcroweCryptfs: Privileged kthread for lower file opens
2008-06-06 Michael HalcroweCryptfs: remove unnecessary page decrypt call
2008-04-29 Michael HalcroweCryptfs: make key module subsystem respect namespaces
2008-04-29 Michael HalcroweCryptfs: integrate eCryptfs device handle into the...
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
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 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-10-16 Michael Halcrowecryptfs: clean up page flag handling
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
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: read_write.c routines
2007-10-16 Michael HalcroweCryptfs: remove header_extent_size
2007-10-16 Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16 Michael HalcroweCryptfs: comments for some structs
2007-10-16 Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-06-28 Michael HalcroweCryptfs: fix write zeros behavior
2007-02-16 Michael Halcrow[PATCH] eCryptfs: Reduce stack usage in ecryptfs_genera...
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
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: 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-12 Michael Halcrow[PATCH] eCryptfs: Public key; packet management
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key transport mechanism
2007-02-06 Herbert Xu[CRYPTO] api: Remove deprecated interface
2006-12-08 Josef "Jeff" Sipek[PATCH] struct path: make eCryptfs a user of struct...
2006-12-08 Josef "Jeff" Sipek[PATCH] eCryptfs: Use fsstack's generic copy inode...
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