summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-111-17/+8
|\
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-051-1/+1
| * ecryptfs: Drop castHimangi Saraogi2014-07-031-3/+1
| * 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/+13
|/
* 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-241-11/+1
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-241-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/+1
|/
* 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-131-6/+0
| * 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/+6
* | sanitize ecryptfs_lookup()Al Viro2012-07-291-13/+4
* | don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-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/+1
* | 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-291-39/+9
* 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-031-1/+1
* kill ecryptfs_create_underlying_file()Al Viro2012-01-031-20/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-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-281-0/+1
* don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro2011-07-201-28/+5
* ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro2011-07-201-2/+0
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks2011-05-291-78/+63
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-20/+22
* eCryptfs: Cleanup inode initialization codeTyler Hicks2011-05-291-65/+69
* eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-291-15/+89
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-281-5/+0
|\