OSDN Git Service

afs: Implement YFS support in the fs client
authorDavid Howells <dhowells@redhat.com>
Fri, 19 Oct 2018 23:57:58 +0000 (00:57 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 23 Oct 2018 23:41:08 +0000 (00:41 +0100)
commit30062bd13e3659a309d249a06d5f4ebb4a5c5251
tree151b4925fbf78d25f098fe54a1d2422a434ee780
parentd4936803a92b7d088086b1d7b8ecb5739d52c03b
afs: Implement YFS support in the fs client

Implement support for talking to YFS-variant fileservers in the cache
manager and the filesystem client.  These implement upgraded services on
the same port as their AFS services.

YFS fileservers provide expanded capabilities over AFS.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/Makefile
fs/afs/callback.c
fs/afs/dir.c
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/protocol_yfs.h
fs/afs/server.c
fs/afs/yfsclient.c [new file with mode: 0644]
include/trace/events/afs.h