aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/ecryptfs_kernel.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsGravatar Michael Halcrow 1-1/+37
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-1/+2
2008-10-16eCryptfs: remove netlink transportGravatar Tyler Hicks 1-23/+5
2008-07-24eCryptfs: Make all persistent file opens delayedGravatar Michael Halcrow 1-2/+0
2008-07-24eCryptfs: do not try to open device files on mknodGravatar Michael Halcrow 1-1/+5
2008-07-24eCryptfs: Privileged kthread for lower file opensGravatar Michael Halcrow 1-0/+19
2008-06-06eCryptfs: remove unnecessary page decrypt callGravatar Michael Halcrow 1-2/+0
2008-04-29eCryptfs: make key module subsystem respect namespacesGravatar Michael Halcrow 1-9/+16
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Gravatar Michael Halcrow 1-18/+61
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-02-06ecryptfs: check for existing key_tfm at mount timeGravatar Eric Sandeen 1-0/+3
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Gravatar Trevor Highland 1-2/+2
2008-02-06eCryptfs: set inode key only once per crypto operationGravatar Trevor Highland 1-0/+1
2008-02-06eCryptfs: track header bytes rather than extentsGravatar Michael Halcrow 1-2/+1
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-10/+0
2007-10-16ecryptfs: clean up page flag handlingGravatar Michael Halcrow 1-1/+1
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 1-20/+1
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 1-7/+8
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 1-9/+5
2007-10-16eCryptfs: read_write.c routinesGravatar Michael Halcrow 1-0/+18
2007-10-16eCryptfs: remove header_extent_sizeGravatar Michael Halcrow 1-12/+27
2007-10-16eCryptfs: make needlessly global symbols staticGravatar Michael Halcrow 1-7/+0
2007-10-16eCryptfs: comments for some structsGravatar Michael Halcrow 1-5/+21
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Gravatar Michael Halcrow 1-3/+3
2007-10-16eCryptfs: add key list structure; search keyringGravatar Michael Halcrow 1-12/+59
2007-06-28eCryptfs: fix write zeros behaviorGravatar Michael Halcrow 1-0/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Gravatar Michael Halcrow 1-0/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-3/+3
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-3/+0
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Gravatar Michael Halcrow 1-4/+0
2007-02-12[PATCH] eCryptfs: Encrypted passthroughGravatar Michael Halcrow 1-2/+5
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-27/+24
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsGravatar Michael Halcrow 1-5/+10
2007-02-12[PATCH] eCryptfs: Public key; packet managementGravatar Michael Halcrow 1-2/+5
2007-02-12[PATCH] eCryptfs: Public key transport mechanismGravatar Michael Halcrow 1-3/+98
2007-02-07[CRYPTO] api: Remove deprecated interfaceGravatar Herbert Xu 1-1/+0