aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/kthread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2012-12-18eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-3/+3
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro1-46/+26
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-3/+3
2010-08-27ecryptfs: properly mark init functionsJerome Marchand1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks1-16/+8
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-4/+5
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow1-0/+203