aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/miscdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-5/+1
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King1-1/+1
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks1-72/+26
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-02-28ecryptfs: fix printk format warning for size_tRandy Dunlap1-1/+1
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks1-39/+47
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
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-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Tyler Hicks1-17/+11
2009-04-20ecryptfs: use memdup_user()Li Zefan1-10/+5
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-9/+9
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-12/+7
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells1-8/+12
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks1-59/+0
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow1-2/+0
2008-05-21ecryptfs fixesAl Viro1-14/+12
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov1-0/+2
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow1-25/+43
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow1-2/+2
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow1-0/+580