summaryrefslogtreecommitdiffstats
path: root/fs/afs/protocol_yfs.h
Commit message (Collapse)AuthorAgeFilesLines
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-0/+106
| | | | | | | | | | 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>
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-241-0/+57
Implement the YFS cache manager service which gives extra capabilities on top of AFS. This is done by listening for an additional service on the same port and indicating that anyone requesting an upgrade should be upgraded to the YFS port. Signed-off-by: David Howells <dhowells@redhat.com>