Age | Commit message (Expand) | Author | Files | Lines |
2021-04-19 | ecryptfs: read_write: File headers do not make good candidates for kernel-doc | Lee Jones | 1 | -1/+3 |
2021-04-19 | Merge tag 'v5.12-rc7' into ecryptfs/next | Tyler Hicks | 4 | -35/+63 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -35/+63 |
2021-01-30 | ecryptfs: use DEFINE_MUTEX() for mutex lock | Zheng Yongjun | 1 | -2/+1 |
2021-01-30 | eCryptfs: add a semicolon | Tom Rix | 2 | -2/+2 |
2021-01-26 | ecryptfs: fix uid translation for setxattr on security.capability | Miklos Szeredi | 1 | -3/+7 |
2021-01-24 | ecryptfs: do not mount on top of idmapped mounts | Christian Brauner | 1 | -0/+6 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -11/+19 |
2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -13/+20 |
2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 1 | -3/+7 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 3 | -6/+7 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -0/+1 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -3/+4 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+2 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2 | -3/+3 |
2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-05-08 | ecryptfs: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -16/+1 |
2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-02-17 | Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -6/+9 |
2020-02-14 | ecryptfs: replace BUG_ON with error handling code | Aditya Pakki | 1 | -2/+4 |
2020-02-14 | eCryptfs: Replace deactivated email address | Tyler Hicks | 3 | -3/+3 |
2020-02-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+6 |
2020-02-03 | ecryptfs: drop direct calls to ->bmap | Carlos Maiolino | 1 | -10/+6 |
2019-12-11 | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 2 | -3/+3 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2019-11-10 | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either | Al Viro | 1 | -4/+3 |
2019-11-10 | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable | Al Viro | 1 | -2/+10 |
2019-11-10 | ecryptfs: fix unlink and rmdir in face of underlying fs modifications | Al Viro | 1 | -25/+40 |
2019-10-23 | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 1 | -0/+1 |
2019-08-20 | ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() | Wenwen Wang | 1 | -0/+1 |
2019-08-20 | ecryptfs: fix a memory leak bug in parse_tag_1_packet() | Wenwen Wang | 1 | -1/+1 |
2019-07-14 | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -41/+34 |
2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+2 |
2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
2019-07-02 | ecryptfs: Change return type of ecryptfs_process_flags | Hariprasad Kelam | 1 | -11/+2 |
2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 2 | -2/+2 |
2019-06-19 | ecryptfs: Make ecryptfs_xattr_handler static | YueHaibing | 1 | -1/+1 |
2019-06-19 | ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig | YueHaibing | 1 | -2/+2 |
2019-06-19 | ecryptfs: use print_hex_dump_bytes for hexdump | Sascha Hauer | 1 | -19/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2 | -28/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 12 | -180/+12 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+2 |
2019-05-01 | ecryptfs: make use of ->free_inode() | Al Viro | 1 | -3/+2 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 2 | -2/+0 |
2019-02-16 | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ... | Robbie Ko | 1 | -2/+15 |
2019-02-16 | ecryptfs: re-order a condition for static checkers | Dan Carpenter | 1 | -2/+3 |
2019-02-16 | eCryptfs: fix a couple type promotion bugs | Dan Carpenter | 1 | -4/+8 |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -2/+3 |