aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-28eCryptfs: Unlock page in write_begin error pathGravatar Tyler Hicks 1-0/+5
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 1-14/+27
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagGravatar Tyler Hicks 1-13/+2
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileGravatar Frank Swiderski 1-8/+14
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 1-6/+7
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Gravatar Al Viro 1-10/+2
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsGravatar Al Viro 1-4/+3
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 1-17/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewGravatar Tyler Hicks 1-0/+14
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontGravatar Tyler Hicks 1-3/+2
2010-03-23eCryptfs: Fix metadata in xattr feature regressionGravatar Tyler Hicks 1-14/+5
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesGravatar Tyler Hicks 1-1/+3
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 1-1/+1
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughGravatar Tyler Hicks 1-0/+11
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+1
2008-10-16ecryptfs: convert to use new aopsGravatar Badari Pulavarty 1-31/+50
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersGravatar Harvey Harrison 1-8/+3
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-9/+9
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageGravatar Michael Halcrow 1-26/+76
2008-02-06eCryptfs: track header bytes rather than extentsGravatar Michael Halcrow 1-9/+12
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-2/+0
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-3/+2
2007-12-17ecryptfs: fix fsx data corruption problemsGravatar Eric Sandeen 1-11/+20
2007-10-16ecryptfs: clean up page flag handlingGravatar Michael Halcrow 1-7/+21
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 1-336/+0
2007-10-16eCryptfs: fix data typesGravatar Michael Halcrow 1-2/+3
2007-10-16eCryptfs: convert mmap functions to use persistent fileGravatar Michael Halcrow 1-96/+103
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 1-1/+1
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 1-90/+41
2007-10-16eCryptfs: read_write.c routinesGravatar Michael Halcrow 1-1/+1
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-2/+3
2007-10-16eCryptfs: remove header_extent_sizeGravatar Michael Halcrow 1-1/+1
2007-10-16fs: remove some AOP_TRUNCATED_PAGEGravatar Nick Piggin 1-30/+10
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageGravatar Ryusuke Konishi 1-1/+2
2007-07-20fix some conversion overflowsGravatar Nick Piggin 1-3/+2
2007-06-28zero out last page for llseek/writeGravatar Michael Halcrow 1-0/+2
2007-06-28eCryptfs: fix write zeros behaviorGravatar Michael Halcrow 1-24/+29
2007-05-23eCryptfs: delay writing 0's after llseek until writeGravatar Michael Halcrow 1-3/+35
2007-05-17ecryptfs: use zero_user_pageGravatar Nate Diller 1-11/+3
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-10/+1
2007-03-05[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterGravatar Dmitriy Monakhov 1-12/+16
2007-03-05[PATCH] ecryptfs: check xattr operation support fixGravatar Dmitriy Monakhov 1-1/+2
2007-03-01[PATCH] eCryptfs: remove unnecessary flush_dcache_page()Gravatar Michael Halcrow 1-1/+0
2007-03-01[PATCH] eCryptfs: resolve lower page unlocking problemGravatar Michael Halcrow 1-5/+23
2007-02-12[PATCH] eCryptfs: add flush_dcache_page() callsGravatar Michael Halcrow 1-0/+6
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-4/+4
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Gravatar Michael Halcrow 1-86/+35
2007-02-12[PATCH] eCryptfs: Encrypted passthroughGravatar Michael Halcrow 1-1/+73
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-7/+89