summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2011-03-02eCryptfs: Copy up lower inode attrs in getattrTyler Hicks
2010-12-09eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks
2010-08-13ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo
2010-04-26ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher
2010-04-26eCryptfs: Decrypt symlink target for stat sizeTyler Hicks
2010-02-23eCryptfs: Add getattr functionTyler Hicks
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
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow
2007-07-17Couple fixes to fs/ecryptfs/inode.cMika Kukkonen
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow
2007-03-08[PATCH] ecryptfs: nested locking annotationPeter Zijlstra
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow