aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe
2007-10-22Update fs/ to use sg helpersJens Axboe
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow
2007-10-16eCryptfs: replace magic numbersMichael Halcrow
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow
2007-10-16eCryptfs: fix data typesMichael Halcrow
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow
2007-10-16eCryptfs: collapse flag set into one statementMichael Halcrow
2007-10-16eCryptfs: remove unnecessary BUG_ONMichael Halcrow
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter
2006-11-28[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkAkinobu Mita
2006-11-03[PATCH] eCryptfs: Fix pointer derefMichael Halcrow
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow