| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ecryptfs: kthread: Demote file header and provide description for 'cred' | Lee Jones | 2021-04-19 | 1 | -1/+2 |
| * | ecryptfs: dentry: File headers are not good candidates for kernel-doc | Lee Jones | 2021-04-19 | 1 | -1/+1 |
| * | ecryptfs: debug: Demote a couple of kernel-doc abuses | Lee Jones | 2021-04-19 | 1 | -2/+2 |
| * | ecryptfs: read_write: File headers do not make good candidates for kernel-doc | Lee Jones | 2021-04-19 | 1 | -1/+3 |
| * | Merge tag 'v5.12-rc7' into ecryptfs/next | Tyler Hicks | 2021-04-19 | 4 | -35/+63 |
| |\ |
|
| * | | ecryptfs: use DEFINE_MUTEX() for mutex lock | Zheng Yongjun | 2021-01-30 | 1 | -2/+1 |
| * | | eCryptfs: add a semicolon | Tom Rix | 2021-01-30 | 2 | -2/+2 |
* | | | Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-02 | 2 | -105/+75 |
|\ \ \ |
|
| * | | | ecryptfs: ecryptfs_dentry_info->crypt_stat is never used | Al Viro | 2021-03-20 | 1 | -4/+1 |
| * | | | ecryptfs: get rid of unused accessors | Al Viro | 2021-03-20 | 1 | -12/+0 |
| * | | | ecryptfs: saner API for lock_parent() | Al Viro | 2021-03-20 | 1 | -83/+74 |
| * | | | ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() | Al Viro | 2021-03-08 | 1 | -6/+0 |
| | |/
| |/| |
|
* / | | ecryptfs: stack fileattr ops | Miklos Szeredi | 2021-04-12 | 1 | -0/+22 |
|/ / |
|
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 4 | -35/+63 |
|\ \
| |/
|/| |
|
| * | ecryptfs: do not mount on top of idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -0/+6 |
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -11/+19 |
| * | namei: prepare for idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -13/+20 |
| * | namei: introduce struct renamedata | Christian Brauner | 2021-01-24 | 1 | -3/+7 |
| * | stat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | xattr: handle idmapped mounts | Tycho Andersen | 2021-01-24 | 3 | -6/+7 |
| * | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -0/+1 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -3/+4 |
| * | namei: make permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
* | | ecryptfs: fix uid translation for setxattr on security.capability | Miklos Szeredi | 2021-01-26 | 1 | -3/+7 |
|/ |
|
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 2 | -3/+3 |
* | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 2020-06-01 | 1 | -1/+1 |
|\ |
|
| * | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 1 | -1/+1 |
* | | ecryptfs: use crypto_shash_tfm_digest() | Eric Biggers | 2020-05-08 | 1 | -16/+1 |
|/ |
|
* | Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-02-17 | 5 | -6/+9 |
|\ |
|
| * | ecryptfs: replace BUG_ON with error handling code | Aditya Pakki | 2020-02-14 | 1 | -2/+4 |
| * | eCryptfs: Replace deactivated email address | Tyler Hicks | 2020-02-14 | 3 | -3/+3 |
| * | ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() | Wenwen Wang | 2019-08-20 | 1 | -0/+1 |
| * | ecryptfs: fix a memory leak bug in parse_tag_1_packet() | Wenwen Wang | 2019-08-20 | 1 | -1/+1 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2020-02-08 | 1 | -10/+6 |
|\ \ |
|
| * | | ecryptfs: drop direct calls to ->bmap | Carlos Maiolino | 2020-02-03 | 1 | -10/+6 |
* | | | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 2019-12-11 | 2 | -3/+3 |
|/ / |
|
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 2019-10-23 | 1 | -0/+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 |