summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/kthread.c
AgeCommit message (Expand)AuthorLines
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro-46/+26
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks-1/+1
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks-3/+3
2010-08-27ecryptfs: properly mark init functionsJerome Marchand-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks-16/+8
2008-11-14CRED: Pass credentials through dentry_open()David Howells-4/+5
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow-0/+203