Linux NFS development
 help / color / mirror / Atom feed
* [PATCH v6 0/4] nfsd: clean up refcounting in the filecache
@ 2022-11-02 18:44 Jeff Layton
  2022-11-02 18:44 ` [PATCH v6 1/4] nfsd: remove the pages_flushed statistic from filecache Jeff Layton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff Layton @ 2022-11-02 18:44 UTC (permalink / raw)
  To: chuck.lever; +Cc: linux-nfs, neilb

v6:
- merge the LRU handling fixes into the refcount fixing patches
- call nfsd_file_close_inode from the notifier callbacks, which
  decrements and queues any objects to be freed by the disposal
  workqueue job

Only two main changes in this patchset. I folded two patches together
to avoid a problem that Chuck hit while testing. The other significant
change is to have the notifier callbacks use the disposal workqueue
job instead of freeing things themselves. Those don't need to be done
synchronously.

Jeff Layton (4):
  nfsd: remove the pages_flushed statistic from filecache
  nfsd: reorganize filecache.c
  nfsd: rework refcounting in filecache
  nfsd: fix up the filecache laundrette scheduling

 fs/nfsd/filecache.c | 406 +++++++++++++++++++++++---------------------
 fs/nfsd/filecache.h |   1 +
 fs/nfsd/trace.h     |  11 +-
 3 files changed, 222 insertions(+), 196 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-03 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02 18:44 [PATCH v6 0/4] nfsd: clean up refcounting in the filecache Jeff Layton
2022-11-02 18:44 ` [PATCH v6 1/4] nfsd: remove the pages_flushed statistic from filecache Jeff Layton
2022-11-02 18:44 ` [PATCH v6 2/4] nfsd: reorganize filecache.c Jeff Layton
2022-11-02 18:44 ` [PATCH v6 3/4] nfsd: rework refcounting in filecache Jeff Layton
2022-11-02 18:44 ` [PATCH v6 4/4] nfsd: fix up the filecache laundrette scheduling Jeff Layton
2022-11-03 19:19 ` [PATCH v6 0/4] nfsd: clean up refcounting in the filecache Chuck Lever III

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