aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-2/+1
2008-12-31eCryptfs: check readlink result was not an error before using itGravatar Duane Griffin 1-1/+2
2008-12-04Merge branch 'master' into nextGravatar James Morris 1-17/+14
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 2-19/+13
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysGravatar Michael Halcrow 1-17/+14
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 3-6/+9
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemGravatar David Howells 2-16/+22
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsGravatar Eric Sandeen 1-7/+8
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsGravatar Al Viro 1-14/+9
2008-10-16eCryptfs: remove netlink transportGravatar Tyler Hicks 6-388/+60
2008-10-16ecryptfs: convert to use new aopsGravatar Badari Pulavarty 1-31/+50
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Gravatar Michael Halcrow 1-9/+8
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryGravatar Eric Sandeen 1-12/+18
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Gravatar Al Viro 1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Gravatar Miklos Szeredi 1-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-15/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-2/+2
2008-07-24eCryptfs: Make all persistent file opens delayedGravatar Michael Halcrow 4-26/+23
2008-07-24eCryptfs: do not try to open device files on mknodGravatar Michael Halcrow 4-13/+42
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersGravatar Harvey Harrison 2-10/+5
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersGravatar Harvey Harrison 1-23/+14
2008-07-24ecryptfs: string copy cleanupGravatar Miklos Szeredi 1-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeGravatar Eric Sandeen 2-7/+6
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevGravatar Tyler Hicks 1-59/+0
2008-07-24eCryptfs: Privileged kthread for lower file opensGravatar Michael Halcrow 5-22/+251
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 4-41/+13
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Gravatar Michael Halcrow 1-2/+0
2008-07-02ecryptfs: fasync BKL pushdownGravatar Jonathan Corbet 1-0/+3
2008-06-06eCryptfs: remove unnecessary page decrypt callGravatar Michael Halcrow 2-24/+0
2008-05-24ecryptfs: fix missed mutex_unlockGravatar Cyrill Gorcunov 1-1/+1
2008-05-21ecryptfs fixesGravatar Al Viro 1-14/+12
2008-05-13eCryptFS: fix imbalanced mutex lockingGravatar Cyrill Gorcunov 1-0/+2
2008-05-13ecryptfs: clean up (un)lock_parentGravatar Miklos Szeredi 1-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Gravatar Michael Halcrow 1-0/+2
2008-04-29eCryptfs: make key module subsystem respect namespacesGravatar Michael Halcrow 4-64/+135
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Gravatar Michael Halcrow 6-226/+435
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsGravatar Michael Halcrow 1-0/+580
2008-04-29ecryptfs: add missing lock around notify_changeGravatar Miklos Szeredi 1-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 6-36/+36
2008-04-29remove ecryptfs_header_cache_0Gravatar Adrian Bunk 1-1/+0
2008-03-19eCryptfs: Swap dput() and mntput()Gravatar Michael Halcrow 1-1/+1
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageGravatar Michael Halcrow 1-26/+76
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 3-20/+20
2008-02-06ecryptfs: check for existing key_tfm at mount timeGravatar Eric Sandeen 3-17/+63
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Gravatar Trevor Highland 3-10/+10
2008-02-06eCryptfs: Minor fixes to printk messagesGravatar Michael Halcrow 3-8/+10
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeGravatar Eric Sandeen 2-20/+7