aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: fix fsx data corruption problemsEric Sandeen2007-12-171-11/+20
* ecryptfs: clean up page flag handlingMichael Halcrow2007-10-161-7/+21
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-161-336/+0
* eCryptfs: fix data typesMichael Halcrow2007-10-161-2/+3
* eCryptfs: convert mmap functions to use persistent fileMichael Halcrow2007-10-161-96/+103
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-161-1/+1
* eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow2007-10-161-90/+41
* eCryptfs: read_write.c routinesMichael Halcrow2007-10-161-1/+1
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-2/+3
* eCryptfs: remove header_extent_sizeMichael Halcrow2007-10-161-1/+1
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-161-30/+10
* eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi2007-08-311-1/+2
* fix some conversion overflowsNick Piggin2007-07-201-3/+2
* zero out last page for llseek/writeMichael Halcrow2007-06-281-0/+2
* eCryptfs: fix write zeros behaviorMichael Halcrow2007-06-281-24/+29
* eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2007-05-231-3/+35
* ecryptfs: use zero_user_pageNate Diller2007-05-171-11/+3
* mm: make read_cache_page synchronousNick Piggin2007-05-071-10/+1
* [PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterDmitriy Monakhov2007-03-051-12/+16
* [PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov2007-03-051-1/+2
* [PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow2007-03-011-1/+0
* [PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow2007-03-011-5/+23
* [PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow2007-02-121-0/+6
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-4/+4
* [PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow2007-02-121-86/+35
* [PATCH] eCryptfs: Encrypted passthroughMichael Halcrow2007-02-121-1/+73
* [PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow2007-02-121-7/+89
* [PATCH] eCryptfs: Public key; packet managementMichael Halcrow2007-02-121-90/+1
* [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-8/+8
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-041-0/+788