nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / ecryptfs / file.c
2010-01-20 Julia Lawallecryptfs: Eliminate useless code
2010-01-20 Erez Zadokecryptfs: initialize private persistent file before...
2010-01-20 Tyler HickseCryptfs: Remove mmap from directory operations
2009-01-06 Michael HalcroweCryptfs: Fix data types (int/size_t)
2009-01-06 Michael HalcroweCryptfs: Filename Encryption: filldir, lookup, and...
2009-01-05 Christoph Hellwigadd a vfs_fsync helper
2008-10-16 Michael HalcroweCryptfs: remove retry loop in ecryptfs_readdir()
2008-07-24 Michael HalcroweCryptfs: Make all persistent file opens delayed
2008-07-24 Michael HalcroweCryptfs: do not try to open device files on mknod
2008-07-24 Michael HalcroweCryptfs: Privileged kthread for lower file opens
2008-07-02 Jonathan Corbetecryptfs: fasync BKL pushdown
2008-04-29 Michael HalcroweCryptfs: protect crypt_stat->flags in ecryptfs_open()
2008-02-06 Michael HalcroweCryptfs: Minor fixes to printk messages
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: make open, truncate, and setattr use persiste...
2007-10-16 Michael HalcroweCryptfs: update metadata read/write functions
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: Use generic_file_splice_read()
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-24 Michael HalcroweCryptfs: delay writing 0's after llseek until write
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-01 Michael Halcrow[PATCH] eCryptfs: set O_LARGEFILE when opening lower...
2007-02-12 Michael Halcrow[PATCH] eCryptfs: open-code flag checking and manipulation
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Encrypted passthrough
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Generalize metadata read/write
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-08 Josef "Jeff" Sipek[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt...
2006-12-08 Josef "Jeff" Sipek[PATCH] eCryptfs: Use fsstack's generic copy inode...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-31 Michael Halcrow[PATCH] eCryptfs: Consolidate lower dentry_open's
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig