knfsd: nfsd: remove unused header interface.h
[safe/jmp/linux-2.6] / fs / ecryptfs /
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-28 Michael Halcrowzero out last page for llseek/write
2007-06-28 Michael HalcroweCryptfs: initialize crypt_stat in setattr
2007-06-28 Michael HalcroweCryptfs: fix write zeros behavior
2007-05-24 Michael HalcroweCryptfs: delay writing 0's after llseek until write
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Nate Dillerecryptfs: use zero_user_page
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-03-17 Michael Halcrow[PATCH] eCryptfs: fix possible NULL ptr deref in ecrypt...
2007-03-08 Peter Zijlstra[PATCH] ecryptfs: nested locking annotation
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE better
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: lower root result must be adirectory
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: check xattr operation support fix
2007-03-01 Michael Halcrow[PATCH] eCryptfs: no path_release() after path_lookup...
2007-03-01 Michael Halcrow[PATCH] eCryptfs: remove unnecessary flush_dcache_page()
2007-03-01 Michael Halcrow[PATCH] eCryptfs: set O_LARGEFILE when opening lower...
2007-03-01 Michael Halcrow[PATCH] eCryptfs: resolve lower page unlocking problem
2007-02-16 Thomas Hisch[PATCH] ecryptfs: fix forgotten format specifier
2007-02-16 Michael Halcrow[PATCH] eCryptfs: Reduce stack usage in ecryptfs_genera...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-12 Michael Halcrow[PATCH] eCryptfs: add flush_dcache_page() calls
2007-02-12 Michael Halcrow[PATCH] eCryptfs: open-code flag checking and manipulation
2007-02-12 Michael Halcrow[PATCH] eCryptfs: convert kmap() to kmap_atomic()
2007-02-12 Michael Halcrow[PATCH] eCryptfs: convert f_op->write() to vfs_write()
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Encrypted passthrough
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Generalize metadata read/write
2007-02-12 Michael Halcrow[PATCH] eCryptfs: xattr flags and mount options
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key; packet management
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key transport mechanism
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-06 Herbert Xu[CRYPTO] api: Remove deprecated interface
2006-12-08 Josef "Jeff" Sipek[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt...
2006-12-08 Josef "Jeff" Sipek[PATCH] struct path: make eCryptfs a user of struct...
2006-12-08 Josef "Jeff" Sipek[PATCH] eCryptfs: Use fsstack's generic copy inode...
2006-12-07 Adrian Bunk[PATCH] make ecryptfs_version_str_map[] static
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_USER
2006-11-29 Akinobu Mita[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error...
2006-11-16 Michael Halcrow[PATCH] eCryptfs: CIFS nlink fixes
2006-11-16 Michael Halcrow[PATCH] eCryptfs: dput() lower d_parent on rename
2006-11-03 Michael Halcrow[PATCH] eCryptfs: Fix pointer deref
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Fix handling of lower d_count
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Remove ecryptfs_umount_begin
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Consolidate lower dentry_open's
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Cipher code to new crypto API
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Hash code to new crypto API
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Clean up crypto initialization
2006-10-20 Pekka Enberg[PATCH] ecryptfs: use special_file()
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig