Linux NFS development
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Fix some lock contention in the NFS server's DRC
@ 2023-07-09 15:45 Chuck Lever
  2023-07-09 15:45 ` [PATCH v1 1/6] NFSD: Refactor nfsd_reply_cache_free_locked() Chuck Lever
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Chuck Lever @ 2023-07-09 15:45 UTC (permalink / raw)
  To: linux-nfs; +Cc: Chuck Lever

This series optimizes DRC scalability by freeing cache objects only
once the hash bucket lock is no longer held. There are a couple of
related clean-ups to go along with this optimization.

---

Chuck Lever (6):
      NFSD: Refactor nfsd_reply_cache_free_locked()
      NFSD: Rename nfsd_reply_cache_alloc()
      NFSD: Replace nfsd_prune_bucket()
      NFSD: Refactor the duplicate reply cache shrinker
      NFSD: Remove svc_rqst::rq_cacherep
      NFSD: Rename struct svc_cacherep


 fs/nfsd/cache.h            |   8 +-
 fs/nfsd/nfscache.c         | 203 ++++++++++++++++++++++++-------------
 fs/nfsd/nfssvc.c           |  10 +-
 fs/nfsd/trace.h            |  26 ++++-
 include/linux/sunrpc/svc.h |   1 -
 5 files changed, 165 insertions(+), 83 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2023-07-10 13:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 15:45 [PATCH v1 0/6] Fix some lock contention in the NFS server's DRC Chuck Lever
2023-07-09 15:45 ` [PATCH v1 1/6] NFSD: Refactor nfsd_reply_cache_free_locked() Chuck Lever
2023-07-10 13:09   ` Jeff Layton
2023-07-09 15:45 ` [PATCH v1 2/6] NFSD: Rename nfsd_reply_cache_alloc() Chuck Lever
2023-07-09 15:45 ` [PATCH v1 3/6] NFSD: Replace nfsd_prune_bucket() Chuck Lever
2023-07-09 15:45 ` [PATCH v1 4/6] NFSD: Refactor the duplicate reply cache shrinker Chuck Lever
2023-07-09 15:45 ` [PATCH v1 5/6] NFSD: Remove svc_rqst::rq_cacherep Chuck Lever
2023-07-10 13:17   ` Jeff Layton
2023-07-09 15:45 ` [PATCH v1 6/6] NFSD: Rename struct svc_cacherep Chuck Lever
2023-07-10 13:03 ` [PATCH v1 0/6] Fix some lock contention in the NFS server's DRC Jeff Layton
2023-07-10 13:47   ` Chuck Lever III
2023-07-10 13:19 ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox