]> www.infradead.org Git - users/hch/misc.git/commit
nfs: add Documentation/filesystems/nfs/localio.rst
authorMike Snitzer <snitzer@kernel.org>
Thu, 5 Sep 2024 19:09:58 +0000 (15:09 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Mon, 23 Sep 2024 19:03:31 +0000 (15:03 -0400)
commit92945bd81ca418ace7995bf5234ac311f6197d5d
tree4cedb401168b35144cb33efd06ff10425de46d61
parent56bcd0f07fdbf9770284bedb982236ab881ef909
nfs: add Documentation/filesystems/nfs/localio.rst

This document gives an overview of the LOCALIO auxiliary RPC protocol
added to the Linux NFS client and server to allow them to reliably
handshake to determine if they are on the same host.

Once an NFS client and server handshake as "local", the client will
bypass the network RPC protocol for read, write and commit operations.
Due to this XDR and RPC bypass, these operations will operate faster.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Documentation/filesystems/nfs/localio.rst [new file with mode: 0644]