| /linux/fs/nfsd/ |
| H A D | Makefile | 8 obj-$(CONFIG_NFSD) += nfsd.o 11 nfsd-y += trace.o 13 nfsd-y += nfssvc.o nfsctl.o nfsfh.o vfs.o \ 17 nfsd-$(CONFIG_NFSD_V2) += nfsproc.o nfsxdr.o 18 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o 19 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o 20 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ 22 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o 23 nfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout.o blocklayoutxdr.o 24 nfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout.o blocklayoutxdr.o [all …]
|
| H A D | stats.c | 74 DEFINE_PROC_SHOW_ATTRIBUTE(nfsd);
|
| H A D | nfssvc.c | 39 static int nfsd(void *vrqstp); 591 if (kthread_func(current) == nfsd) in nfsd_current_rqst() 618 nfsd_max_blksize, nfsd); in nfsd_create_serv() 883 nfsd(void *vrqstp) in nfsd() function
|
| H A D | Kconfig | 21 choose M here: the module will be called nfsd.
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfsd-admin-interfaces.rst | 2 Administrative interfaces for nfsd 8 nfsd is controlled mainly by pseudofiles under the "nfsd" filesystem, 9 which is normally mounted at /proc/fs/nfsd/. 12 nfsd/threads. 15 writing to nfsd/portlist; that write may be: 22 If nfsd is started without doing any of these, then it will create one 25 On startup, nfsd and lockd grace periods start. nfsd is shut down by a write of 26 0 to nfsd/threads. All locks and state are thrown away at that point. 29 or down by additional writes to nfsd/threads or by writes to 30 nfsd/pool_threads. [all …]
|
| H A D | pnfs-block-server.rst | 23 If the nfsd server needs to fence a non-responding client it calls 24 /sbin/nfsd-recall-failed with the first argument set to the IP address of 29 cat > /sbin/nfsd-recall-failed << EOF
|
| H A D | index.rst | 11 nfsd-admin-interfaces
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 22 /proc/fs/nfsd/pool_stats 26 /proc/fs/nfsd filesystem is mounted (it almost always should be). 45 which contains all the nfsd threads and all the CPUs in the system, 64 an nfsd thread to service it, i.e. no nfsd thread was considered 73 This can happen because there are too few nfsd threads in the thread 75 case configuring more nfsd threads will probably improve the 79 Counts how many times an idle nfsd thread is woken to try to 88 Counts how many times an nfsd thread triggered an idle timeout, 92 This statistic counts a circumstance where there are more nfsd 94 a clue that the number of nfsd threads can be reduced without [all …]
|
| H A D | nfsd-io-modes.rst | 17 - /sys/kernel/debug/nfsd/io_cache_read 18 - /sys/kernel/debug/nfsd/io_cache_write 32 echo 2 > /sys/kernel/debug/nfsd/io_cache_read 33 echo 2 > /sys/kernel/debug/nfsd/io_cache_write 38 cat /sys/kernel/debug/nfsd/io_cache_read 39 cat /sys/kernel/debug/nfsd/io_cache_write 140 echo 1 > /sys/kernel/tracing/events/nfsd/nfsd_read_vector/enable 141 echo 1 > /sys/kernel/tracing/events/nfsd/nfsd_read_direct/enable 142 echo 1 > /sys/kernel/tracing/events/nfsd/nfsd_read_io_done/enable 150 echo 1 > /sys/kernel/tracing/events/nfsd/nfsd_write_opened/enable [all …]
|
| H A D | nfs41-server.rst | 6 /proc/fs/nfsd/versions control file. The string output returned 12 the /proc/fs/nfsd/versions control file. Note that to write this 13 control file, the nfsd service must be taken down. You can use rpc.nfsd 14 for this; see rpc.nfsd(8). 19 on or off; rpc.nfsd does this correctly.) 21 The NFSv4 minorversion 1 (NFSv4.1) implementation in nfsd is based
|
| H A D | nfsd-maintainer-entry-profile.rst | 95 - files under /proc/fs/nfsd/ or /proc/sys/sunrpc/ 124 experimental settings which reside under /sys/kernel/debug/nfsd/ . 248 nfsd-testing branch at 332 The NFSD maintainers apply patches initially to the nfsd-testing 334 applied while review is ongoing. nfsd-testing is a topic branch, 339 your patch has been added to the nfsd-testing branch. You can track 344 While your patch is in nfsd-testing, it is exposed to a variety of 349 Each patch that survives in nfsd-testing for the soak period without 350 changes is moved to the nfsd-next branch. 352 The nfsd-next branch is automatically merged into linux-next and [all …]
|
| H A D | exporting.rst | 140 contains a "flags" field that allows the filesystem to communicate to nfsd 152 and atomicity is difficult to guarantee. This flag indicates to nfsd 162 export consists of an entire filesystem, this is trivial. nfsd can just 164 filesystem is exported however, then nfsd must walk the ancestors of the 176 file is held by nfsd so we usually end up doing a sillyrename, and 180 This flag causes nfsd to close any open files for this inode _before_
|
| H A D | index.rst | 16 nfsd-io-modes
|
| H A D | localio.rst | 209 it has members that point to nfsd memory for direct use by the client 213 objects to span from the host kernel's nfsd to per-container knfsd 254 fs/nfsd/localio.c:nfsd_open_local_fh() for the interface that makes 259 server's fs/nfsd/localio.c:nfsd_open_local_fh() and carefully access 260 both the associated nfsd network namespace and nn->nfsd_serv in terms of 262 nfsd objects (be it struct net or nn->nfsd_serv) it returns -ENXIO 265 recovery is needed if/when an nfsd instance running in a container were
|
| H A D | rpc-server-gss.rst | 91 before starting nfsd. Whoever starts nfsd can guarantee this by reading
|
| H A D | reexport.rst | 103 - include/uapi/linux/nfsd/nfsfh.h:struct nfs_fhbase_new 104 - fs/nfsd/nfsfh.c:set_version_and_fsid_type
|
| H A D | pnfs.rst | 43 The hash code is copied from the nfsd code base. A discussion of
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 164 module nfsd 179 format nfsd:\040SETATTR // one way to match a format with whitespace 180 format "nfsd: SETATTR" // a neater way to match a format with whitespace 181 format 'nfsd: SETATTR' // yet another way to match a format with whitespace 318 :#> ddcmd 'module nfsd +p' 327 :#> ddcmd 'format "nfsd: READ" +p'
|
| /linux/fs/ |
| H A D | Makefile | 87 obj-$(CONFIG_NFSD) += nfsd/
|
| /linux/fs/smb/client/ |
| H A D | Kconfig | 175 bool "Allow nfsd to export CIFS file system" 178 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
|
| /linux/Documentation/ |
| H A D | Changes | 375 mount -t nfsd nfsd /proc/fs/nfsd
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | changes.rst | 370 mount -t nfsd nfsd /proc/fs/nfsd
|
| /linux/Documentation/maintainer/ |
| H A D | maintainer-entry-profile.rst | 113 ../filesystems/nfs/nfsd-maintainer-entry-profile
|
| /linux/Documentation/filesystems/ |
| H A D | multigrain-ts.rst | 68 points. For io_uring or nfsd operations, that's the request submission and
|
| /linux/Documentation/filesystems/smb/ |
| H A D | ksmbd.rst | 112 ksmbd/nfsd interoperability Planned for future. The features that ksmbd
|