summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu
2011-01-12sanitize ecryptfs ->mount()Al Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo
2010-08-09ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks
2010-04-19eCryptfs: Copy lower directory inode times and size on linkTyler Hicks
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher
2010-04-19eCryptfs: Decrypt symlink target for stat sizeTyler Hicks
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok
2010-01-19eCryptfs: Add getattr functionTyler Hicks
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok
2009-09-23eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks
2009-04-27ecryptfs: fix printk format warningRandy Dunlap
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow
2009-01-05inode->i_op is never NULLAl Viro
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi