From: Bryan Schumaker <bjschuma@netapp.com>
To: "linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Subject: [PATCH 0/6] NFS: New readdir cache
Date: Tue, 07 Sep 2010 16:03:38 -0400 [thread overview]
Message-ID: <4C869A9A.6010809@netapp.com> (raw)
This set of patches adds an array for storing the results of an NFS readdir.
Until now, XDR structures had been stored in a cache page without doing any
decoding. We will now decode the result to store in the page. This allows us
to cache more information on a single page and to vmap multiple pages together
for large readdirs.
[PATCH 1/6] NFS: add readdir cache array
[PATCH 2/6] NFS: use readdir cache array
[PATCH 3/6] NFS: remove old readdir code
[PATCH 4/6] NFS: re-add readdir plus
[PATCH 5/6] NFS: remove readdir plus limit
[PATCH 6/6] NFS: readdir with vmapped pages
-Bryan
reply other threads:[~2010-09-07 20:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C869A9A.6010809@netapp.com \
--to=bjschuma@netapp.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.