aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-03ecryptfs: Drop castHimangi Saraogi1-3/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2013-12-17Use %pd in eCryptFSDavid Howells1-6/+6
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-2/+2
2013-10-24new helper: kfree_put_link()Al Viro1-11/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro1-2/+2
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro1-1/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-4/+4
2013-02-26switch vfs_getattr() to struct pathAl Viro1-2/+1
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks1-4/+4
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-31/+34
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro1-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro1-13/+4
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks1-6/+0
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks1-2/+2
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks1-21/+31
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-6/+6
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks1-78/+63
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-20/+22
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks1-65/+69
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks1-15/+89
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-5/+0
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds1-0/+2
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks1-0/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2