]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Feb 2025 21:11:24 +0000 (13:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Feb 2025 21:11:24 +0000 (13:11 -0800)
commitfebbc555cf0fff895546ddb8ba2c9a523692fb55
treecc7c8817a90b7f69b479ddc526e35ea2a74b4ad2
parent58c9bf3363e596d744f56616d407278ef5f97f5a
parent4990d098433db18c854e75fb0f90d941eb7d479e
Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:
 "Fixes for new bugs:
   - A fix for CB_GETATTR reply decoding was not quite correct
   - Fix the NFSD connection limiting logic
   - Fix a bug in the new session table resizing logic

  Bugs that pre-date v6.14:
   - Support for courteous clients (5.19) introduced a shutdown hang
   - Fix a crash in the filecache laundrette (6.9)
   - Fix a zero-day crash in NFSD's NFSv3 ACL implementation"

* tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  NFSD: Fix CB_GETATTR status fix
  NFSD: fix hang in nfsd4_shutdown_callback
  nfsd: fix __fh_verify for localio
  nfsd: fix uninitialised slot info when a request is retried
  nfsd: validate the nfsd_serv pointer before calling svc_wake_up
  nfsd: clear acl_access/acl_default after releasing them
fs/nfsd/filecache.c
fs/nfsd/nfsfh.c