| Commit message (Expand) | Author | Age | Files | Lines |
* | eCryptfs: Allocate up to two scatterlists for crypto ops on keys | Michael Halcrow | 2008-11-19 | 1 | -17/+14 |
* | ecryptfs: fix memory corruption when storing crypto info in xattrs | Eric Sandeen | 2008-10-30 | 1 | -7/+8 |
* | [PATCH] assorted path_lookup() -> kern_path() conversions | Al Viro | 2008-10-23 | 1 | -14/+9 |
* | eCryptfs: remove netlink transport | Tyler Hicks | 2008-10-16 | 6 | -388/+60 |
* | ecryptfs: convert to use new aops | Badari Pulavarty | 2008-10-16 | 1 | -31/+50 |
* | eCryptfs: remove retry loop in ecryptfs_readdir() | Michael Halcrow | 2008-10-16 | 1 | -9/+8 |
* | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 |
* | eCryptfs: use page_alloc not kmalloc to get a page of memory | Eric Sandeen | 2008-07-28 | 1 | -12/+18 |
* | [PATCH] kill nameidata passing to permission(), rename to inode_permission() | Al Viro | 2008-07-26 | 1 | -1/+1 |
* | [patch 5/5] vfs: remove mode parameter from vfs_symlink() | Miklos Szeredi | 2008-07-26 | 1 | -3/+1 |
* | [PATCH] sanitize ->permission() prototype | Al Viro | 2008-07-26 | 1 | -15/+2 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -2/+2 |
* | eCryptfs: Make all persistent file opens delayed | Michael Halcrow | 2008-07-24 | 4 | -26/+23 |
* | eCryptfs: do not try to open device files on mknod | Michael Halcrow | 2008-07-24 | 4 | -13/+42 |
* | ecryptfs: inode.c mmap.c use unaligned byteorder helpers | Harvey Harrison | 2008-07-24 | 2 | -10/+5 |
* | ecryptfs: crypto.c use unaligned byteorder helpers | Harvey Harrison | 2008-07-24 | 1 | -23/+14 |
* | ecryptfs: string copy cleanup | Miklos Szeredi | 2008-07-24 | 1 | -12/+6 |
* | ecryptfs: propagate key errors up at mount time | Eric Sandeen | 2008-07-24 | 2 | -7/+6 |
* | ecryptfs: discard ecryptfsd registration messages in miscdev | Tyler Hicks | 2008-07-24 | 1 | -59/+0 |
* | eCryptfs: Privileged kthread for lower file opens | Michael Halcrow | 2008-07-24 | 5 | -22/+251 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 4 | -41/+13 |
|\ |
|
| * | ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() | Michael Halcrow | 2008-07-04 | 1 | -2/+0 |
| * | eCryptfs: remove unnecessary page decrypt call | Michael Halcrow | 2008-06-06 | 2 | -24/+0 |
| * | ecryptfs: fix missed mutex_unlock | Cyrill Gorcunov | 2008-05-24 | 1 | -1/+1 |
| * | ecryptfs fixes | Al Viro | 2008-05-21 | 1 | -14/+12 |
* | | ecryptfs: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 | 1 | -0/+3 |
|/ |
|
* | eCryptFS: fix imbalanced mutex locking | Cyrill Gorcunov | 2008-05-13 | 1 | -0/+2 |
* | ecryptfs: clean up (un)lock_parent | Miklos Szeredi | 2008-05-13 | 1 | -9/+4 |
* | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 1 | -1/+1 |
* | eCryptfs: protect crypt_stat->flags in ecryptfs_open() | Michael Halcrow | 2008-04-29 | 1 | -0/+2 |
* | eCryptfs: make key module subsystem respect namespaces | Michael Halcrow | 2008-04-29 | 4 | -64/+135 |
* | eCryptfs: integrate eCryptfs device handle into the module. | Michael Halcrow | 2008-04-29 | 6 | -226/+435 |
* | eCryptfs: introduce device handle for userspace daemon communications | Michael Halcrow | 2008-04-29 | 1 | -0/+580 |
* | ecryptfs: add missing lock around notify_change | Miklos Szeredi | 2008-04-29 | 1 | -0/+2 |
* | ecryptfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-29 | 6 | -36/+36 |
* | remove ecryptfs_header_cache_0 | Adrian Bunk | 2008-04-29 | 1 | -1/+0 |
* | eCryptfs: Swap dput() and mntput() | Michael Halcrow | 2008-03-19 | 1 | -1/+1 |
* | eCryptfs: make ecryptfs_prepare_write decrypt the page | Michael Halcrow | 2008-03-04 | 1 | -26/+76 |
* | Introduce path_put() | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 3 | -20/+20 |
* | ecryptfs: check for existing key_tfm at mount time | Eric Sandeen | 2008-02-06 | 3 | -17/+63 |
* | eCryptfs: change the type of cipher_code from u16 to u8 | Trevor Highland | 2008-02-06 | 3 | -10/+10 |
* | eCryptfs: Minor fixes to printk messages | Michael Halcrow | 2008-02-06 | 3 | -8/+10 |
* | ecryptfs: remove debug as mount option, and warn if set via modprobe | Eric Sandeen | 2008-02-06 | 2 | -20/+7 |
* | ecryptfs: make show_options reflect actual mount options | Eric Sandeen | 2008-02-06 | 1 | -21/+31 |
* | eCryptfs: set inode key only once per crypto operation | Trevor Highland | 2008-02-06 | 2 | -2/+6 |
* | eCryptfs: track header bytes rather than extents | Michael Halcrow | 2008-02-06 | 5 | -84/+51 |
* | fs/ecryptfs/: possible cleanups | Adrian Bunk | 2008-02-06 | 6 | -18/+8 |
* | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 2008-02-05 | 1 | -3/+2 |
* | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 2008-01-28 | 1 | -2/+1 |