| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "ecryptfs: replace BUG_ON with error handling code" | Greg Kroah-Hartman | 2021-05-26 | 1 | -4/+2 |
* | ecryptfs: fix kernel panic with null dev_name | Jeffrey Mitchell | 2021-05-11 | 1 | -0/+6 |
* | ecryptfs: replace BUG_ON with error handling code | Aditya Pakki | 2020-02-28 | 1 | -2/+4 |
* | ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() | Wenwen Wang | 2020-02-28 | 1 | -0/+1 |
* | ecryptfs: fix a memory leak bug in parse_tag_1_packet() | Wenwen Wang | 2020-02-28 | 1 | -1/+1 |
* | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either | Al Viro | 2019-11-10 | 1 | -4/+3 |
* | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable | Al Viro | 2019-11-10 | 1 | -2/+10 |
* | ecryptfs: fix unlink and rmdir in face of underlying fs modifications | Al Viro | 2019-11-10 | 1 | -25/+40 |
* | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-07-14 | 4 | -41/+34 |
|\ |
|
| * | ecryptfs: Change return type of ecryptfs_process_flags | Hariprasad Kelam | 2019-07-02 | 1 | -11/+2 |
| * | ecryptfs: Make ecryptfs_xattr_handler static | YueHaibing | 2019-06-19 | 1 | -1/+1 |
| * | ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig | YueHaibing | 2019-06-19 | 1 | -2/+2 |
| * | ecryptfs: use print_hex_dump_bytes for hexdump | Sascha Hauer | 2019-06-19 | 1 | -19/+3 |
| * | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ... | Robbie Ko | 2019-02-16 | 1 | -2/+15 |
| * | ecryptfs: re-order a condition for static checkers | Dan Carpenter | 2019-02-16 | 1 | -2/+3 |
| * | eCryptfs: fix a couple type promotion bugs | Dan Carpenter | 2019-02-16 | 1 | -4/+8 |
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-10 | 2 | -2/+2 |
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-08 | 2 | -2/+2 |
|\ \ |
|
| * | | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 2019-06-27 | 2 | -2/+2 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 2 | -28/+2 |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 12 | -180/+12 |
* | | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ / |
|
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-05-07 | 1 | -3/+2 |
|\ \ |
|
| * | | ecryptfs: make use of ->free_inode() | Al Viro | 2019-05-01 | 1 | -3/+2 |
* | | | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 2 | -2/+0 |
|/ / |
|
* / | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -2/+3 |
|/ |
|
* | ecryptfs_rename(): verify that lower dentries are still OK after lock_rename() | Al Viro | 2018-10-09 | 1 | -3/+8 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2018-05-21 | 1 | -2/+1 |
|\ |
|
| * | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 2018-05-11 | 1 | -2/+1 |
* | | eCryptfs: don't pass up plaintext names when using filename encryption | Tyler Hicks | 2018-04-16 | 2 | -18/+44 |
* | | ecryptfs: fix spelling mistake: "cadidate" -> "candidate" | Colin Ian King | 2018-03-29 | 1 | -1/+1 |
* | | ecryptfs: lookup: Don't check if mount_crypt_stat is NULL | Guenter Roeck | 2018-03-29 | 1 | -2/+1 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -2/+2 |
|\ |
|
| * | fs: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-17 | 8 | -98/+34 |
|\ |
|
| * | eCryptfs: constify attribute_group structures. | Arvind Yadav | 2017-11-08 | 1 | -1/+1 |
| * | ecryptfs: remove unnecessary i_version bump | Jeff Layton | 2017-11-06 | 1 | -1/+0 |
| * | ecryptfs: use ARRAY_SIZE | Jérémy Lefaure | 2017-11-06 | 1 | -4/+3 |
| * | ecryptfs: Adjust four checks for null pointers | Markus Elfring | 2017-11-06 | 2 | -4/+4 |
| * | ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth... | Markus Elfring | 2017-11-06 | 1 | -7/+4 |
| * | ecryptfs: Delete 21 error messages for a failed memory allocation | Markus Elfring | 2017-11-06 | 6 | -59/+7 |
| * | eCryptfs: use after free in ecryptfs_release_messaging() | Dan Carpenter | 2017-11-06 | 1 | -3/+4 |
| * | ecryptfs: remove private bin2hex implementation | Rasmus Villemoes | 2017-11-04 | 2 | -16/+8 |
| * | ecryptfs: add missing \n to end of various error messages | Colin Ian King | 2017-11-04 | 3 | -3/+3 |
* | | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 2017-11-15 | 1 | -1/+1 |
|/ |
|
* | ecryptfs: fix dereference of NULL user_key_payload | Eric Biggers | 2017-10-12 | 2 | -8/+25 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-14 | 1 | -2/+1 |
|\ |
|
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -2/+1 |