aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)Author
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
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks
2012-07-08eCryptfs: Remove unused messaging declarations and functionTyler Hicks
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hRoberto Sassu
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro