| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] eCryptfs: fix possible NULL ptr deref in ecryptfs_d_release() | Michael Halcrow | 2007-03-16 | 1 | -10/+5 |
* | [PATCH] ecryptfs: nested locking annotation | Peter Zijlstra | 2007-03-08 | 1 | -1/+1 |
* | [PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE better | Dmitriy Monakhov | 2007-03-05 | 1 | -12/+16 |
* | [PATCH] ecryptfs: lower root result must be adirectory | Dmitriy Monakhov | 2007-03-05 | 1 | -7/+1 |
* | [PATCH] ecryptfs: check xattr operation support fix | Dmitriy Monakhov | 2007-03-05 | 2 | -4/+5 |
* | [PATCH] eCryptfs: no path_release() after path_lookup() error | Michael Halcrow | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] eCryptfs: remove unnecessary flush_dcache_page() | Michael Halcrow | 2007-03-01 | 1 | -1/+0 |
* | [PATCH] eCryptfs: set O_LARGEFILE when opening lower file | Michael Halcrow | 2007-03-01 | 2 | -3/+1 |
* | [PATCH] eCryptfs: resolve lower page unlocking problem | Michael Halcrow | 2007-03-01 | 1 | -5/+23 |
* | [PATCH] ecryptfs: fix forgotten format specifier | Thomas Hisch | 2007-02-16 | 1 | -1/+2 |
* | [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set() | Michael Halcrow | 2007-02-16 | 3 | -8/+24 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 2 | -2/+2 |
* | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 2007-02-12 | 2 | -6/+6 |
* | [PATCH] eCryptfs: add flush_dcache_page() calls | Michael Halcrow | 2007-02-12 | 1 | -0/+6 |
* | [PATCH] eCryptfs: open-code flag checking and manipulation | Michael Halcrow | 2007-02-12 | 7 | -68/+49 |
* | [PATCH] eCryptfs: convert kmap() to kmap_atomic() | Michael Halcrow | 2007-02-12 | 3 | -94/+39 |
* | [PATCH] eCryptfs: convert f_op->write() to vfs_write() | Michael Halcrow | 2007-02-12 | 2 | -6/+23 |
* | [PATCH] eCryptfs: Encrypted passthrough | Michael Halcrow | 2007-02-12 | 5 | -11/+113 |
* | [PATCH] eCryptfs: Generalize metadata read/write | Michael Halcrow | 2007-02-12 | 7 | -146/+348 |
* | [PATCH] eCryptfs: xattr flags and mount options | Michael Halcrow | 2007-02-12 | 3 | -7/+46 |
* | [PATCH] eCryptfs: Public key; packet management | Michael Halcrow | 2007-02-12 | 7 | -170/+777 |
* | [PATCH] eCryptfs: Public key transport mechanism | Michael Halcrow | 2007-02-12 | 3 | -3/+858 |
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 2007-02-11 | 5 | -16/+8 |
* | [CRYPTO] api: Remove deprecated interface | Herbert Xu | 2007-02-07 | 2 | -4/+1 |
* | [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 3 | -17/+17 |
* | [PATCH] struct path: make eCryptfs a user of struct path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -6/+6 |
* | [PATCH] eCryptfs: Use fsstack's generic copy inode attr functions | Josef "Jeff" Sipek | 2006-12-08 | 5 | -63/+27 |
* | [PATCH] make ecryptfs_version_str_map[] static | Adrian Bunk | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 6 | -8/+8 |
* | [PATCH] slab: remove SLAB_USER | Christoph Lameter | 2006-12-07 | 2 | -3/+3 |
* | [PATCH] ecryptfs: fix crypto_alloc_blkcipher() error check | Akinobu Mita | 2006-11-28 | 1 | -1/+2 |
* | [PATCH] eCryptfs: CIFS nlink fixes | Michael Halcrow | 2006-11-16 | 2 | -1/+8 |
* | [PATCH] eCryptfs: dput() lower d_parent on rename | Michael Halcrow | 2006-11-16 | 1 | -0/+2 |
* | [PATCH] eCryptfs: Fix pointer deref | Michael Halcrow | 2006-11-03 | 1 | -1/+1 |
* | [PATCH] eCryptfs: Fix handling of lower d_count | Michael Halcrow | 2006-10-31 | 2 | -43/+27 |
* | [PATCH] eCryptfs: Remove ecryptfs_umount_begin | Michael Halcrow | 2006-10-31 | 1 | -18/+0 |
* | [PATCH] eCryptfs: Consolidate lower dentry_open's | Michael Halcrow | 2006-10-31 | 4 | -42/+63 |
* | [PATCH] eCryptfs: Cipher code to new crypto API | Michael Halcrow | 2006-10-31 | 4 | -58/+146 |
* | [PATCH] eCryptfs: Hash code to new crypto API | Michael Halcrow | 2006-10-31 | 2 | -18/+25 |
* | [PATCH] eCryptfs: Clean up crypto initialization | Michael Halcrow | 2006-10-31 | 4 | -78/+24 |
* | [PATCH] ecryptfs: use special_file() | Pekka Enberg | 2006-10-20 | 1 | -4/+1 |
* | [PATCH] ecryptfs: fs/Makefile and fs/Kconfig | Michael Halcrow | 2006-10-04 | 11 | -0/+6755 |