aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 2-3/+3
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-16/+1
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-6/+9
2020-02-14ecryptfs: replace BUG_ON with error handling codeGravatar Aditya Pakki 1-2/+4
2020-02-14eCryptfs: Replace deactivated email addressGravatar Tyler Hicks 3-3/+3
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+6
2020-02-03ecryptfs: drop direct calls to ->bmapGravatar Carlos Maiolino 1-10/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeGravatar Eric Biggers 2-3/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherGravatar Al Viro 1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableGravatar Al Viro 1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsGravatar Al Viro 1-25/+40
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-0/+1
2019-08-20ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Gravatar Wenwen Wang 1-0/+1
2019-08-20ecryptfs: fix a memory leak bug in parse_tag_1_packet()Gravatar Wenwen Wang 1-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-41/+34
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsGravatar Hariprasad Kelam 1-11/+2
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 2-2/+2
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticGravatar YueHaibing 1-1/+1
2019-06-19ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigGravatar YueHaibing 1-2/+2
2019-06-19ecryptfs: use print_hex_dump_bytes for hexdumpGravatar Sascha Hauer 1-19/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 2-28/+2
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-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Gravatar Robbie Ko 1-2/+15
2019-02-16ecryptfs: re-order a condition for static checkersGravatar Dan Carpenter 1-2/+3
2019-02-16eCryptfs: fix a couple type promotion bugsGravatar Dan Carpenter 1-4/+8
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