summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-2/+1Star
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-5/+3Star
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-82/+82
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-111-17/+8Star
|\
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0Star
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-061-1/+1
| * ecryptfs: Drop castHimangi Saraogi2014-07-031-3/+1Star
| * Use %pd in eCryptFSDavid Howells2013-12-171-6/+6
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
* | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-251-16/+13Star
|/
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
* locks: break delegations on linkJ. Bruce Fields2013-11-091-1/+1
* locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+2
* locks: break delegations on unlinkJ. Bruce Fields2013-11-091-2/+2
* new helper: kfree_put_link()Al Viro2013-10-251-11/+1Star
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-251-2/+2
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-291-1/+1
* Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-071-4/+4
|\
| * eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks2013-01-171-4/+4
* | switch vfs_getattr() to struct pathAl Viro2013-02-261-2/+1Star
|/
* eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-09-141-0/+5
* Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-021-31/+34
|\
| * eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-141-6/+0Star
| * eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-081-2/+2
| * eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-081-23/+32
* | ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro2012-07-291-7/+6Star
* | sanitize ecryptfs_lookup()Al Viro2012-07-291-13/+4Star
* | don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-221-1/+1
* | don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* | don't pass nameidata to ->create()Al Viro2012-07-141-2/+1Star
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
|/
* get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro2012-05-301-39/+9Star
* eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks2012-02-161-0/+2
* eCryptfs: Check inode changes in setattrTyler Hicks2012-01-251-12/+36
* fs: propagate umode_t, misc bitsAl Viro2012-01-041-1/+1
* kill ecryptfs_create_underlying_file()Al Viro2012-01-041-20/+1Star
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* eCryptfs: Prevent file create race conditionTyler Hicks2011-11-231-21/+31
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-6/+6
* ecryptfs: Make inode bdi consistent with superblock bdiThieu Le2011-07-291-0/+1
* don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro2011-07-201-28/+5Star
* ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro2011-07-201-2/+0Star
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2