All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: David Woodhouse <dwmw2@infradead.org>, linux-mtd@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] jffs2: logging message neatening
Date: Wed, 15 Feb 2012 15:56:42 -0800	[thread overview]
Message-ID: <cover.1329349881.git.joe@perches.com> (raw)

Joe Perches (4):
  jffs2: Convert most D1/D2 macros to jffs2_dbg
  jffs2: Convert printks to pr_<level>
  jffs2: Use pr_fmt and remove jffs: from formats
  jffs2: Standardize JFFS_<LEVEL> uses

 fs/jffs2/acl.c         |    2 +
 fs/jffs2/background.c  |   29 +++--
 fs/jffs2/build.c       |    6 +-
 fs/jffs2/compr.c       |   32 +++--
 fs/jffs2/compr_rubin.c |    2 +
 fs/jffs2/compr_zlib.c  |   39 ++++---
 fs/jffs2/debug.c       |   22 ++--
 fs/jffs2/debug.h       |   51 +++------
 fs/jffs2/dir.c         |   41 ++++---
 fs/jffs2/erase.c       |   71 +++++++----
 fs/jffs2/file.c        |   33 +++--
 fs/jffs2/fs.c          |   67 ++++++----
 fs/jffs2/gc.c          |  322 ++++++++++++++++++++++++++++--------------------
 fs/jffs2/malloc.c      |    2 +
 fs/jffs2/nodelist.c    |   30 +++--
 fs/jffs2/nodemgmt.c    |  214 +++++++++++++++++++-------------
 fs/jffs2/read.c        |   70 ++++++-----
 fs/jffs2/readinode.c   |    2 +
 fs/jffs2/scan.c        |  211 ++++++++++++++++++--------------
 fs/jffs2/summary.c     |   16 ++-
 fs/jffs2/super.c       |   30 +++--
 fs/jffs2/symlink.c     |    7 +-
 fs/jffs2/wbuf.c        |  148 ++++++++++++----------
 fs/jffs2/write.c       |  113 ++++++++++--------
 fs/jffs2/xattr.c       |    2 +
 25 files changed, 900 insertions(+), 662 deletions(-)

-- 
1.7.8.111.gad25c.dirty

             reply	other threads:[~2012-02-15 23:57 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-15 23:56 Joe Perches [this message]
2012-02-15 23:56 ` [PATCH 1/4] jffs2: Convert most D1/D2 macros to jffs2_dbg Joe Perches
2012-03-05 16:30   ` Artem Bityutskiy
2012-03-05 16:30     ` Artem Bityutskiy
2012-03-05 16:56     ` Joe Perches
2012-03-05 16:56       ` Joe Perches
2012-03-09 11:53       ` Artem Bityutskiy
2012-03-09 11:53         ` Artem Bityutskiy
2012-03-09 18:49         ` Joe Perches
2012-03-09 18:49           ` Joe Perches
2012-03-12 13:12           ` Artem Bityutskiy
2012-03-12 13:12             ` Artem Bityutskiy
2012-03-12 15:33             ` Joe Perches
2012-03-12 15:33               ` Joe Perches
2012-03-12 16:35               ` Artem Bityutskiy
2012-03-12 16:35                 ` Artem Bityutskiy
2012-03-12 17:11                 ` Joe Perches
2012-03-12 17:11                   ` Joe Perches
2012-03-13 12:39                   ` Artem Bityutskiy
2012-03-13 12:39                     ` Artem Bityutskiy
2012-03-13 16:34                     ` Joe Perches
2012-03-13 16:34                       ` Joe Perches
2012-03-14 10:54                       ` Artem Bityutskiy
2012-03-14 10:54                         ` Artem Bityutskiy
2012-03-09 21:59         ` [PATCH l2-mtd] jffs2: Fix build when CONFIG_JFFS2_FS_DEBUG > 0 Joe Perches
2012-03-09 21:59           ` Joe Perches
2012-03-12 13:50           ` Artem Bityutskiy
2012-03-12 13:50             ` Artem Bityutskiy
2012-02-15 23:56 ` [PATCH 2/4] jffs2: Convert printks to pr_<level> Joe Perches
2012-02-15 23:56 ` [PATCH 3/4] jffs2: Use pr_fmt and remove jffs: from formats Joe Perches
2012-02-15 23:56 ` [PATCH 4/4] jffs2: Standardize JFFS_<LEVEL> uses Joe Perches
2012-02-29 12:08 ` [PATCH 0/4] jffs2: logging message neatening Artem Bityutskiy
2012-02-29 12:08   ` Artem Bityutskiy
2012-02-29 12:12   ` Artem Bityutskiy
2012-02-29 12:12     ` Artem Bityutskiy
2012-02-29 19:02   ` Joe Perches
2012-02-29 19:02     ` Joe Perches
2012-03-01  7:36     ` Artem Bityutskiy
2012-03-01  7:36       ` Artem Bityutskiy

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=cover.1329349881.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.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.