summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/mmap.c
Commit message (Expand)AuthorAge
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-07
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* eCryptfs: Use skcipher and shashHerbert Xu2016-01-27
* wrappers for ->i_mutex accessAl Viro2016-01-22
* treewide: Fix typo in printkMasanari Iida2015-08-07
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* kill f_dentry usesAl Viro2014-11-19
* eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-07
* eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-13
* ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2012-02-16
* eCryptfs: move misleading function commentsLi Wang2012-01-25
* eCryptfs: Unlock page in write_begin error pathTyler Hicks2011-03-28
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-28
* eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks2011-03-28
* ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski2011-01-17
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-17
* switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-21
* simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-19
|\
| * eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks2010-03-23
| * eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-23
| * eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-23
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks2009-09-23
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-22
* eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-22
* fs: symlink write_begin allocation context fixNick Piggin2009-01-04
* ecryptfs: convert to use new aopsBadari Pulavarty2008-10-16
* ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2008-07-24
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-29
* eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-04
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-06
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-06
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-05
* ecryptfs: fix fsx data corruption problemsEric Sandeen2007-12-17
* ecryptfs: clean up page flag handlingMichael Halcrow2007-10-16
* eCryptfs: remove unused functions and kmem_cacheMichael Halcrow2007-10-16
* eCryptfs: fix data typesMichael Halcrow2007-10-16
* eCryptfs: convert mmap functions to use persistent fileMichael Halcrow2007-10-16
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-16
* eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow2007-10-16
* eCryptfs: read_write.c routinesMichael Halcrow2007-10-16
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-16
* eCryptfs: remove header_extent_sizeMichael Halcrow2007-10-16
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-16
* eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi2007-08-31
* fix some conversion overflowsNick Piggin2007-07-20