summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-02-175-6/+9
|\
| * ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-141-2/+4
| * eCryptfs: Replace deactivated email addressTyler Hicks2020-02-143-3/+3
| * ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang2019-08-201-0/+1
| * ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang2019-08-201-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-10/+6
|\ \
| * | ecryptfs: drop direct calls to ->bmapCarlos Maiolino2020-02-031-10/+6
* | | crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-112-3/+3
|/ /
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\ \
| * | fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
| |/
* | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-101-4/+3
* | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-101-2/+10
* | ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro2019-11-101-25/+40
|/
* Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-144-41/+34
|\
| * ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam2019-07-021-11/+2
| * ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing2019-06-191-1/+1
| * ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing2019-06-191-2/+2
| * ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer2019-06-191-19/+3
| * eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko2019-02-161-2/+15
| * ecryptfs: re-order a condition for static checkersDan Carpenter2019-02-161-2/+3
| * eCryptfs: fix a couple type promotion bugsDan Carpenter2019-02-161-4/+8
* | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-102-2/+2
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-082-2/+2
|\ \
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-272-2/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-052-28/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3012-180/+12
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/ /
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-3/+2
|\ \
| * | ecryptfs: make use of ->free_inode()Al Viro2019-05-011-3/+2
* | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-2/+0
|/ /
* / crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+3
|/
* 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: don't pass up plaintext names when using filename encryptionTyler Hicks2018-04-162-18/+44
* | ecryptfs: fix spelling mistake: "cadidate" -> "candidate"Colin Ian King2018-03-291-1/+1
* | ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck2018-03-291-2/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
|/
* Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-178-98/+34
|\
| * eCryptfs: constify attribute_group structures.Arvind Yadav2017-11-081-1/+1
| * ecryptfs: remove unnecessary i_version bumpJeff Layton2017-11-061-1/+0
| * ecryptfs: use ARRAY_SIZEJérémy Lefaure2017-11-061-4/+3
| * ecryptfs: Adjust four checks for null pointersMarkus Elfring2017-11-062-4/+4
| * ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...Markus Elfring2017-11-061-7/+4
| * ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring2017-11-066-59/+7
| * eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-061-3/+4
| * ecryptfs: remove private bin2hex implementationRasmus Villemoes2017-11-042-16/+8