summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03kill ecryptfs_create_underlying_file()Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks
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