summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tMichael Halcrow
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-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
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: initialize persistent lower file on inode createMichael Halcrow
2007-10-16eCryptfs: fix data typesMichael Halcrow
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael 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: set up and destroy persistent lower fileMichael Halcrow
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow
2007-10-16ecryptfs: fix error handlingMichael Halcrow
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow
2007-10-16eCryptfs: Use generic_file_splice_read()Michael Halcrow
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow
2007-10-16eCryptfs: remove unnecessary variable initializationsMichael Halcrow
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow
2007-10-16eCryptfs: comments for some structsMichael 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: printk warning fixesAndrew Morton
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow
2007-10-16eCryptfs: fix Tag 11 writing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 11 parsing codeMichael Halcrow
2007-10-16eCryptfs: fix Tag 3 parsing codeMichael Halcrow