summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2020-03-11ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki
2020-02-28ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang
2020-02-28ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang
2019-11-25ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-25ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-08-04eCryptfs: fix a couple type promotion bugsDan Carpenter
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
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-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
2016-06-20ecryptfs: fix spelling mistakesChris J Arges
2016-06-20eCryptfs: fix typos in commentWei Yuan
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn
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-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro
2016-05-04ecryptfs: fix handling of directory openingAl Viro
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-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu
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-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
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