1
0
Fork 0
alistair23-linux/fs/fuse
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds
Use RCU to access another task's creds and to release a task's own creds.
This means that it will be possible for the credentials of a task to be
replaced without another task (a) requiring a full lock to read them, and (b)
seeing deallocated memory.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: James Morris <jmorris@namei.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
2008-11-14 10:39:19 +11:00
..
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00
control.c mm: bdi: expose the BDI object in sysfs for FUSE 2008-04-30 08:29:49 -07:00
dev.c CRED: Wrap task credential accesses in the FUSE filesystem 2008-11-14 10:38:53 +11:00
dir.c CRED: Use RCU to access another task's creds and to release a task's own creds 2008-11-14 10:39:19 +11:00
file.c fuse: implement nonseekable open 2008-10-16 16:08:57 +02:00
fuse_i.h fuse: add include protectors 2008-10-16 16:08:57 +02:00
inode.c [PATCH] switch all filesystems over to d_obtain_alias 2008-10-23 05:13:01 -04:00