Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ecryptfs / inode.c
2010-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-19 Tyler HickseCryptfs: Turn lower lookup error messages into debug...
2010-04-19 Tyler HickseCryptfs: Copy lower directory inode times and size...
2010-04-19 Christian Pulvermacherecryptfs: fix error code for missing xattrs in lower fs
2010-04-19 Tyler HickseCryptfs: Decrypt symlink target for stat size
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
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 Erez Zadokecryptfs: pass matching flags to interpose as defined...
2010-01-20 Erez Zadokecryptfs: remove unnecessary d_drop calls in ecryptfs_link
2010-01-20 Erez Zadokecryptfs: don't ignore return value from lock_rename
2010-01-20 Tyler HickseCryptfs: Add getattr function
2010-01-20 Tyler HickseCryptfs: Use notify_change for truncating lower inodes
2010-01-14 OGAWA Hirofumiecryptfs: Fix refcnt leak on ecryptfs_follow_link(...
2009-12-17 Erez Zadokfsstack/ecryptfs: remove unused get_nlinks param to...
2009-09-23 Tyler HickseCryptfs: Prevent lower dentry from going negative...
2009-04-27 Tyler HickseCryptfs: Fix min function comparison warning
2009-04-27 Randy Dunlapecryptfs: fix printk format warning
2009-04-22 Tyler HickseCryptfs: Larger buffer for encrypted symlink targets
2009-04-22 Tyler HickseCryptfs: Lock lower directory inode mutex during lookup
2009-04-22 Tyler HickseCryptfs: Fix data corruption when using ecryptfs_passt...
2009-03-22 Tyler HickseCryptfs: NULL crypt_stat dereference during lookup
2009-01-06 Qinghuang Fengfs/ecryptfs/inode.c: cleanup kerneldoc
2009-01-06 Michael HalcroweCryptfs: Fix data types (int/size_t)
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: filldir, lookup, and...
2009-01-05 Al Viroinode->i_op is never NULL
2008-12-31 Duane GriffineCryptfs: check readlink result was not an error before...
2008-07-27 Al Viro[PATCH] kill nameidata passing to permission(), rename...
2008-07-27 Miklos Szeredi[patch 5/5] vfs: remove mode parameter from vfs_symlink()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
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 Harvey Harrisonecryptfs: inode.c mmap.c use unaligned byteorder helpers
2008-05-13 Miklos Szerediecryptfs: clean up (un)lock_parent
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-29 Miklos Szerediecryptfs: add missing lock around notify_change
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
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