aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/miscdev.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationGravatar Markus Elfring 1-5/+1
2017-11-04ecryptfs: add missing \n to end of various error messagesGravatar Colin Ian King 1-1/+1
2013-04-09ecryptfs: close rmmod raceGravatar Al Viro 1-12/+2
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataGravatar Tyler Hicks 1-72/+26
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesGravatar Tyler Hicks 1-7/+16
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsGravatar Tyler Hicks 1-12/+13
2012-02-28ecryptfs: fix printk format warning for size_tGravatar Randy Dunlap 1-1/+1
2012-01-25eCryptfs: Replace miscdev read/write magic numbersGravatar Tyler Hicks 1-39/+47
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsGravatar Tyler Hicks 1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsGravatar Tyler Hicks 1-18/+38
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
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-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Gravatar Tyler Hicks 1-17/+11
2009-04-20ecryptfs: use memdup_user()Gravatar Li Zefan 1-10/+5
2009-01-06eCryptfs: Replace %Z with %zGravatar Michael Halcrow 1-9/+9
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-12/+7
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemGravatar David Howells 1-8/+12
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevGravatar Tyler Hicks 1-59/+0
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Gravatar Michael Halcrow 1-2/+0
2008-05-21ecryptfs fixesGravatar Al Viro 1-14/+12
2008-05-13eCryptFS: fix imbalanced mutex lockingGravatar Cyrill Gorcunov 1-0/+2
2008-04-29eCryptfs: make key module subsystem respect namespacesGravatar Michael Halcrow 1-25/+43
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Gravatar Michael Halcrow 1-2/+2
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsGravatar Michael Halcrow 1-0/+580