Commit dc7a0816 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfs: new subdir Documentation/filesystems/nfs



We're adding enough nfs documentation that it may as well have its own
subdirectory.

Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent e343eb0d
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
00-INDEX
	- this file (info on some of the filesystems supported by linux).
Exporting
	- explanation of how to make filesystems exportable.
Locking
	- info on locking rules as they pertain to Linux VFS.
9p.txt
@@ -66,12 +64,8 @@ mandatory-locking.txt
	- info on the Linux implementation of Sys V mandatory file locking.
ncpfs.txt
	- info on Novell Netware(tm) filesystem using NCP protocol.
nfs41-server.txt
	- info on the Linux server implementation of NFSv4 minor version 1.
nfs-rdma.txt
	- how to install and setup the Linux NFS/RDMA client and server software.
nfsroot.txt
	- short guide on setting up a diskless box with NFS root filesystem.
nfs/
	- nfs-related documentation.
nilfs2.txt
	- info and mount options for the NILFS2 filesystem.
ntfs.txt
+12 −0
Original line number Diff line number Diff line
00-INDEX
	- this file (nfs-related documentation).
Exporting
	- explanation of how to make filesystems exportable.
nfs.txt
	- nfs client, and DNS resolution for fs_locations.
nfs41-server.txt
	- info on the Linux server implementation of NFSv4 minor version 1.
nfs-rdma.txt
	- how to install and setup the Linux NFS/RDMA client and server software
nfsroot.txt
	- short guide on setting up a diskless box with NFS root filesystem.
Loading