aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/kthread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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