mbox series

[GIT,PULL] NFSD fixes for v6.13-rc

Message ID aa86e853-efca-4035-bb2a-d52a029bdbd3@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] NFSD fixes for v6.13-rc | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.13-1

Message

Chuck Lever Dec. 23, 2024, 6:54 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 23, 2024, 8:18 p.m. UTC | #1
The pull request you sent on Mon, 23 Dec 2024 13:54:32 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.13-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f07044dd0df0c9d0ad177c3098b62ccddb735a2d

Thank you!