Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
[safe/jmp/linux-2.6] / fs / ecryptfs / inode.c
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-06 Michael HalcroweCryptfs: Minor fixes to printk messages
2008-02-06 Michael HalcroweCryptfs: track header bytes rather than extents
2008-02-06 Adrian Bunkfs/ecryptfs/: possible cleanups
2008-01-09 Michael HalcroweCryptfs: fix dentry handling on create error, unlink...
2007-10-18 Jeff Laytonecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
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: set up and destroy persistent lower file
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-08-31 Andrew Mortonrevert "eCryptfs: fix lookup error for special files"
2007-08-23 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-08-11 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-07-19 Michael HalcroweCryptfs: ecryptfs_setattr() bugfix
2007-07-17 Mika KukkonenCouple fixes to fs/ecryptfs/inode.c
2007-06-28 Michael HalcroweCryptfs: initialize crypt_stat in setattr
2007-06-28 Michael HalcroweCryptfs: fix write zeros behavior
2007-03-08 Peter Zijlstra[PATCH] ecryptfs: nested locking annotation
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: check xattr operation support fix
2007-03-01 Michael Halcrow[PATCH] eCryptfs: set O_LARGEFILE when opening lower...
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 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-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-08 Josef "Jeff" Sipek[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt...
2006-12-08 Josef "Jeff" Sipek[PATCH] eCryptfs: Use fsstack's generic copy inode...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_USER
2006-11-16 Michael Halcrow[PATCH] eCryptfs: CIFS nlink fixes
2006-11-16 Michael Halcrow[PATCH] eCryptfs: dput() lower d_parent on rename
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Fix handling of lower d_count
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Consolidate lower dentry_open's
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig