summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)Author
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
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks
2009-03-27constify dentry_operations: ecryptfsAl Viro
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-10-16eCryptfs: remove netlink transportTyler Hicks
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow