linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL -mm] 00/19 Unionfs updates/cleanups/fixes
@ 2007-10-01  5:50 Erez Zadok
  2007-10-01  5:50 ` [PATCH 01/19] Unionfs: compile if debug is off Erez Zadok
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Erez Zadok @ 2007-10-01  5:50 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, linux-fsdevel, viro, hch


The following is a series of patches related to Unionfs.  The main changes
here are compliance with coding style and assorted cleanups, based on lkml
comments and advise.  Specifically, the un/likely updates from the previous
series of patches was completely redone; the number of un/likely instances
was reduced from 546 to 163 and what's left are considered highly unlikely
(99% or higher threshold).

These patches were tested (where appropriate) on our 2.6.23-rc8 latest code,
as well as the backports to 2.6.{22,21,20,19,18,9} on ext2/3/4, xfs,
reiserfs, nfs2/3/4, jffs2, ramfs, tmpfs, cramfs, and squashfs (where
available).  See http://unionfs.filesystems.org/ to download backported
unionfs code.

Please pull from the 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/ezk/unionfs.git

to receive the following:

Erez Zadok (19):
      Unionfs: compile if debug is off
      Unionfs: add un/likely on conditionals
      Unionfs: minor comment cleanups
      Unionfs: use consistent printk prefixes
      Unionfs: use UNIONFS_NAME macro
      Unionfs: properly indent static struct
      Unionfs: remove unnecessary if condition
      Unionfs: use page_offset() helper
      Unionfs: use pr_debug() instead of custom dprintk()
      Unionfs: convert all appropriate printk's to pr_debug calls
      Unionfs: add missing newlines in printk's
      Unionfs: update/assign a KERN_* level to all printk statements
      Unionfs: remove periods from the end of printk strings
      Unionfs: use braces in both branches of conditionals
      Unionfs: coding style: proper spacing
      Unionfs: coding style: take assignments out of "if" conditions
      Unionfs: coding style: avoid multiple assignments on same line
      Unionfs: coding style: miscellaneous fixes
      Unionfs: coding style: avoid lines longer than 80 chars

 Makefile     |    4 
 commonfops.c |   86 ++++++------
 copyup.c     |   31 ++--
 debug.c      |  406 +++++++++++++++++++++++++++++------------------------------
 dentry.c     |   66 ++++-----
 dirfops.c    |   32 ++--
 dirhelper.c  |   13 +
 fanout.h     |   11 +
 file.c       |   29 ++--
 inode.c      |   82 ++++++-----
 lookup.c     |   29 ++--
 main.c       |   80 ++++++-----
 mmap.c       |   18 +-
 rdstate.c    |   18 +-
 rename.c     |   59 ++++----
 subr.c       |   13 +
 super.c      |  102 +++++++-------
 union.h      |   52 +++----
 unlink.c     |   22 +--
 xattr.c      |   16 +-
 20 files changed, 622 insertions(+), 547 deletions(-)

---
Erez Zadok
ezk@cs.sunysb.edu

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

end of thread, other threads:[~2007-10-01  5:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01  5:50 [GIT PULL -mm] 00/19 Unionfs updates/cleanups/fixes Erez Zadok
2007-10-01  5:50 ` [PATCH 01/19] Unionfs: compile if debug is off Erez Zadok
2007-10-01  5:50 ` [PATCH 02/19] Unionfs: add un/likely on conditionals Erez Zadok
2007-10-01  5:50 ` [PATCH 03/19] Unionfs: minor comment cleanups Erez Zadok
2007-10-01  5:50 ` [PATCH 04/19] Unionfs: use consistent printk prefixes Erez Zadok
2007-10-01  5:50 ` [PATCH 05/19] Unionfs: use UNIONFS_NAME macro Erez Zadok
2007-10-01  5:50 ` [PATCH 06/19] Unionfs: properly indent static struct Erez Zadok
2007-10-01  5:50 ` [PATCH 07/19] Unionfs: remove unnecessary if condition Erez Zadok
2007-10-01  5:50 ` [PATCH 08/19] Unionfs: use page_offset() helper Erez Zadok
2007-10-01  5:50 ` [PATCH 09/19] Unionfs: use pr_debug() instead of custom dprintk() Erez Zadok
2007-10-01  5:50 ` [PATCH 10/19] Unionfs: convert all appropriate printk's to pr_debug calls Erez Zadok
2007-10-01  5:50 ` [PATCH 11/19] Unionfs: add missing newlines in printk's Erez Zadok
2007-10-01  5:50 ` [PATCH 12/19] Unionfs: update/assign a KERN_* level to all printk statements Erez Zadok
2007-10-01  5:50 ` [PATCH 13/19] Unionfs: remove periods from the end of printk strings Erez Zadok
2007-10-01  5:50 ` [PATCH 14/19] Unionfs: use braces in both branches of conditionals Erez Zadok
2007-10-01  5:50 ` [PATCH 15/19] Unionfs: coding style: proper spacing Erez Zadok
2007-10-01  5:50 ` [PATCH 16/19] Unionfs: coding style: take assignments out of "if" conditions Erez Zadok
2007-10-01  5:50 ` [PATCH 17/19] Unionfs: coding style: avoid multiple assignments on same line Erez Zadok
2007-10-01  5:50 ` [PATCH 18/19] Unionfs: coding style: miscellaneous fixes Erez Zadok
2007-10-01  5:50 ` [PATCH 19/19] Unionfs: coding style: avoid lines longer than 80 chars Erez Zadok

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).