All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 00/14] Miscellaneous fixes
Date: Wed, 28 Jul 2010 11:15:46 +0200	[thread overview]
Message-ID: <cover.1280307502.git.zkabelac@redhat.com> (raw)

Miscellaneous fixes:

One fix for non-srcdir builds.
Fxes for testsuit.
Cleanups for compiler warnings.
Updates to dmsetup code.

Last patch is proposal for 3 solution how to fix udev patch
checking - I think the check should be a separate function
in lib dm used by dmsetup and liblvm. This patch is not supposed
to be applied in this form.


Zdenek Kabelac (14):
  Skip VPATH usage
  Testsuit: Shell &&||
  Testsuit: create empty files
  Testsuit: test variables with quotes
  Testsuit: speedup
  Testsuit: add missing prepare_dmeventd
  Fix constness warning
  Fix C function definition
  Fix constness warning
  Fix void* arithmetic - use char*
  Fix void* arithmetic and more readable char[]
  log_debug event_nr
  Reorder read_ahead check
  Proposal of different check for udev dir

 daemons/clvmd/clvmd-singlenode.c        |    6 ++--
 daemons/clvmd/lvm-functions.c           |    4 +-
 include/Makefile.in                     |    1 -
 lib/activate/dev_manager.c              |    8 +++---
 lib/format_text/archive.c               |    4 +-
 lib/format_text/import.c                |    2 +-
 lib/locking/file_locking.c              |    2 +-
 libdm/ioctl/libdm-iface.c               |   13 ++++++-----
 libdm/mm/dbg_malloc.c                   |    6 ++--
 test/lvm-utils.sh                       |   30 +++++++++++++++++----------
 test/t-000-basic.sh                     |    4 +-
 test/t-activate-missing.sh              |    1 +
 test/t-activate-partial.sh              |    1 +
 test/t-inconsistent-metadata.sh         |    1 +
 test/t-listings.sh                      |    1 +
 test/t-lock-blocking.sh                 |    2 +-
 test/t-lvchange-mirror.sh               |    1 +
 test/t-lvconvert-mirror-basic.sh        |    1 +
 test/t-lvconvert-mirror.sh              |    1 +
 test/t-lvconvert-repair-dmeventd.sh     |    2 +-
 test/t-lvconvert-repair-policy.sh       |    1 +
 test/t-lvconvert-repair-replace.sh      |    1 +
 test/t-lvconvert-repair-transient.sh    |    1 +
 test/t-lvconvert-repair.sh              |    2 +-
 test/t-lvcreate-mirror.sh               |    1 +
 test/t-lvcreate-operation.sh            |    1 +
 test/t-lvcreate-pvtags.sh               |    1 +
 test/t-lvcreate-usage.sh                |    1 +
 test/t-lvresize-mirror.sh               |    1 +
 test/t-metadata.sh                      |    1 +
 test/t-mirror-names.sh                  |    1 +
 test/t-mirror-vgreduce-removemissing.sh |    1 +
 test/t-nomda-missing.sh                 |    1 +
 test/t-pvchange-usage.sh                |    2 +-
 test/t-pvmove-basic.sh                  |    7 ++---
 test/t-snapshots-of-mirrors.sh          |    1 +
 test/t-unknown-segment.sh               |    1 +
 test/t-unlost-pv.sh                     |    1 +
 test/test-utils.sh                      |    2 +-
 tools/dmsetup.c                         |   33 ++++++++++++++++++++++++++++--
 tools/lvmcmdline.c                      |    4 ++-
 41 files changed, 107 insertions(+), 49 deletions(-)

-- 
1.7.2



             reply	other threads:[~2010-07-28  9:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-28  9:15 Zdenek Kabelac [this message]
2010-07-28  9:15 ` [PATCH 01/14] Skip VPATH usage Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 02/14] Testsuit: Shell &&|| Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 03/14] Testsuit: create empty files Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 04/14] Testsuit: test variables with quotes Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 05/14] Testsuit: speedup Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 06/14] Testsuit: add missing prepare_dmeventd Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 07/14] Fix constness warning Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 08/14] Fix C function definition Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 09/14] Fix constness warning Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 10/14] Fix void* arithmetic - use char* Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 11/14] Fix void* arithmetic and more readable char[] Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 12/14] log_debug event_nr Zdenek Kabelac
2010-07-28  9:15 ` [PATCH 13/14] Reorder read_ahead check Zdenek Kabelac
2010-07-28  9:16 ` [PATCH 14/14] Proposal of different check for udev dir Zdenek Kabelac
2010-07-28 19:12 ` [PATCH 00/14] Miscellaneous fixes Petr Rockai

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.1280307502.git.zkabelac@redhat.com \
    --to=zkabelac@redhat.com \
    --cc=lvm-devel@redhat.com \
    /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.