aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAge
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-11
|\
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-06
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-06
| * ecryptfs: Drop castHimangi Saraogi2014-07-03
| * Use %pd in eCryptFSDavid Howells2013-12-17
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-01
* | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-25
|/
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-09
* locks: break delegations on linkJ. Bruce Fields2013-11-09
* locks: break delegations on renameJ. Bruce Fields2013-11-09
* locks: break delegations on unlinkJ. Bruce Fields2013-11-09
* new helper: kfree_put_link()Al Viro2013-10-24
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-24
* helper for reading ->d_countAl Viro2013-07-05
* ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-29
* Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-07
|\
| * eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks2013-01-17
* | switch vfs_getattr() to struct pathAl Viro2013-02-26
|/
* eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-09-14
* Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-02
|\
| * eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-13
| * eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-08
| * eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-08
* | ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro2012-07-29
* | sanitize ecryptfs_lookup()Al Viro2012-07-29
* | don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-22
* | don't pass nameidata * to vfs_create()Al Viro2012-07-14
* | don't pass nameidata to ->create()Al Viro2012-07-14
* | stop passing nameidata to ->lookup()Al Viro2012-07-14
|/
* get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro2012-05-29
* eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks2012-02-16
* eCryptfs: Check inode changes in setattrTyler Hicks2012-01-25
* fs: propagate umode_t, misc bitsAl Viro2012-01-03
* kill ecryptfs_create_underlying_file()Al Viro2012-01-03
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* eCryptfs: Prevent file create race conditionTyler Hicks2011-11-23
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* ecryptfs: Make inode bdi consistent with superblock bdiThieu Le2011-07-29
* don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro2011-07-20
* ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks2011-05-29
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-29
* eCryptfs: Cleanup inode initialization codeTyler Hicks2011-05-29
* eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-29