summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu
2014-07-03ecryptfs: Drop castHimangi Saraogi
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro
2013-12-17Use %pd in eCryptFSDavid Howells
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on linkJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-07-05helper for reading ->d_countAl Viro
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro
2012-07-29sanitize ecryptfs_lookup()Al Viro
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks
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