aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Gravatar Tyler Hicks 1-4/+3
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Gravatar Tyler Hicks 1-24/+21
2011-05-29eCryptfs: Return useful code from contains_ecryptfs_markerGravatar Tyler Hicks 1-16/+10
2011-05-29eCryptfs: Fix new inode race conditionGravatar Tyler Hicks 1-2/+2
2011-04-25eCryptfs: Handle failed metadata read in lookupGravatar Tyler Hicks 1-0/+21
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statGravatar Roberto Sassu 1-1/+0
2011-03-28eCryptfs: Remove unnecessary grow_file() functionGravatar Tyler Hicks 1-0/+1
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsGravatar Tyler Hicks 1-2/+2
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 1-14/+12
2010-08-27eCryptfs: Fix encrypted file name lookup regressionGravatar Tyler Hicks 1-1/+0
2010-08-27ecryptfs: properly mark init functionsGravatar Jerome Marchand 1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 1-19/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewGravatar Tyler Hicks 1-4/+5
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrGravatar Tyler Hicks 1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontGravatar Tyler Hicks 1-14/+10
2010-03-23eCryptfs: Fix metadata in xattr feature regressionGravatar Tyler Hicks 1-3/+4
2010-01-19ecryptfs: use after freeGravatar Dan Carpenter 1-2/+2
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesGravatar Tyler Hicks 1-8/+11
2009-09-23eCryptfs: Filename encryption only supports password auth tokensGravatar Tyler Hicks 1-2/+2
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesGravatar Tyler Hicks 1-0/+1
2009-09-23ecryptfs: improved dependency checking and reportingGravatar Dave Hansen 1-2/+3
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueGravatar Roland Dreier 1-3/+5
2009-09-23ecryptfs: Remove unneeded locking that triggers lockdep false positivesGravatar Roland Dreier 1-2/+0
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughGravatar Tyler Hicks 1-19/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupGravatar Tyler Hicks 1-4/+6
2009-03-22eCryptfs: Allocate a variable number of pages for file headersGravatar Tyler Hicks 1-13/+26
2009-03-14eCryptfs: don't encrypt file key with filename keyGravatar Tyler Hicks 1-0/+2
2009-02-06eCryptfs: Regression in unencrypted filename symlinksGravatar Tyler Hicks 1-2/+2
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Gravatar Michael Halcrow 1-27/+24
2009-01-06eCryptfs: Fix data types (int/size_t)Gravatar Michael Halcrow 1-2/+2
2009-01-06eCryptfs: Replace %Z with %zGravatar Michael Halcrow 1-4/+4
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkGravatar Michael Halcrow 1-94/+13
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsGravatar Michael Halcrow 1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesGravatar Michael Halcrow 1-2/+2
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsGravatar Michael Halcrow 1-5/+6
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsGravatar Eric Sandeen 1-7/+8
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryGravatar Eric Sandeen 1-12/+18
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersGravatar Harvey Harrison 1-23/+14
2008-05-24ecryptfs: fix missed mutex_unlockGravatar Cyrill Gorcunov 1-1/+1
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-16/+16
2008-04-29remove ecryptfs_header_cache_0Gravatar Adrian Bunk 1-1/+0
2008-02-06ecryptfs: check for existing key_tfm at mount timeGravatar Eric Sandeen 1-14/+53
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Gravatar Trevor Highland 1-4/+4
2008-02-06eCryptfs: Minor fixes to printk messagesGravatar Michael Halcrow 1-3/+4
2008-02-06eCryptfs: set inode key only once per crypto operationGravatar Trevor Highland 1-2/+5
2008-02-06eCryptfs: track header bytes rather than extentsGravatar Michael Halcrow 1-63/+35
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-4/+4
2007-12-23ecryptfs: fix unlocking in error pathsGravatar Eric Sandeen 1-4/+4