All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] First set of 2.6.27 patches
@ 2008-05-18  2:16 Chuck Lever
       [not found] ` <20080518021241.8366.12464.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Chuck Lever @ 2008-05-18  2:16 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

Hi Trond-

Here are the first eight patches I'd like you to consider for 2.6.27.  The
Kconfig patch was part of the Kconfig clean-up series included in 2.6.26,
but was somehow missed.

The SUNRPC patches add some enhancements to RPC debugging.

---

Chuck Lever (8):
      SUNRPC: Display symbolic function addresses in rpc_show_tasks
      SUNRPC: Rename "call_" functions that are no longer FSM states
      SUNRPC: Add second output line for each RPC task in rpc_show_tasks
      SUNRPC: Refactor rpc_show_tasks
      SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
      SUNRPC: Use RPC procedure name in call_verify
      SUNRPC: Use RPC procedure name in call_start
      NFS: Update help text for CONFIG_NFS_FS


 fs/Kconfig                   |  115 ++++++++++++++++----------------
 include/linux/sunrpc/sched.h |    1 
 net/sunrpc/clnt.c            |  150 +++++++++++++++++++++++++++---------------
 net/sunrpc/sched.c           |    2 -
 4 files changed, 156 insertions(+), 112 deletions(-)

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/8] Initial set of 2.6.27 patches, take 2
@ 2008-05-20 20:29 Chuck Lever
       [not found] ` <20080520202108.3851.7464.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Chuck Lever @ 2008-05-20 20:29 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs

Hi Trond-

Resending the first batch of 2.6.27 patches, with fixes.  The trailing
whitespace in fs/Kconfig has been removed, and the rpc_show_task() changes
place all output data on a single line for each task.  Patch descriptions have
been expanded to provide sample output.

---

Chuck Lever (8):
      SUNRPC: Display symbolic function addresses in rpc_show_tasks
      SUNRPC: Rename "call_" functions that are no longer FSM states
      SUNRPC: Display some debugging information as text rather than numbers
      SUNRPC: Refactor rpc_show_tasks
      SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
      SUNRPC: Use RPC procedure name in call_verify
      SUNRPC: Use RPC procedure name in call_start
      NFS: Update help text for CONFIG_NFS_FS


 fs/Kconfig                   |  115 ++++++++++++++++-----------------
 include/linux/sunrpc/sched.h |    1 
 net/sunrpc/clnt.c            |  147 +++++++++++++++++++++++++++---------------
 net/sunrpc/sched.c           |    2 -
 4 files changed, 153 insertions(+), 112 deletions(-)

-- 
Chuck Lever
chuck[dot]lever[at]oracle[dot]com

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

end of thread, other threads:[~2008-05-20 20:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-18  2:16 [PATCH 0/8] First set of 2.6.27 patches Chuck Lever
     [not found] ` <20080518021241.8366.12464.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-05-18  2:16   ` [PATCH 1/8] NFS: Update help text for CONFIG_NFS_FS Chuck Lever
     [not found]     ` <20080518021614.8366.39102.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-05-19 16:15       ` J. Bruce Fields
2008-05-19 16:24       ` J. Bruce Fields
2008-05-19 16:44         ` Chuck Lever
2008-05-19 17:09       ` Talpey, Thomas
     [not found]         ` <RTPCLUEXC1-PRDXzzAg00000113-rtwIt2gI0FxT+ZUat5FNkAK/GNPrWCqfQQ4Iyu8u01E@public.gmane.org>
2008-05-19 17:21           ` Chuck Lever
2008-05-19 18:10             ` Talpey, Thomas
2008-05-18  2:16   ` [PATCH 2/8] SUNRPC: Use RPC procedure name in call_start Chuck Lever
2008-05-18  2:16   ` [PATCH 3/8] SUNRPC: Use RPC procedure name in call_verify Chuck Lever
2008-05-18  2:16   ` [PATCH 4/8] SUNRPC: Don't display the rpc_show_tasks header if there are no tasks Chuck Lever
     [not found]     ` <20080518021636.8366.81782.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-05-19 16:19       ` J. Bruce Fields
2008-05-18  2:16   ` [PATCH 5/8] SUNRPC: Refactor rpc_show_tasks Chuck Lever
2008-05-18  2:16   ` [PATCH 6/8] SUNRPC: Add second output line for each RPC task in rpc_show_tasks Chuck Lever
     [not found]     ` <20080518021650.8366.96474.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-05-19 16:21       ` J. Bruce Fields
2008-05-19 16:31       ` Trond Myklebust
2008-05-19 16:41         ` Chuck Lever
2008-05-19 16:44           ` Trond Myklebust
2008-05-19 17:11             ` Chuck Lever
2008-05-18  2:16   ` [PATCH 7/8] SUNRPC: Rename "call_" functions that are no longer FSM states Chuck Lever
2008-05-18  2:17   ` [PATCH 8/8] SUNRPC: Display symbolic function addresses in rpc_show_tasks Chuck Lever
  -- strict thread matches above, loose matches on Subject: below --
2008-05-20 20:29 [PATCH 0/8] Initial set of 2.6.27 patches, take 2 Chuck Lever
     [not found] ` <20080520202108.3851.7464.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-05-20 20:29   ` [PATCH 4/8] SUNRPC: Don't display the rpc_show_tasks header if there are no tasks Chuck Lever

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.