aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: use kzfree()Johannes Weiner2009-04-012-4/+2
* constify dentry_operations: ecryptfsAl Viro2009-03-272-2/+2
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-223-25/+18
* eCryptfs: Allocate a variable number of pages for file headersTyler Hicks2009-03-221-13/+26
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-144-4/+9
* eCryptfs: Regression in unencrypted filename symlinksTyler Hicks2009-02-061-2/+2
* fs/Kconfig: move ecryptfs outAlexey Dobriyan2009-01-221-0/+11
* fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng2009-01-061-2/+1
* eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow2009-01-061-27/+24
* eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow2009-01-061-0/+11
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-064-16/+16
* eCryptfs: Replace %Z with %zMichael Halcrow2009-01-064-24/+24
* eCryptfs: Filename Encryption: mount optionMichael Halcrow2009-01-061-27/+99
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-064-242/+195
* eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow2009-01-061-0/+433
* eCryptfs: Filename Encryption: Header updatesMichael Halcrow2009-01-062-14/+51
* eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow2009-01-063-70/+613
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-052-14/+4
|\
| * add a vfs_fsync helperChristoph Hellwig2009-01-051-12/+3
| * inode->i_op is never NULLAl Viro2009-01-051-2/+1
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
|/
* eCryptfs: check readlink result was not an error before using itDuane Griffin2008-12-311-1/+2
* Merge branch 'master' into nextJames Morris2008-12-041-17/+14
|\
| * eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-191-17/+14
* | User namespaces: set of cleanups (v2)Serge Hallyn2008-11-242-19/+13
* | CRED: Pass credentials through dentry_open()David Howells2008-11-143-6/+9
* | CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells2008-11-142-16/+22
|/
* ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen2008-10-301-7/+8
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-231-14/+9
* eCryptfs: remove netlink transportTyler Hicks2008-10-166-388/+60
* ecryptfs: convert to use new aopsBadari Pulavarty2008-10-161-31/+50
* eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow2008-10-161-9/+8
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-281-12/+18
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-261-3/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-15/+2
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-2/+2
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-244-26/+23
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-244-13/+42
* ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2008-07-242-10/+5
* ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison2008-07-241-23/+14
* ecryptfs: string copy cleanupMiklos Szeredi2008-07-241-12/+6
* ecryptfs: propagate key errors up at mount timeEric Sandeen2008-07-242-7/+6
* ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks2008-07-241-59/+0
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-245-22/+251
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-144-41/+13
|\
| * ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow2008-07-041-2/+0
| * eCryptfs: remove unnecessary page decrypt callMichael Halcrow2008-06-062-24/+0
| * ecryptfs: fix missed mutex_unlockCyrill Gorcunov2008-05-241-1/+1