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-151-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/+1Star
|/
* ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro2018-10-101-3/+8
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-2/+1Star
|\
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-2/+1Star
* | ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck2018-03-291-2/+1Star
|/
* ecryptfs: remove unnecessary i_version bumpJeff Layton2017-11-061-1/+0Star
* ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring2017-11-061-3/+0Star
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-5/+8
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-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-111-22/+45
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-9/+0Star
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-081-10/+8Star
| * | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-071-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-281-3/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-50/+35Star
|\
| * ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-311-35/+20Star
| * 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-031-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-201-8/+3Star
|\
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-231-2/+1Star
| * ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2Star
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-1/+0Star
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-16/+16
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-3/+1Star
|\
| * don't opencode iget_failed()Al Viro2015-12-071-3/+1Star
* | 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-091-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/+1Star
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-5/+3Star
* 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/+0Star
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-111-17/+8Star
|\
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0Star
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-061-1/+1