aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow4-16/+16
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow4-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow3-70/+613
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-14/+4
2009-01-05add a vfs_fsync helperChristoph Hellwig1-12/+3
2009-01-05inode->i_op is never NULLAl Viro1-2/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin1-1/+2
2008-12-04Merge branch 'master' into nextJames Morris1-17/+14
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn2-19/+13
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow1-17/+14
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