The following changes since commit 583772eec7b0096516a8ee8b1cc31401894f1e3a:
nfsd: allow for up to 32 callback session slots (2024-11-18 20:23:13
-0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git
tags/nfsd-6.13-1
for you to fetch changes up to 7917f01a286ce01e9c085e24468421f596ee1a0c:
nfsd: restore callback functionality for NFSv4.0 (2024-12-20 09:17:12
-0500)
----------------------------------------------------------------
nfsd-6.13 fixes:
- Revert one v6.13 fix at the author's request
- Fix a minor problem with recent NFSv4.2 COPY enhancements
- Fix an NFSv4.0 callback bug introduced in the v6.13 merge window
----------------------------------------------------------------
NeilBrown (1):
nfsd: restore callback functionality for NFSv4.0
Olga Kornievskaia (1):
NFSD: fix management of pending async copies
Yang Erkun (1):
nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"
fs/nfsd/export.c | 31 ++++++-------------------------
fs/nfsd/export.h | 4 ++--
fs/nfsd/nfs4callback.c | 4 +---
fs/nfsd/nfs4proc.c | 13 ++++++++-----
4 files changed, 17 insertions(+), 35 deletions(-)
--
Chuck Lever