summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)AuthorLines
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks-0/+6
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks-0/+5
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks-2/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-1/+1
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu-2/+39
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hRoberto Sassu-108/+1
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks-2/+1
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks-3/+4
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks-2/+2
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks-3/+0
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks-7/+2
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks-0/+2
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks-1/+4
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu-1/+0
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu-1/+1
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu-1/+0
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le-1/+0
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks-13/+12
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks-2/+1
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches-0/+1
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu-1/+0
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds-0/+1
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu-0/+1
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches-1/+1
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro-2/+1
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro-1/+1
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe-0/+2
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks-0/+3
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks-2/+2
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks-0/+8
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan-1/+1
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks-0/+1
2009-03-27constify dentry_operations: ecryptfsAl Viro-1/+1
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks-1/+0
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks-1/+2
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow-6/+0
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow-12/+49
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow-1/+37
2008-11-14CRED: Pass credentials through dentry_open()David Howells-1/+2
2008-10-16eCryptfs: remove netlink transportTyler Hicks-23/+5
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow-2/+0
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow-1/+5
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow-0/+19
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow-2/+0
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow-9/+16
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow-18/+61
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen-0/+3
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland-2/+2
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland-0/+1