aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticGravatar YueHaibing 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Gravatar Al Viro 1-3/+8
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-2/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGravatar Guenter Roeck 1-2/+1
2017-11-06ecryptfs: remove unnecessary i_version bumpGravatar Jeff Layton 1-1/+0
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationGravatar Markus Elfring 1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-5/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-09ecryptfs: use vfs_get_link()Gravatar Miklos Szeredi 1-17/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-22/+45
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-10/+8
2016-10-06ecryptfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-14/+48
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-3/+4
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+12
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+5
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-11/+12
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextGravatar Herbert Xu 1-2/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-11/+12
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameGravatar Al Viro 1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesGravatar Al Viro 1-20/+20
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+3
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentGravatar Al Viro 1-2/+1
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Gravatar Al Viro 1-6/+2
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-1/+0
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-16/+16
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+9
2015-12-06don't opencode iget_failed()Gravatar Al Viro 1-3/+1
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-05-15get rid of assorted nameidata-related debrisGravatar Al Viro 1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-5/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-82/+82
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-17/+8
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Gravatar Alexey Khoroshilov 1-7/+0
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrGravatar Chao Yu 1-1/+1