aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)Author
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06don't opencode iget_failed()Al Viro
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