aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks1-7/+24
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds1-14/+80
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+14
2010-08-09ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo1-12/+77
2010-08-09ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro1-40/+8
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds1-62/+67
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks1-6/+6
2010-04-19eCryptfs: Copy lower directory inode times and size on linkTyler Hicks1-2/+2
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher1-4/+4
2010-04-19eCryptfs: Decrypt symlink target for stat sizeTyler Hicks1-48/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-1/+1
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-1/+1
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok1-1/+12
2010-01-19eCryptfs: Add getattr functionTyler Hicks1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi1-12/+12
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok1-3/+3
2009-09-23eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks1-0/+2
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-2/+7
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks1-20/+12
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-127/+167
2009-01-05inode->i_op is never NULLAl Viro1-2/+1
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin1-1/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-15/+2
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow1-4/+23
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow1-2/+4
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison1-2/+2
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi1-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-12/+12
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow1-3/+3
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-5/+3