summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-7/+6
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-1/+2
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+2
|\
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-22/+22
|/
* eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-1/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* kill f_dentry usesAl Viro2014-11-191-1/+1
* eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-071-2/+10
* eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-131-26/+13
* ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2012-02-161-2/+2
* eCryptfs: move misleading function commentsLi Wang2012-01-251-4/+4
* 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
OpenPOWER on IntegriCloud