s3c2410fb: adds pixclock to s3c2410fb_display
[safe/jmp/linux-2.6] / fs / ecryptfs /
2007-10-16 Michael Halcrowecryptfs: clean up page flag handling
2007-10-16 Michael HalcroweCryptfs: replace magic numbers
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: initialize persistent lower file on inode...
2007-10-16 Michael HalcroweCryptfs: fix data types
2007-10-16 Michael HalcroweCryptfs: convert mmap functions to use persistent...
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: set up and destroy persistent lower file
2007-10-16 Michael HalcroweCryptfs: replace encrypt, decrypt, and inode size...
2007-10-16 Michael HalcroweCryptfs: read_write.c routines
2007-10-16 Michael Halcrowecryptfs: fix error handling
2007-10-16 Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: remove header_extent_size
2007-10-16 Michael HalcroweCryptfs: Use generic_file_splice_read()
2007-10-16 Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16 Michael HalcroweCryptfs: remove unnecessary variable initializations
2007-10-16 Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16 Michael HalcroweCryptfs: comments for some structs
2007-10-16 Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16 Michael HalcroweCryptfs: collapse flag set into one statement
2007-10-16 Michael HalcroweCryptfs: remove unnecessary BUG_ON
2007-10-16 Andrew Mortonecryptfs: printk warning fixes
2007-10-16 Michael HalcroweCryptfs: update comment and debug statement
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 writing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 11 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 3 parsing code
2007-10-16 Michael HalcroweCryptfs: fix Tag 1 parsing code
2007-10-16 Michael HalcroweCryptfs: kmem_cache objects for multiple keys; init...
2007-10-16 Michael HalcroweCryptfs: use list_for_each_entry_safe() when wiping...
2007-10-16 Michael HalcroweCryptfs: add key list structure; search keyring
2007-10-16 Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-08-31 Ryusuke KonishieCryptfs: fix possible fault in ecryptfs_sync_page
2007-08-31 Andrew Mortonrevert "eCryptfs: fix lookup error for special files"
2007-08-23 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-08-11 Ryusuke KonishieCryptfs: fix error handling in ecryptfs_init
2007-08-11 Ryusuke KonishieCryptfs: fix lookup error for special files
2007-07-20 Nick Pigginfix some conversion overflows
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Michael HalcroweCryptfs: ecryptfs_setattr() bugfix
2007-07-17 Mika KukkonenCouple fixes to fs/ecryptfs/inode.c
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
next