summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov-1/+1
2008-05-21ecryptfs fixesAl Viro-14/+12
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov-0/+2
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa-1/+1
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow-0/+2
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow-64/+135
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow-226/+435
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow-0/+580
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-36/+36
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk-1/+0
2008-03-19eCryptfs: Swap dput() and mntput()Michael Halcrow-1/+1
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow-26/+76
2008-02-14Introduce path_put()Jan Blunck-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-20/+20
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen-17/+63
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland-10/+10
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow-8/+10
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen-20/+7
2008-02-06ecryptfs: make show_options reflect actual mount optionsEric Sandeen-21/+31
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland-2/+6
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow-84/+51
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk-18/+8
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter-3/+2
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev-2/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-2/+2
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman-7/+7
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers-4/+6
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman-1/+1
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman-10/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-2/+2
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman-67/+18
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow-17/+4
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen-1/+4
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen-4/+5
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen-0/+1
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen-17/+41
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen-0/+1
2007-12-17ecryptfs: initialize new auth_tokens before teardownEric Sandeen-1/+1
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tMichael Halcrow-1/+1
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow-2/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-16/+7
2007-10-22Update fs/ to use sg helpersJens Axboe-5/+14
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton-0/+8
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+2