]> Gentwo Git Trees - linux/.git/commit
lockd: add netlink control interface
authorJeff Layton <jlayton@kernel.org>
Wed, 8 Jan 2025 21:00:15 +0000 (16:00 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 24 Feb 2025 01:07:09 +0000 (20:07 -0500)
commit0a25e9607b3012a0843f33bd380f65c72d11f3b3
tree24e1e7410292c82c9fdc035092f8a0819e349f3f
parent32dd8249a67a2cf679619d5ba1c6fbad99810fd0
lockd: add netlink control interface

The legacy rpc.nfsd tool will set the nlm_grace_period if the NFSv4
grace period is set. nfsdctl is missing this functionality, so add a new
netlink control interface for lockd that it can use. For now, it only
allows setting the grace period, and the tcp and udp listener ports.

lockd currently uses module parameters and sysctls for configuration, so
all of its settings are global. With this change, lockd now tracks these
values on a per-net-ns basis. It will only fall back to using the global
values if any of them are 0.

Finally, as a backward compatibility measure, if updating the nlm
settings in the init_net namespace, also update the legacy global
values to match.

Link: https://issues.redhat.com/browse/RHEL-71698
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Documentation/netlink/specs/lockd.yaml [new file with mode: 0644]
fs/lockd/Makefile
fs/lockd/netlink.c [new file with mode: 0644]
fs/lockd/netlink.h [new file with mode: 0644]
fs/lockd/netns.h
fs/lockd/svc.c
include/uapi/linux/lockd_netlink.h [new file with mode: 0644]