summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-31/+53
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-11/+19
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-13/+20
| * namei: introduce struct renamedataChristian Brauner2021-01-241-3/+7
| * stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+3
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* | ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi2021-01-261-3/+7
|/
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-101-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-101-2/+10
* ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-11-101-25/+40
* Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-141-1/+1
|\
| * ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing2019-06-191-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro2018-10-091-3/+8
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-2/+1
|\
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-2/+1
* | ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck2018-03-291-2/+1
|/
* ecryptfs: remove unnecessary i_version bumpJeff Layton2017-11-061-1/+0
* ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring2017-11-061-3/+0
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-5/+8
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-22/+45
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-10/+8
| * | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-061-14/+48
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-3/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-50/+35
|\
| * ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-311-35/+20
| * ecryptfs: avoid multiple aliases for directoriesAl Viro2016-03-311-20/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-11/+12
|\ \
| * \ Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-11/+12
| |\ \
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-11/+12
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-171-2/+5
|\ \ \ | |/ / |/| |
| * | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-201-2/+5
| |/
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-8/+3
|\
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-221-2/+1
| * ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-1/+0
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-16/+16
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-3/+1
|\