1
0
Fork 0
alistair23-linux/fs/afs
David Howells 76181c134f KEYS: Make request_key() and co fundamentally asynchronous
Make request_key() and co fundamentally asynchronous to make it easier for
NFS to make use of them.  There are now accessor functions that do
asynchronous constructions, a wait function to wait for construction to
complete, and a completion function for the key type to indicate completion
of construction.

Note that the construction queue is now gone.  Instead, keys under
construction are linked in to the appropriate keyring in advance, and that
anyone encountering one must wait for it to be complete before they can use
it.  This is done automatically for userspace.

The following auxiliary changes are also made:

 (1) Key type implementation stuff is split from linux/key.h into
     linux/key-type.h.

 (2) AF_RXRPC provides a way to allocate null rxrpc-type keys so that AFS does
     not need to call key_instantiate_and_link() directly.

 (3) Adjust the debugging macros so that they're -Wformat checked even if
     they are disabled, and make it so they can be enabled simply by defining
     __KDEBUG to be consistent with other code of mine.

 (3) Documentation.

[alan@lxorguk.ukuu.org.uk: keys: missing word in documentation]
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:57 -07:00
..
Makefile AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs_cm.h [AFS]: Implement the CB.InitCallBackState3 operation. 2007-04-26 15:58:49 -07:00
afs_fs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs_vl.h [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. 2007-04-26 15:55:03 -07:00
cache.c [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. 2007-04-26 15:55:03 -07:00
cache.h [AFS]: Clean up the AFS sources 2007-04-26 15:49:28 -07:00
callback.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
cell.c KEYS: Make request_key() and co fundamentally asynchronous 2007-10-17 08:42:57 -07:00
cmservice.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
dir.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
file.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
flock.c AFS: clean up explicit check for mandatory locks 2007-10-09 18:32:46 -04:00
fsclient.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
inode.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
internal.h fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
main.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
misc.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
mntpt.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
netdevices.c [NET]: Make the device list and device lookups per namespace. 2007-10-10 16:49:10 -07:00
proc.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
rxrpc.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
security.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
server.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
super.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
vlclient.c [AFS]: Add security support. 2007-04-26 15:57:07 -07:00
vlocation.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
vnode.c AFS: drop explicit extern 2007-07-16 09:05:43 -07:00
volume.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
write.c Drop some headers from mm.h 2007-10-17 08:42:55 -07:00