summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * don't opencode iget_failed()Al Viro2015-12-061-3/+1
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+4
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+9
|/
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-2/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-5/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-82/+82
* 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