aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks1-2/+2
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-14/+12
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks1-1/+0
2010-08-27ecryptfs: properly mark init functionsJerome Marchand1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds1-19/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks1-4/+5
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-14/+10
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-3/+4
2010-01-19ecryptfs: use after freeDan Carpenter1-2/+2
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks1-8/+11
2009-09-23eCryptfs: Filename encryption only supports password auth tokensTyler Hicks1-2/+2
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks1-0/+1
2009-09-23ecryptfs: improved dependency checking and reportingDave Hansen1-2/+3
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier1-3/+5
2009-09-23ecryptfs: Remove unneeded locking that triggers lockdep false positivesRoland Dreier1-2/+0
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-19/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks1-4/+6
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks1-0/+2
2009-02-06eCryptfs: Regression in unencrypted filename symlinksTyler Hicks1-2/+2
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-2/+2
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-4/+4
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-94/+13
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow1-2/+2
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow1-5/+6
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison1-23/+14
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov1-1/+1
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk1-1/+0
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen1-14/+53
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland1-4/+4
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow1-3/+4
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland1-2/+5
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-63/+35
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-4/+4
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen1-4/+4
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen1-0/+1
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow1-2/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-16/+7
2007-10-22Update fs/ to use sg helpersJens Axboe1-5/+11
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow1-8/+4