summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
2021-03-20ecryptfs: get rid of unused accessorsAl Viro-12/+0
2021-03-20ecryptfs: saner API for lock_parent()Al Viro-83/+74
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-35/+63
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun-2/+1
2021-01-30eCryptfs: add a semicolonTom Rix-2/+2
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi-3/+7
2021-01-24ecryptfs: do not mount on top of idmapped mountsChristian Brauner-0/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner-11/+19
2021-01-24namei: prepare for idmapped mountsChristian Brauner-13/+20
2021-01-24namei: introduce struct renamedataChristian Brauner-3/+7
2021-01-24stat: handle idmapped mountsChristian Brauner-2/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen-6/+7
2021-01-24acl: handle idmapped mountsChristian Brauner-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-3/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers-16/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+9
2020-02-14ecryptfs: replace BUG_ON with error handling codeAditya Pakki-2/+4
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks-3/+3
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+6
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino-10/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers-3/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro-25/+40
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann-0/+1
2019-08-20ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang-0/+1
2019-08-20ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-41/+34
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam-11/+2
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells-2/+2
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing-1/+1
2019-06-19ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing-2/+2
2019-06-19ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer-19/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-180/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-3/+2
2019-05-01ecryptfs: make use of ->free_inode()Al Viro-3/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-2/+0
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko-2/+15
2019-02-16ecryptfs: re-order a condition for static checkersDan Carpenter-2/+3
2019-02-16eCryptfs: fix a couple type promotion bugsDan Carpenter-4/+8