| /OK3568_Linux_fs/u-boot/net/ |
| H A D | nfs.su | |
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/ |
| H A D | nfs-utils_2.6.1.bb | 1 SUMMARY = "userspace utilities for kernel nfs" 2 DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \ 4 HOMEPAGE = "http://nfs.sourceforge.net/" 18 USERADD_PARAM:${PN}-client = "--system --home-dir /var/lib/nfs \ 21 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \ 24 file://nfs-utils.conf \ 25 file://nfs-server.service \ 26 file://nfs-mountd.service \ 27 file://nfs-statd.service \ 29 file://nfs-utils-debianize-start-statd.patch \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/nfs-utils/ |
| H A D | nfs-utils.mk | 8 NFS_UTILS_SOURCE = nfs-utils-$(NFS_UTILS_VERSION).tar.xz 9 NFS_UTILS_SITE = https://www.kernel.org/pub/linux/utils/nfs-utils/$(NFS_UTILS_VERSION) 12 NFS_UTILS_DEPENDENCIES = host-nfs-utils host-pkgconf libtirpc util-linux 13 NFS_UTILS_CPE_ID_VENDOR = linux-nfs 22 --with-statedir=/run/nfs \ 35 --with-statedir=/run/nfs \ 45 usr/sbin/rpc.mountd usr/sbin/rpc.nfsd usr/lib/systemd/system/nfs-server.service 98 $(INSTALL) -D -m 0755 package/nfs-utils/S60nfs \ 105 $(INSTALL) -D -m 0755 package/nfs-utils/nfs-utils_env.sh \ 106 $(TARGET_DIR)/usr/libexec/nfs-utils/nfs-utils_env.sh [all …]
|
| H A D | S60nfs | 7 mkdir -p /run/nfs/sm 8 mkdir -p /run/nfs/sm.bak 9 touch /run/nfs/rmtab 37 touch /var/lock/subsys/nfs 57 rm -f /var/lock/subsys/nfs 76 touch /var/lock/subsys/nfs
|
| H A D | nfs-utils_tmpfiles.conf | 1 d /run/nfs/sm 0700 root root - 2 d /run/nfs/sm.bak 0700 root root - 3 f /run/nfs/rmtab 0644 root root - 4 f /run/nfs/etab 0644 root root -
|
| H A D | Config.in | 1 comment "nfs-utils needs a toolchain w/ threads" 6 bool "nfs-utils" 15 http://linux-nfs.org/
|
| H A D | nfs-utils.hash | 1 # From https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.4/sha256sums.asc 2 sha256 51997d94e4c8bcef5456dd36a9ccc38e231207c4e9b6a9a2c108841e6aebe3dd nfs-utils-2.5.4.tar.xz
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | nfs-rdma.rst | 29 nfs-rdma-devel@lists.sourceforge.net mailing list. 53 - Install nfs-utils-1.1.2 or greater on the client 55 An NFS/RDMA mount point can be obtained by using the mount.nfs command in 56 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils 58 recommend using nfs-utils-1.1.2 or greater). To see which version of 59 mount.nfs you are using, type: 63 $ /sbin/mount.nfs -V 66 you should install the latest version of nfs-utils. 68 Download the latest package from: https://www.kernel.org/pub/linux/utils/nfs 81 To build nfs-utils you will need the tcp_wrappers package installed. For [all …]
|
| H A D | nfs-idmapper.rst | 31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600`` 34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout 37 is not specified, nfs.idmap will default to 600 seconds. 53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600`` 59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 65 nfs.idmap 68 nfs.idmap is designed to be called by request-key, and should not be run "by 73 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap 78 nfs.idmap will return 0 if the key was instantiated, and non-zero otherwise.
|
| H A D | index.rst | 8 nfs-client 10 nfs-rdma 12 nfs-idmapper
|
| H A D | nfs-client.rst | 38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be 41 nfs.nfs4_unique_id stays the same, preventing collision with other clients 44 The nfs.nfs4_unique_id string is typically a UUID, though it can contain 55 via a net boot facility such as PXE. It may also be specified as an nfs.ko 77 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps: 83 (may be changed using the 'nfs.cache_getent' kernel boot parameter) 90 '/var/lib/nfs/rpc_pipefs/cache/dns_resolve/channel' 119 rpc_pipefs=/var/lib/nfs/rpc_pipefs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | relative_max_socket_path_len.patch | 1 nfs.c: Allow max sa.sun_path for a localdomain socket with the user nfs-server 4 localdomain socket name. To avoid problems with the user nfs 8 Previously the nfs-server used the absolute path name passed to 18 nfs.c | 29 +++++++++++++++++++++++++++-- 21 --- a/nfs.c 22 +++ b/nfs.c
|
| H A D | rename_fh_cache.patch | 3 Subject: [PATCH] fh_cache: fix statle nfs handle on rename problem 21 nfs.c | 2 ++ 54 --- a/nfs.c 55 +++ b/nfs.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | 0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch | 11 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to … 12 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to … 13 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to … 15 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:280: undefined reference to … 22 Upstream-Status: Submitted [https://marc.info/?l=linux-nfs&m=154502780423058&w=2] 59 - * This file is part of nfs-utils. 61 - * nfs-utils is free software; you can redistribute it and/or modify 66 - * nfs-utils is distributed in the hope that it will be useful, 72 - * along with nfs-utils. If not, see <http://www.gnu.org/licenses/>. 180 + * This file is part of nfs-utils. [all …]
|
| H A D | clang-warnings.patch | 19 support/nfs/xcommon.c | 3 +++ 22 diff --git a/support/nfs/xcommon.c b/support/nfs/xcommon.c 24 --- a/support/nfs/xcommon.c 25 +++ b/support/nfs/xcommon.c
|
| H A D | bugfix-adjust-statd-service-name.patch | 9 Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service' 10 instead but forgot to update the mount.nfs helper 'start-statd' accordingly. 32 + if systemctl start nfs-statd.service; then 36 + systemctl add-wants --runtime remote-fs.target nfs-statd.service
|
| H A D | nfs-server.service | 5 Requires=nfs-mountd.service 8 After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service 13 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
|
| H A D | nfs-mountd.service | 8 BindsTo=nfs-server.service 12 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | Makefile | 6 obj-$(CONFIG_NFS_FS) += nfs.o 9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \ 13 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o 14 nfs-$(CONFIG_SYSCTL) += sysctl.o 15 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
|
| H A D | client.c | 86 struct nfs_subversion *nfs; in find_nfs_version() local 89 list_for_each_entry(nfs, &nfs_versions, list) { in find_nfs_version() 90 if (nfs->rpc_ops->version == version) { in find_nfs_version() 92 return nfs; in find_nfs_version() 102 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() local 104 if (IS_ERR(nfs)) { in get_nfs_version() 107 nfs = find_nfs_version(version); in get_nfs_version() 111 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version() 113 return nfs; in get_nfs_version() 116 void put_nfs_version(struct nfs_subversion *nfs) in put_nfs_version() argument [all …]
|
| H A D | Kconfig | 12 will be called nfs. 15 install the user space mount.nfs command which can be found in 16 the Linux nfs-utils package, available from http://linux-nfs.org/. 19 implementation is available via the nfs(5) man page. 85 space programs which can be found in the Linux nfs-utils package, 86 available from http://linux-nfs.org/. 167 <file:Documentation/admin-guide/nfs/nfsroot.rst>.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-core-nfs.bb | 13 RDEPENDS:${PN}-client = "nfs-utils-client" 17 nfs-utils \ 18 nfs-utils-client \
|
| H A D | packagegroup-base.bb | 37 ${@bb.utils.contains("DISTRO_FEATURES", "nfs", "packagegroup-base-nfs", "", d)} \ 72 ${@bb.utils.contains('DISTRO_FEATURES', 'nfs', 'packagegroup-base-nfs', '',d)} \ 315 # packagegroup-base-nfs provides ONLY client support - server is in nfs-utils package 317 SUMMARY:packagegroup-base-nfs = "NFS network filesystem support" 318 RDEPENDS:packagegroup-base-nfs = "\ 321 RRECOMMENDS:packagegroup-base-nfs = "\ 322 kernel-module-nfs "
|
| /OK3568_Linux_fs/u-boot/board/keymile/scripts/ |
| H A D | README | 7 run develop : setup environment to configure for rootfs via nfs 14 This file defines variables for working with rootfs via nfs for powerpc and 20 nfs arm.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | core-image.bbclass | 21 # - nfs-server - NFS server 22 # - nfs-client - NFS client 52 FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" 53 FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client"
|