···1100-INDEX22 - this file (info on some of the filesystems supported by linux).33-Exporting44- - explanation of how to make filesystems exportable.53Locking64 - info on locking rules as they pertain to Linux VFS.759p.txt···6466 - info on the Linux implementation of Sys V mandatory file locking.6567ncpfs.txt6668 - info on Novell Netware(tm) filesystem using NCP protocol.6767-nfs41-server.txt6868- - info on the Linux server implementation of NFSv4 minor version 1.6969-nfs-rdma.txt7070- - how to install and setup the Linux NFS/RDMA client and server software.7171-nfsroot.txt7272- - short guide on setting up a diskless box with NFS root filesystem.6969+nfs/7070+ - nfs-related documentation.7371nilfs2.txt7472 - info and mount options for the NILFS2 filesystem.7573ntfs.txt
···11+00-INDEX22+ - this file (nfs-related documentation).33+Exporting44+ - explanation of how to make filesystems exportable.55+nfs.txt66+ - nfs client, and DNS resolution for fs_locations.77+nfs41-server.txt88+ - info on the Linux server implementation of NFSv4 minor version 1.99+nfs-rdma.txt1010+ - how to install and setup the Linux NFS/RDMA client and server software1111+nfsroot.txt1212+ - short guide on setting up a diskless box with NFS root filesystem.
···140140New super_block field "struct export_operations *s_export_op" for141141explicit support for exporting, e.g. via NFS. The structure is fully142142documented at its declaration in include/linux/fs.h, and in143143-Documentation/filesystems/Exporting.143143+Documentation/filesystems/nfs/Exporting.144144145145Briefly it allows for the definition of decode_fh and encode_fh operations146146to encode and decode filehandles, and allows the filesystem to use
+3-3
Documentation/kernel-parameters.txt
···10171017 No delay1018101810191019 ip= [IP_PNP]10201020- See Documentation/filesystems/nfsroot.txt.10201020+ See Documentation/filesystems/nfs/nfsroot.txt.1021102110221022 ip2= [HW] Set IO/IRQ pairs for up to 4 IntelliPort boards10231023 See comment before ip2_setup() in···15381538 going to be removed in 2.6.29.1539153915401540 nfsaddrs= [NFS]15411541- See Documentation/filesystems/nfsroot.txt.15411541+ See Documentation/filesystems/nfs/nfsroot.txt.1542154215431543 nfsroot= [NFS] nfs root filesystem for disk-less boxes.15441544- See Documentation/filesystems/nfsroot.txt.15441544+ See Documentation/filesystems/nfs/nfsroot.txt.1545154515461546 nfs.callback_tcpport=15471547 [NFS] set the TCP port on which the NFSv4 callback
+1-1
fs/cifs/export.c
···2424 */25252626 /*2727- * See Documentation/filesystems/Exporting2727+ * See Documentation/filesystems/nfs/Exporting2828 * and examples in fs/exportfs2929 *3030 * Since cifs is a network file system, an "fsid" must be included for
+1-1
fs/exportfs/expfs.c
···66 * and for mapping back from file handles to dentries.77 *88 * For details on why we do all the strange and hairy things in here99- * take a look at Documentation/filesystems/Exporting.99+ * take a look at Documentation/filesystems/nfs/Exporting.1010 */1111#include <linux/exportfs.h>1212#include <linux/fs.h>
+1-1
fs/isofs/export.c
···99 *1010 * The following files are helpful:1111 *1212- * Documentation/filesystems/Exporting1212+ * Documentation/filesystems/nfs/Exporting1313 * fs/exportfs/expfs.c.1414 */1515
+1-1
fs/nfs/Kconfig
···9090 If you want your system to mount its root file system via NFS,9191 choose Y here. This is common practice for managing systems9292 without local permanent storage. For details, read9393- <file:Documentation/filesystems/nfsroot.txt>.9393+ <file:Documentation/filesystems/nfs/nfsroot.txt>.94949595 Most people say N here.9696
+1-1
include/linux/exportfs.h
···9797 * @get_name: find the name for a given inode in a given directory9898 * @get_parent: find the parent of a given directory9999 *100100- * See Documentation/filesystems/Exporting for details on how to use100100+ * See Documentation/filesystems/nfs/Exporting for details on how to use101101 * this interface correctly.102102 *103103 * encode_fh:
+3-3
net/ipv4/Kconfig
···166166167167 If unsure, say Y. Note that if you want to use DHCP, a DHCP server168168 must be operating on your network. Read169169- <file:Documentation/filesystems/nfsroot.txt> for details.169169+ <file:Documentation/filesystems/nfs/nfsroot.txt> for details.170170171171config IP_PNP_BOOTP172172 bool "IP: BOOTP support"···181181 does BOOTP itself, providing all necessary information on the kernel182182 command line, you can say N here. If unsure, say Y. Note that if you183183 want to use BOOTP, a BOOTP server must be operating on your network.184184- Read <file:Documentation/filesystems/nfsroot.txt> for details.184184+ Read <file:Documentation/filesystems/nfs/nfsroot.txt> for details.185185186186config IP_PNP_RARP187187 bool "IP: RARP support"···194194 older protocol which is being obsoleted by BOOTP and DHCP), say Y195195 here. Note that if you want to use RARP, a RARP server must be196196 operating on your network. Read197197- <file:Documentation/filesystems/nfsroot.txt> for details.197197+ <file:Documentation/filesystems/nfs/nfsroot.txt> for details.198198199199# not yet ready..200200# bool ' IP: ARP support' CONFIG_IP_PNP_ARP
+1-1
net/ipv4/ipconfig.c
···1447144714481448/*14491449 * Decode any IP configuration options in the "ip=" or "nfsaddrs=" kernel14501450- * command line parameter. See Documentation/filesystems/nfsroot.txt.14501450+ * command line parameter. See Documentation/filesystems/nfs/nfsroot.txt.14511451 */14521452static int __init ic_proto_name(char *name)14531453{