aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/ecryptfs_kernel.h
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-0/+26
* eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks2011-05-291-2/+1
* eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks2011-05-291-3/+4
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-2/+2
* eCryptfs: Cleanup inode initialization codeTyler Hicks2011-05-291-3/+0
* eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-291-7/+2
* eCryptfs: Handle failed metadata read in lookupTyler Hicks2011-04-251-0/+2
* eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-251-1/+4
* eCryptfs: verify authentication tokens before their useRoberto Sassu2011-03-281-1/+0
* eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu2011-03-281-1/+1
* eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu2011-03-281-1/+0
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-281-1/+0
* eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks2011-03-281-13/+12
* eCryptfs: Handle NULL nameidata pointersTyler Hicks2011-02-211-2/+1
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-0/+1
* ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu2011-01-171-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-10-291-0/+1
|\
| * ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-291-0/+1
* | fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
|/
* switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-211-2/+1
* switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-211-1/+1
* ecryptfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+2
* eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-231-0/+3
* eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-231-2/+2
* eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-231-0/+8
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks2009-04-221-0/+1
* constify dentry_operations: ecryptfsAl Viro2009-03-271-1/+1
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-221-1/+0
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-141-1/+2
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-061-6/+0
* eCryptfs: Filename Encryption: Header updatesMichael Halcrow2009-01-061-12/+49
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-061-1/+37
* CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* eCryptfs: remove netlink transportTyler Hicks2008-10-161-23/+5
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-241-2/+0
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-241-1/+5
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-241-0/+19
* eCryptfs: remove unnecessary page decrypt callMichael Halcrow2008-06-061-2/+0
* eCryptfs: make key module subsystem respect namespacesMichael Halcrow2008-04-291-9/+16
* eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow2008-04-291-18/+61
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-291-1/+1
* ecryptfs: check for existing key_tfm at mount timeEric Sandeen2008-02-061-0/+3
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-061-2/+2
* eCryptfs: set inode key only once per crypto operationTrevor Highland2008-02-061-0/+1
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-061-2/+1
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-061-10/+0
* ecryptfs: clean up page flag handlingMichael Halcrow2007-10-161-1/+1
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-161-20/+1
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-161-7/+8