aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: Unlock page in write_begin error pathTyler Hicks2011-03-281-0/+5
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-281-14/+27
* eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks2011-03-281-13/+2
* ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski2011-01-171-8/+14
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-6/+7
* switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-211-10/+2
* simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-211-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-191-17/+21
|\
| * eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-231-0/+14
| * eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-231-3/+2
| * eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-231-14/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks2009-09-231-1/+3
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-221-1/+1
* eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-221-0/+11
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
* ecryptfs: convert to use new aopsBadari Pulavarty2008-10-161-31/+50
* ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2008-07-241-8/+3
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-291-9/+9
* eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-041-26/+76
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-061-9/+12
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-061-2/+0
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-3/+2
* 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