summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * ecryptfs fixesAl Viro2008-05-211-14/+12
* | ecryptfs: fasync BKL pushdownJonathan Corbet2008-07-021-0/+3
|/
* eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov2008-05-131-0/+2
* ecryptfs: clean up (un)lock_parentMiklos Szeredi2008-05-131-9/+4
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow2008-04-291-0/+2
* eCryptfs: make key module subsystem respect namespacesMichael Halcrow2008-04-294-64/+135
* eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow2008-04-296-226/+435
* eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow2008-04-291-0/+580
* ecryptfs: add missing lock around notify_changeMiklos Szeredi2008-04-291-0/+2
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-296-36/+36
* remove ecryptfs_header_cache_0Adrian Bunk2008-04-291-1/+0
* eCryptfs: Swap dput() and mntput()Michael Halcrow2008-03-191-1/+1
* eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-041-26/+76
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-143-20/+20
OpenPOWER on IntegriCloud