aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-3/+2
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks3-1/+8
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks4-32/+41
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsTyler Hicks1-1/+4
2009-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Tyler Hicks2-99/+11
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks1-4/+4
2009-04-20ecryptfs: use memdup_user()Li Zefan1-10/+5
2009-04-01ecryptfs: use kzfree()Johannes Weiner2-4/+2
2009-03-27constify dentry_operations: ecryptfsAl Viro2-2/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks4-4/+9
2009-02-06eCryptfs: Regression in unencrypted filename symlinksTyler Hicks1-2/+2
2009-01-22fs/Kconfig: move ecryptfs outAlexey Dobriyan1-0/+11
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