public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] For 2.6.35
@ 2010-04-21 17:42 Chuck Lever
       [not found] ` <20100421173628.2037.54635.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Chuck Lever @ 2010-04-21 17:42 UTC (permalink / raw)
  To: linux-nfs

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

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

end of thread, other threads:[~2010-04-21 17:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 17:42 [PATCH 0/9] For 2.6.35 Chuck Lever
     [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

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