summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
...
| * ecryptfs: debug: Demote a couple of kernel-doc abusesLee Jones2021-04-191-2/+2
| * ecryptfs: read_write: File headers do not make good candidates for kernel-docLee Jones2021-04-191-1/+3
| * Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks2021-04-194-35/+63
| |\
| * | ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-01-301-2/+1
| * | eCryptfs: add a semicolonTom Rix2021-01-302-2/+2
* | | Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-022-105/+75
|\ \ \
| * | | ecryptfs: ecryptfs_dentry_info->crypt_stat is never usedAl Viro2021-03-201-4/+1
| * | | ecryptfs: get rid of unused accessorsAl Viro2021-03-201-12/+0
| * | | ecryptfs: saner API for lock_parent()Al Viro2021-03-201-83/+74
| * | | ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro2021-03-081-6/+0
| | |/ | |/|
* | | ecryptfs: stack fileattr opsMiklos Szeredi2021-04-121-0/+22
|/ /
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-35/+63
|\ \ | |/ |/|
| * ecryptfs: do not mount on top of idmapped mountsChristian Brauner2021-01-241-0/+6
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-11/+19
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-13/+20
| * namei: introduce struct renamedataChristian Brauner2021-01-241-3/+7
| * stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * xattr: handle idmapped mountsTycho Andersen2021-01-243-6/+7
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* | ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi2021-01-261-3/+7
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-3/+3
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\
| * docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* | ecryptfs: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-16/+1
|/
* 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