aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 12-180/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+2
2019-05-01ecryptfs: make use of ->free_inode()Gravatar Al Viro 1-3/+2
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 2-2/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+3
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-04-16eCryptfs: don't pass up plaintext names when using filename encryptionGravatar Tyler Hicks 2-18/+44
2018-03-29ecryptfs: fix spelling mistake: "cadidate" -> "candidate"Gravatar Colin Ian King 1-1/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGravatar Guenter Roeck 1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-98/+34
2017-11-15slab, slub, slob: add slab_flags_tGravatar Alexey Dobriyan 1-1/+1
2017-11-08eCryptfs: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-11-06ecryptfs: remove unnecessary i_version bumpGravatar Jeff Layton 1-1/+0
2017-11-06ecryptfs: use ARRAY_SIZEGravatar Jérémy Lefaure 1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersGravatar Markus Elfring 2-4/+4
2017-11-06ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...Gravatar Markus Elfring 1-7/+4
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationGravatar Markus Elfring 6-59/+7
2017-11-06eCryptfs: use after free in ecryptfs_release_messaging()Gravatar Dan Carpenter 1-3/+4
2017-11-04ecryptfs: remove private bin2hex implementationGravatar Rasmus Villemoes 2-16/+8
2017-11-04ecryptfs: add missing \n to end of various error messagesGravatar Colin Ian King 3-3/+3
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadGravatar Eric Biggers 2-8/+25
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2017-09-04fs: fix kernel_write prototypeGravatar Christoph Hellwig 1-1/+1
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-1/+1
2017-08-03ecryptfs: convert to file_write_and_wait in ->fsyncGravatar Jeff Layton 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-2/+1
2017-04-20ecryptfs: Convert to separately allocated bdiGravatar Jan Kara 2-4/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+8
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-5/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
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 4-29/+54
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 2-17/+14
2016-10-06ecryptfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 3-14/+51
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