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