aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-14CRED: Pass credentials through dentry_open()David Howells3-6/+9
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells2-16/+22
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-14/+9
2008-10-16eCryptfs: remove netlink transportTyler Hicks6-388/+60
2008-10-16ecryptfs: convert to use new aopsBadari Pulavarty1-31/+50
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow1-9/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-15/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow4-26/+23
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow4-13/+42
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2-10/+5
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison1-23/+14
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi1-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen2-7/+6
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks1-59/+0
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow5-22/+251
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet4-41/+13
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow1-2/+0
2008-07-02ecryptfs: fasync BKL pushdownJonathan Corbet1-0/+3
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow2-24/+0
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov1-1/+1
2008-05-21ecryptfs fixesAl Viro1-14/+12
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov1-0/+2
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow1-0/+2
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow4-64/+135
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow6-226/+435
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow1-0/+580
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi1-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison6-36/+36
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk1-1/+0
2008-03-19eCryptfs: Swap dput() and mntput()Michael Halcrow1-1/+1
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck3-20/+20
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen3-17/+63
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland3-10/+10
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow3-8/+10
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen2-20/+7
2008-02-06ecryptfs: make show_options reflect actual mount optionsEric Sandeen1-21/+31
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland2-2/+6
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow5-84/+51
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk6-18/+8
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-3/+2