aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/messaging.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-3/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks1-1/+1
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner1-2/+1
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman1-3/+2
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks1-89/+16
2012-07-08eCryptfs: Remove unused messaging declarations and functionTyler Hicks1-31/+0
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-1/+1
2010-08-27ecryptfs: properly mark init functionsJerome Marchand1-1/+1
2010-08-09ecryptfs: Fix warning in ecryptfs_process_response()Prarit Bhargava1-1/+1
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
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-82/+0
2009-04-01ecryptfs: use kzfree()Johannes Weiner1-2/+1
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-2/+2
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-7/+6
2008-11-14CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells1-8/+10
2008-10-16eCryptfs: remove netlink transportTyler Hicks1-87/+31
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow1-21/+60
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow1-161/+318
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen1-0/+1
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-2/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch1-1/+2
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-8/+10
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow1-1/+9
2007-02-12[PATCH] eCryptfs: Public key transport mechanismMichael Halcrow1-0/+505