aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/mmap.c
AgeCommit message (Expand)Author
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-19kill f_dentry usesAl Viro
2012-11-07eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-25eCryptfs: move misleading function commentsLi Wang
2011-03-28eCryptfs: Unlock page in write_begin error pathTyler Hicks
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-10-16ecryptfs: convert to use new aopsBadari Pulavarty
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow
2007-10-16eCryptfs: fix data typesMichael Halcrow
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael Halcrow
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi
2007-07-20fix some conversion overflowsNick Piggin