lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Nov 2011 18:13:58 -0800
From:	Joe Perches <joe@...ches.com>
To:	linux-fsdevel@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 00/28] fs: Logging style neatening and checkpatch wanking...

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ