From: Chuck Lever <chuck.lever@oracle.com>
To: linux-nfs@vger.kernel.org
Subject: [PATCH 0/9] For 2.6.35
Date: Wed, 21 Apr 2010 13:42:54 -0400 [thread overview]
Message-ID: <20100421173628.2037.54635.stgit@localhost.localdomain> (raw)
I'd like these patches to be considered for 2.6.35.
The patches posted last week that add kobjects for the NLM host and
NSM handle caches are also candidates for 2.6.35. However, I'd like
to have a clear plan for how statd will use this new API before they
are committed upstream, to avoid kernel-user space API churn down
the road.
The first patch in the present series is the previously posted fix for
NFSv4 rsize and wsize. If this patch hasn't already been accepted for
2.6.34 and prior kernels, please consider it for 2.6.35.
The final four patches in this series are meant to improve the
precision of RPC RTTs used for RTT estimation and reported via
/proc/mountstats.
---
Chuck Lever (9):
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
ktime: introduce ktime_to_ms()
SUNRPC: RPC metrics and RTT estimator should use same RTT value
NFS: Calldata for nfs4_renew_done()
NFS: Squelch compiler warning in nfs_add_server_stats()
NFS: Clean up fscache_uniq mount option
NFS: Squelch compiler warning
SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h
NFS: rsize and wsize settings ignored on v4 mounts
fs/nfs/client.c | 2 ++
fs/nfs/fscache.c | 3 ++-
fs/nfs/iostat.h | 6 +++---
fs/nfs/nfs4proc.c | 26 ++++++++++++++++++++------
fs/nfs/super.c | 18 +++++++++---------
include/linux/ktime.h | 10 ++++++++--
include/linux/sunrpc/metrics.h | 7 ++++---
include/linux/sunrpc/sched.h | 5 +++--
include/linux/sunrpc/xdr.h | 8 +++++---
include/linux/sunrpc/xprt.h | 4 ++--
net/sunrpc/sched.c | 2 +-
net/sunrpc/stats.c | 27 +++++++++------------------
net/sunrpc/xprt.c | 19 ++++++++-----------
net/sunrpc/xprtsock.c | 1 -
14 files changed, 76 insertions(+), 62 deletions(-)
--
Chuck Lever
next reply other threads:[~2010-04-21 17:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-21 17:42 Chuck Lever [this message]
[not found] ` <20100421173628.2037.54635.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2010-04-21 17:43 ` [PATCH 1/9] NFS: rsize and wsize settings ignored on v4 mounts Chuck Lever
2010-04-21 17:43 ` [PATCH 2/9] SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h Chuck Lever
2010-04-21 17:43 ` [PATCH 3/9] NFS: Squelch compiler warning Chuck Lever
2010-04-21 17:43 ` [PATCH 4/9] NFS: Clean up fscache_uniq mount option Chuck Lever
2010-04-21 17:43 ` [PATCH 5/9] NFS: Squelch compiler warning in nfs_add_server_stats() Chuck Lever
2010-04-21 17:43 ` [PATCH 6/9] NFS: Calldata for nfs4_renew_done() Chuck Lever
2010-04-21 17:44 ` [PATCH 7/9] SUNRPC: RPC metrics and RTT estimator should use same RTT value Chuck Lever
2010-04-21 17:44 ` [PATCH 8/9] ktime: introduce ktime_to_ms() Chuck Lever
2010-04-21 17:44 ` [PATCH 9/9] SUNRPC: Replace jiffies-based metrics with ktime-based metrics Chuck Lever
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=20100421173628.2037.54635.stgit@localhost.localdomain \
--to=chuck.lever@oracle.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox