summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)Author
39 hoursMerge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/tyhick...Mark Brown
2 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-14ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum
2026-01-12ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum
2025-12-23ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun
2025-10-31ecryptfs: Use MD5 library instead of crypto_shashEric Biggers
2025-09-15ecryptfs: get rid of pointless mount references in ecryptfs dentriesAl Viro
2024-11-05ecryptfs: Convert ecryptfs_decrypt_page() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_encrypt_page() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_write() to use a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folioMatthew Wilcox (Oracle)
2023-10-09ecryptfs: move ecryptfs_xattr_handlers to .rodataWedson Almeida Filho
2022-09-01ecryptfs: constify pathAl Viro
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-19ecryptfs: remove unused helpersChristian Brauner
2021-03-20ecryptfs: ecryptfs_dentry_info->crypt_stat is never usedAl Viro
2021-03-20ecryptfs: get rid of unused accessorsAl Viro
2021-01-30eCryptfs: add a semicolonTom Rix
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook
2013-02-26switch vfs_getattr() to struct pathAl Viro
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks