1. 23 2月, 2018 8 次提交
  2. 19 2月, 2018 7 次提交
  3. 16 2月, 2018 1 次提交
  4. 14 2月, 2018 7 次提交
  5. 08 2月, 2018 1 次提交
  6. 07 2月, 2018 5 次提交
  7. 06 2月, 2018 1 次提交
    • D
      afs: Support the AFS dynamic root · 4d673da1
      David Howells 提交于
      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: NDavid Howells <dhowells@redhat.com>
      4d673da1
  8. 05 2月, 2018 2 次提交
  9. 04 2月, 2018 1 次提交
  10. 03 2月, 2018 3 次提交
  11. 02 2月, 2018 4 次提交