aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/kthread.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-19ecryptfs: kthread: Demote file header and provide description for 'cred'Gravatar Lee Jones 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Gravatar Jeff Mahoney 1-11/+2
2016-06-10ecryptfs: forbid opening files without mmap handlerGravatar Jann Horn 1-2/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2012-12-18eCryptfs: fix to use list_for_each_entry_safe() when delete itemsGravatar Wei Yongjun 1-3/+3
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 1-46/+26
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openGravatar Tyler Hicks 1-1/+1
2011-04-25eCryptfs: Add reference counting to lower filesGravatar Tyler Hicks 1-3/+3
2010-08-27ecryptfs: properly mark init functionsGravatar Jerome Marchand 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesGravatar Tyler Hicks 1-16/+8
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-4/+5
2008-07-24eCryptfs: Privileged kthread for lower file opensGravatar Michael Halcrow 1-0/+203