All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Simmons <jsimmons@infradead.org>
To: lustre-devel@lists.lustre.org
Subject: [lustre-devel] [PATCH v3 00/13] lustre: libcfs: tracefile cleanups
Date: Wed, 27 Jun 2018 15:38:29 -0400	[thread overview]
Message-ID: <1530128322-32535-1-git-send-email-jsimmons@infradead.org> (raw)

The first three patches in this series are a repost of Neil's patches.
I updated the 4th patch but it contained to many changes so I broke
it into 6 smaller patches for easier review. It address all the
brokeness of cfs_print_to_console() which shows up in my testing.
Besides the fixing more cleanups of tracefile.h was done in the
new patches. The rest of the patches are Neil's work rebased due
the changes I introduced.

James Simmons (6):
  lustre: libcfs: fix cfs_print_to_console()
  lustre: libcfs: properly handle failure paths in cfs_tracefile_init_arch()
  lustre: libcfs: remove cfs_trace_refill_stack()
  lustre: libcfs: move cfs_trace_data data to tracefile.c
  lustre: libcfs: cleanup tracefile.h
  lustre: libcfs: format macros in tracefile.h

NeilBrown (7):
  lustre: libcfs: move tracefile locking from linux-tracefile.c to tracefile.c
  lustre: libcfs: open code cfs_trace_max_debug_mb() into cfs_trace_set_debug_mb()
  lustre: libcfs: move tcd locking across to tracefile.c
  lustre: libcfs: merge linux-tracefile.c into tracefile.c
  lustre: libcfs: fold cfs_tracefile_*_arch into their only callers.
  lustre: libcfs: renamed CFS_TCD_TYPE_MAX to CFS_TCD_TYPE_CNT
  lustre: libcfs: discard TCD_MAX_TYPES

-------------
Changelog

1) Initial patches from Neil Brown

2) Neil's patches pushed with the 4th patch heavly updated.

3) Broke up the 4th patch I pushed into smaller patches for
   easier review.

 drivers/staging/lustre/lnet/libcfs/Makefile        |   2 +-
 drivers/staging/lustre/lnet/libcfs/debug.c         |   6 +-
 .../staging/lustre/lnet/libcfs/linux-tracefile.c   | 258 --------------------
 drivers/staging/lustre/lnet/libcfs/tracefile.c     | 267 +++++++++++++++++----
 drivers/staging/lustre/lnet/libcfs/tracefile.h     | 117 +--------
 5 files changed, 237 insertions(+), 413 deletions(-)
 delete mode 100644 drivers/staging/lustre/lnet/libcfs/linux-tracefile.c

-- 
1.8.3.1

             reply	other threads:[~2018-06-27 19:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-27 19:38 James Simmons [this message]
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 01/13] lustre: libcfs: move tracefile locking from linux-tracefile.c to tracefile.c James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 02/13] lustre: libcfs: open code cfs_trace_max_debug_mb() into cfs_trace_set_debug_mb() James Simmons
2018-06-28 22:39   ` Andreas Dilger
2018-06-29  3:55     ` NeilBrown
2018-07-02  2:17       ` NeilBrown
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 03/13] lustre: libcfs: move tcd locking across to tracefile.c James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 04/13] lustre: libcfs: fix cfs_print_to_console() James Simmons
2018-06-27 21:27   ` NeilBrown
2018-06-28 22:30   ` Andreas Dilger
2018-06-29 16:17     ` James Simmons
2018-07-02  2:27       ` NeilBrown
2018-07-05 23:34         ` James Simmons
2018-07-05 23:35         ` James Simmons
2018-07-06  4:19           ` NeilBrown
2018-07-06 17:09           ` Andreas Dilger
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 05/13] lustre: libcfs: properly handle failure paths in cfs_tracefile_init_arch() James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 06/13] lustre: libcfs: merge linux-tracefile.c into tracefile.c James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 07/13] lustre: libcfs: remove cfs_trace_refill_stack() James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 08/13] lustre: libcfs: move cfs_trace_data data to tracefile.c James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 09/13] lustre: libcfs: cleanup tracefile.h James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 10/13] lustre: libcfs: fold cfs_tracefile_*_arch into their only callers James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 11/13] lustre: libcfs: renamed CFS_TCD_TYPE_MAX to CFS_TCD_TYPE_CNT James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 12/13] lustre: libcfs: discard TCD_MAX_TYPES James Simmons
2018-06-27 19:38 ` [lustre-devel] [PATCH v3 13/13] lustre: libcfs: format macros in tracefile.h James Simmons

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=1530128322-32535-1-git-send-email-jsimmons@infradead.org \
    --to=jsimmons@infradead.org \
    --cc=lustre-devel@lists.lustre.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.