aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunGravatar Colin Ian King 1-2/+2
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Gravatar Al Viro 1-14/+0
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyGravatar Al Viro 1-1/+4
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbGravatar Al Viro 1-1/+1
2013-05-09eCryptfs: Use the ablkcipher crypto APIGravatar Tyler Hicks 1-1/+2
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+38
2013-03-03eCryptfs: allow userspace messaging to be disabledGravatar Kees Cook 1-2/+38
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 1-0/+6
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-17/+7
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 1-14/+0
2012-07-08eCryptfs: Initialize empty lower files when opening themGravatar Tyler Hicks 1-0/+2
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataGravatar Tyler Hicks 1-11/+5
2012-07-08eCryptfs: Remove unused messaging declarations and functionGravatar Tyler Hicks 1-6/+0
2012-02-16eCryptfs: Improve statfs reportingGravatar Tyler Hicks 1-0/+6
2012-01-25eCryptfs: Replace miscdev read/write magic numbersGravatar Tyler Hicks 1-0/+5
2011-11-23eCryptfs: Prevent file create race conditionGravatar Tyler Hicks 1-2/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-1/+1
2011-06-27eCryptfs: added support for the encrypted key typeGravatar Roberto Sassu 1-2/+39
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hGravatar Roberto Sassu 1-108/+1
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Gravatar Tyler Hicks 1-2/+1
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Gravatar Tyler Hicks 1-3/+4
2011-05-29eCryptfs: Fix new inode race conditionGravatar Tyler Hicks 1-2/+2
2011-05-29eCryptfs: Cleanup inode initialization codeGravatar Tyler Hicks 1-3/+0
2011-05-29eCryptfs: Consolidate inode functions into inode.cGravatar Tyler Hicks 1-7/+2
2011-04-25eCryptfs: Handle failed metadata read in lookupGravatar Tyler Hicks 1-0/+2
2011-04-25eCryptfs: Add reference counting to lower filesGravatar Tyler Hicks 1-1/+4
2011-03-28eCryptfs: verify authentication tokens before their useGravatar Roberto Sassu 1-1/+0
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureGravatar Roberto Sassu 1-1/+1
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statGravatar Roberto Sassu 1-1/+0
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 1-1/+0
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagGravatar Tyler Hicks 1-13/+12
2011-02-21eCryptfs: Handle NULL nameidata pointersGravatar Tyler Hicks 1-2/+1
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 1-0/+1
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hGravatar Roberto Sassu 1-1/+0
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 1-0/+1
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterGravatar Roberto Sassu 1-0/+1
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataGravatar Joe Perches 1-1/+1
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesGravatar Al Viro 1-2/+1
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Gravatar Al Viro 1-1/+1
2010-04-22ecryptfs: add bdi backing to mount sessionGravatar Jens Axboe 1-0/+2
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewGravatar Tyler Hicks 1-0/+3
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontGravatar Tyler Hicks 1-2/+2
2010-03-23eCryptfs: Fix metadata in xattr feature regressionGravatar Tyler Hicks 1-0/+8
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 1-1/+1
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsGravatar Tyler Hicks 1-0/+1
2009-03-27constify dentry_operations: ecryptfsGravatar Al Viro 1-1/+1
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupGravatar Tyler Hicks 1-1/+0
2009-03-14eCryptfs: don't encrypt file key with filename keyGravatar Tyler Hicks 1-1/+2
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkGravatar Michael Halcrow 1-6/+0
2009-01-06eCryptfs: Filename Encryption: Header updatesGravatar Michael Halcrow 1-12/+49