aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2009-07-28eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeGravatar Ramon de Carvalho Valle 1-0/+7
2009-07-28eCryptfs: Check Tag 11 literal data buffer sizeGravatar Tyler Hicks 1-0/+6
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-3/+2
2009-04-27eCryptfs: Fix min function comparison warningGravatar Tyler Hicks 1-1/+1
2009-04-27ecryptfs: fix printk format warningGravatar Randy Dunlap 1-1/+1
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsGravatar Tyler Hicks 1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupGravatar Tyler Hicks 1-0/+4
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsGravatar Tyler Hicks 3-1/+8
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughGravatar Tyler Hicks 4-32/+41
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsGravatar Tyler Hicks 1-1/+4
2009-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Gravatar Tyler Hicks 2-99/+11
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationGravatar Tyler Hicks 1-4/+4
2009-04-20ecryptfs: use memdup_user()Gravatar Li Zefan 1-10/+5
2009-04-01ecryptfs: use kzfree()Gravatar Johannes Weiner 2-4/+2
2009-03-27constify dentry_operations: ecryptfsGravatar Al Viro 2-2/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupGravatar Tyler Hicks 3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersGravatar Tyler Hicks 1-13/+26
2009-03-14eCryptfs: don't encrypt file key with filename keyGravatar Tyler Hicks 4-4/+9
2009-02-06eCryptfs: Regression in unencrypted filename symlinksGravatar Tyler Hicks 1-2/+2
2009-01-22fs/Kconfig: move ecryptfs outGravatar Alexey Dobriyan 1-0/+11
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocGravatar Qinghuang Feng 1-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Gravatar Michael Halcrow 1-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Gravatar Michael Halcrow 1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Gravatar Michael Halcrow 4-16/+16
2009-01-06eCryptfs: Replace %Z with %zGravatar Michael Halcrow 4-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionGravatar Michael Halcrow 1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkGravatar Michael Halcrow 4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsGravatar Michael Halcrow 1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesGravatar Michael Halcrow 2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsGravatar Michael Halcrow 3-70/+613
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-14/+4
2009-01-05add a vfs_fsync helperGravatar Christoph Hellwig 1-12/+3
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-2/+1
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+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