aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02fs/ecryptfs: remove kernel-doc warningsZhu Wang1-1/+0
2023-07-10fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()Fabio M. De Francesco1-2/+2
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2022-05-09ecryptfs: Convert ecryptfs to read_folioMatthew Wilcox (Oracle)1-5/+6
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+13
2021-04-19ecryptfs: mmap: Help out one function header and demote other abusesLee Jones1-5/+6
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino1-10/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-2/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-7/+6
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-22/+22
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-1/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-11-19kill f_dentry usesAl Viro1-1/+1
2012-11-07eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang1-2/+10
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks1-26/+13
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-25eCryptfs: move misleading function commentsLi Wang1-4/+4
2011-03-28eCryptfs: Unlock page in write_begin error pathTyler Hicks1-0/+5
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le1-14/+27
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks1-13/+2
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski1-8/+14
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-6/+7
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro1-10/+2
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro1-4/+3
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-17/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks1-0/+14
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-3/+2
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-14/+5
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks1-1/+3
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-1/+1
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-0/+11
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-16ecryptfs: convert to use new aopsBadari Pulavarty1-31/+50
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison1-8/+3
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-9/+12
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-2/+0
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-3/+2
2007-12-17ecryptfs: fix fsx data corruption problemsEric Sandeen1-11/+20
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow1-7/+21
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-336/+0
2007-10-16eCryptfs: fix data typesMichael Halcrow1-2/+3
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael Halcrow1-96/+103
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow1-1/+1
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow1-90/+41
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow1-1/+1
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-2/+3
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow1-1/+1
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin1-30/+10
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi1-1/+2
2007-07-20fix some conversion overflowsNick Piggin1-3/+2
2007-06-28zero out last page for llseek/writeMichael Halcrow1-0/+2
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow1-24/+29
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow1-3/+35
2007-05-17ecryptfs: use zero_user_pageNate Diller1-11/+3
2007-05-07mm: make read_cache_page synchronousNick Piggin1-10/+1
2007-03-05[PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE betterDmitriy Monakhov1-12/+16
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov1-1/+2
2007-03-01[PATCH] eCryptfs: remove unnecessary flush_dcache_page()Michael Halcrow1-1/+0
2007-03-01[PATCH] eCryptfs: resolve lower page unlocking problemMichael Halcrow1-5/+23
2007-02-12[PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow1-0/+6
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-4/+4
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow1-86/+35
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow1-1/+73
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-7/+89
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow1-90/+1
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-8/+8
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+788