Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ecryptfs / mmap.c
2010-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Tyler HickseCryptfs: Strip metadata in xattr flag in encrypted...
2010-03-23 Tyler HickseCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_a...
2010-03-23 Tyler HickseCryptfs: Fix metadata in xattr feature regression
2009-09-23 Tyler HickseCryptfs: Propagate vfs_read and vfs_write return codes
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-04-22 Tyler HickseCryptfs: Fix data corruption when using ecryptfs_passt...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-10-16 Badari Pulavartyecryptfs: convert to use new aops
2008-07-24 Harvey Harrisonecryptfs: inode.c mmap.c use unaligned byteorder helpers
2008-04-29 Harvey Harrisonecryptfs: replace remaining __FUNCTION__ occurrences
2008-03-05 Michael HalcroweCryptfs: make ecryptfs_prepare_write decrypt the page
2008-02-06 Michael HalcroweCryptfs: track header bytes rather than extents
2008-02-06 Adrian Bunkfs/ecryptfs/: possible cleanups
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-12-18 Eric Sandeenecryptfs: fix fsx data corruption problems
2007-10-16 Michael Halcrowecryptfs: clean up page flag handling
2007-10-16 Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16 Michael HalcroweCryptfs: fix data types
2007-10-16 Michael HalcroweCryptfs: convert mmap functions to use persistent...
2007-10-16 Michael HalcroweCryptfs: update metadata read/write functions
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: remove assignments in if-statements
2007-10-16 Michael HalcroweCryptfs: remove header_extent_size
2007-10-16 Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-08-31 Ryusuke KonishieCryptfs: fix possible fault in ecryptfs_sync_page
2007-07-20 Nick Pigginfix some conversion overflows
2007-06-28 Michael Halcrowzero out last page for llseek/write
2007-06-28 Michael HalcroweCryptfs: fix write zeros behavior
2007-05-24 Michael HalcroweCryptfs: delay writing 0's after llseek until write
2007-05-17 Nate Dillerecryptfs: use zero_user_page
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE better
2007-03-05 Dmitriy Monakhov[PATCH] ecryptfs: check xattr operation support fix
2007-03-01 Michael Halcrow[PATCH] eCryptfs: remove unnecessary flush_dcache_page()
2007-03-01 Michael Halcrow[PATCH] eCryptfs: resolve lower page unlocking problem
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: Encrypted passthrough
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Generalize metadata read/write
2007-02-12 Michael Halcrow[PATCH] eCryptfs: Public key; packet management
2006-12-08 Josef "Jeff" Sipek[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt...
2006-10-04 Michael Halcrow[PATCH] ecryptfs: fs/Makefile and fs/Kconfig