]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst
authorMike Snitzer <snitzer@kernel.org>
Tue, 11 Nov 2025 14:59:32 +0000 (09:59 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 1 Dec 2025 14:57:10 +0000 (09:57 -0500)
commitfa8d4e6784d1b6a6eaa3911bac993181631d2856
treef67598a43c700f3f4eb5f60789cf244c6bea9f2a
parent06c5c97293e3fca99ce15da157068edf45a7c6e4
NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst

This document details the NFSD IO modes that are configurable using
NFSD's experimental debugfs interfaces:

  /sys/kernel/debug/nfsd/io_cache_read
  /sys/kernel/debug/nfsd/io_cache_write

This document will evolve as NFSD's interfaces do (e.g. if/when NFSD's
debugfs interfaces are replaced with per-export controls).

Future updates will provide more specific guidance and howto
information to help others use and evaluate NFSD's IO modes:
BUFFERED, DONTCACHE and DIRECT.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Documentation/filesystems/nfs/nfsd-io-modes.rst [new file with mode: 0644]