David Howells 4d673da145 afs: Support the AFS dynamic root
Support the AFS dynamic root which is a pseudo-volume that doesn't connect
to any server resource, but rather is just a root directory that
dynamically creates mountpoint directories where the name of such a
directory is the name of the cell.

Such a mount can be created thus:

	mount -t afs none /afs -o dyn

Dynamic root superblocks aren't shared except by bind mounts and
propagation.  Cell root volumes can then be mounted by referring to them by
name, e.g.:

	ls /afs/grand.central.org/
	ls /afs/.grand.central.org/

The kernel will upcall to consult the DNS if the address wasn't supplied
directly.

Signed-off-by: David Howells <dhowells@redhat.com>
2018-02-06 14:43:37 +00:00
..
2016-12-14 23:48:11 -05:00
2018-02-06 14:43:37 +00:00
2017-05-12 15:57:15 -07:00
2017-02-20 12:16:05 +01:00
2017-10-15 00:47:23 -04:00
2018-01-28 17:00:36 +11:00
2015-07-23 20:59:40 +02:00
2017-08-21 15:54:48 -07:00
2015-10-29 12:57:48 -05:00
2017-09-04 21:42:22 +02:00
2017-09-14 14:54:39 -04:00
2018-01-24 11:25:59 +01:00
2014-12-29 15:40:18 -07:00
2016-03-09 15:33:06 -07:00