aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c
Commit message (Expand)AuthorAge
* ecryptfs: use after freeDan Carpenter2010-01-19
* eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks2009-09-23
* eCryptfs: Filename encryption only supports password auth tokensTyler Hicks2009-09-23
* eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks2009-09-23
* ecryptfs: improved dependency checking and reportingDave Hansen2009-09-23
* eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier2009-09-23
* ecryptfs: Remove unneeded locking that triggers lockdep false positivesRoland Dreier2009-09-23
* eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-22
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-22
* eCryptfs: Allocate a variable number of pages for file headersTyler Hicks2009-03-22
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-14
* eCryptfs: Regression in unencrypted filename symlinksTyler Hicks2009-02-06
* eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow2009-01-06
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-06
* eCryptfs: Replace %Z with %zMichael Halcrow2009-01-06
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-06
* eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow2009-01-06
* eCryptfs: Filename Encryption: Header updatesMichael Halcrow2009-01-06
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-06
* ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen2008-10-30
* eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-28
* ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison2008-07-24
* ecryptfs: fix missed mutex_unlockCyrill Gorcunov2008-05-24
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-29
* remove ecryptfs_header_cache_0Adrian Bunk2008-04-29
* ecryptfs: check for existing key_tfm at mount timeEric Sandeen2008-02-06
* eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-06
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-06
* eCryptfs: set inode key only once per crypto operationTrevor Highland2008-02-06
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-06
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-06
* ecryptfs: fix unlocking in error pathsEric Sandeen2007-12-23
* ecryptfs: fix string overflow on long cipher namesEric Sandeen2007-12-23
* eCryptfs: release mutex on hash error pathMichael Halcrow2007-11-05
* eCryptfs: increment extent_offset once per loop interationMichael Halcrow2007-11-05
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-27
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
* Update fs/ to use sg helpersJens Axboe2007-10-22
* ecryptfs: clean up page flag handlingMichael Halcrow2007-10-16
* eCryptfs: replace magic numbersMichael Halcrow2007-10-16
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-16
* eCryptfs: fix data typesMichael Halcrow2007-10-16
* eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow2007-10-16
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-16
* eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow2007-10-16
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-16
* eCryptfs: remove header_extent_sizeMichael Halcrow2007-10-16
* eCryptfs: make needlessly global symbols staticMichael Halcrow2007-10-16
* eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow2007-10-16
* eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow2007-10-16