summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
2009-01-22fs/Kconfig: move ecryptfs outAlexey Dobriyan-0/+11
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow-16/+16
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow-70/+613
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+4
2009-01-05add a vfs_fsync helperChristoph Hellwig-12/+3
2009-01-05inode->i_op is never NULLAl Viro-2/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin-1/+1
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin-1/+2
2008-12-04Merge branch 'master' into nextJames Morris-17/+14
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn-19/+13
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow-17/+14
2008-11-14CRED: Pass credentials through dentry_open()David Howells-6/+9
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells-16/+22
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen-7/+8
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro-14/+9
2008-10-16eCryptfs: remove netlink transportTyler Hicks-388/+60
2008-10-16ecryptfs: convert to use new aopsBadari Pulavarty-31/+50
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow-9/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen-12/+18
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-15/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-2/+2
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow-26/+23
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow-13/+42
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison-10/+5
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison-23/+14
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen-7/+6
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks-59/+0
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow-22/+251
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-41/+13
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow-2/+0
2008-07-02ecryptfs: fasync BKL pushdownJonathan Corbet-0/+3
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow-24/+0
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