All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes for looping in the NFSv4 manager thread
@ 2025-03-03 17:35 trondmy
  2025-03-03 17:35 ` [PATCH 1/4] NFSv4: Don't trigger uneccessary scans for return-on-close delegations trondmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: trondmy @ 2025-03-03 17:35 UTC (permalink / raw)
  To: linux-nfs

From: Trond Myklebust <trond.myklebust@hammerspace.com>

The following set of patches address an issue where the NFSv4 manager
thread can end up doing a lot of looping in order to do asynchronous
returns of old delegations. When the list of cached delegations gets
large enough, this can sometimes lead to soft lockups being declared.

Trond Myklebust (4):
  NFSv4: Don't trigger uneccessary scans for return-on-close delegations
  NFSv4: Avoid unnecessary scans of filesystems for returning
    delegations
  NFSv4: Avoid unnecessary scans of filesystems for expired delegations
  NFSv4: Avoid unnecessary scans of filesystems for delayed delegations

 fs/nfs/delegation.c       | 63 ++++++++++++++++++++++++++-------------
 include/linux/nfs_fs_sb.h |  4 +++
 2 files changed, 46 insertions(+), 21 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-03 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 17:35 [PATCH 0/4] Fixes for looping in the NFSv4 manager thread trondmy
2025-03-03 17:35 ` [PATCH 1/4] NFSv4: Don't trigger uneccessary scans for return-on-close delegations trondmy
2025-03-03 17:35 ` [PATCH 2/4] NFSv4: Avoid unnecessary scans of filesystems for returning delegations trondmy
2025-03-03 17:35 ` [PATCH 3/4] NFSv4: Avoid unnecessary scans of filesystems for expired delegations trondmy
2025-03-03 17:35 ` [PATCH 4/4] NFSv4: Avoid unnecessary scans of filesystems for delayed delegations trondmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.