From: Joe Perches <joe@perches.com>
To: linux-fsdevel@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 00/28] fs: Logging style neatening and checkpatch wanking...
Date: Tue, 29 Nov 2011 18:13:58 -0800 [thread overview]
Message-ID: <cover.1322609672.git.joe@perches.com> (raw)
Use the current logging styles.
Some messages now have prefixes that didn't previously.
buffer:, exec:, namespace: and a few others.
Neaten the file coding style while there.
Joe Perches (28):
buffer: Use pr_<level>
mbcache: Use current logging styles
bio: Use current logging styles
libfs: Use current logging styles
super: Use current logging styles
exec: Use current logging style
namespace: Use current logging styles
block_dev: Use current logging style
dcache: Use current logging style
fcntl: Use current logging style
file: Use current logging style
locks: Use current logging style
open: Use current logging style
stat: Use current logging style
exec: checkpatch wanking
namespace: checkpatch wanking
block_dev: checkpatch wanking
dcache: checkpatch wanking
fcntl: checkpatch wanking
file: checkpatch wanking
locks: checkpatch wanking
open: checkpatch wanking
stat: checkpatch wanking
super: checkpatch wanking
libfs: checkpatch wanking
bio: checkpatch wanking
mbcache: checkpatch wanking.
buffer: checkpatch wanking
fs/bio.c | 31 +++++---
fs/block_dev.c | 81 ++++++++++-----------
fs/buffer.c | 143 ++++++++++++++++++-------------------
fs/dcache.c | 137 ++++++++++++++++++------------------
fs/exec.c | 106 ++++++++++++++--------------
fs/fcntl.c | 134 ++++++++++++++++++-----------------
fs/file.c | 25 ++++---
fs/libfs.c | 215 +++++++++++++++++++++++++++++---------------------------
fs/locks.c | 125 +++++++++++++++-----------------
fs/mbcache.c | 82 +++++++++------------
fs/namespace.c | 61 ++++++++--------
fs/open.c | 41 ++++++-----
fs/stat.c | 33 ++++-----
fs/super.c | 60 ++++++---------
14 files changed, 631 insertions(+), 643 deletions(-)
--
1.7.6.405.gc1be0
next reply other threads:[~2011-11-30 2:13 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-30 2:13 Joe Perches [this message]
2011-11-30 2:13 ` [PATCH 01/28] buffer: Use pr_<level> Joe Perches
2011-11-30 2:14 ` [PATCH 02/28] mbcache: Use current logging styles Joe Perches
2011-11-30 2:14 ` [PATCH 03/28] bio: " Joe Perches
2011-11-30 2:14 ` [PATCH 04/28] libfs: " Joe Perches
2011-11-30 2:14 ` [PATCH 05/28] super: " Joe Perches
2011-11-30 2:14 ` [PATCH 06/28] exec: Use current logging style Joe Perches
2011-11-30 2:14 ` [PATCH 07/28] namespace: Use current logging styles Joe Perches
2011-11-30 2:14 ` [PATCH 08/28] block_dev: Use current logging style Joe Perches
2011-11-30 2:14 ` [PATCH 09/28] dcache: " Joe Perches
2011-11-30 2:14 ` [PATCH 10/28] fcntl: " Joe Perches
2011-11-30 2:14 ` [PATCH 11/28] file: " Joe Perches
2011-11-30 2:14 ` [PATCH 12/28] locks: " Joe Perches
2011-11-30 2:14 ` [PATCH 13/28] open: " Joe Perches
2011-11-30 2:14 ` [PATCH 14/28] stat: " Joe Perches
2011-11-30 2:14 ` [PATCH 15/28] exec: checkpatch wanking Joe Perches
2011-11-30 2:14 ` [PATCH 16/28] namespace: " Joe Perches
2011-11-30 2:22 ` Al Viro
2011-11-30 3:39 ` Joe Perches
2011-11-30 6:50 ` Al Viro
2011-11-30 8:34 ` Joe Perches
2011-11-30 2:14 ` [PATCH 17/28] block_dev: " Joe Perches
2011-11-30 2:14 ` [PATCH 18/28] dcache: " Joe Perches
2011-11-30 2:14 ` [PATCH 19/28] fcntl: " Joe Perches
2011-11-30 2:14 ` [PATCH 20/28] file: " Joe Perches
2011-11-30 2:14 ` [PATCH 21/28] locks: " Joe Perches
2011-11-30 2:14 ` [PATCH 22/28] open: " Joe Perches
2011-11-30 2:14 ` [PATCH 23/28] stat: " Joe Perches
2011-11-30 2:14 ` [PATCH 24/28] super: " Joe Perches
2011-11-30 2:14 ` [PATCH 25/28] libfs: " Joe Perches
2011-11-30 2:14 ` [PATCH 26/28] bio: " Joe Perches
2011-11-30 2:14 ` [PATCH 27/28] mbcache: " Joe Perches
2011-11-30 2:14 ` [PATCH 28/28] buffer: " Joe Perches
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.1322609672.git.joe@perches.com \
--to=joe@perches.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).