All of lore.kernel.org
 help / color / mirror / Atom feed
* master - Merge branch 'master' of git://sourceware.org/git/lvm2
@ 2018-05-16  9:15 Joe Thornber
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Thornber @ 2018-05-16  9:15 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e296f784c974eaa76deb3af58baf79a70095b308
Commit:        e296f784c974eaa76deb3af58baf79a70095b308
Parent:        df2acbbb97dbda000053afd40d2e4a707e226b52 ed799404f887339ebf8bc6ca4504c8bff6b1f491
Author:        Joe Thornber <ejt@redhat.com>
AuthorDate:    Wed May 16 10:11:58 2018 +0100
Committer:     Joe Thornber <ejt@redhat.com>
CommitterDate: Wed May 16 10:11:58 2018 +0100

Merge branch 'master' of git://sourceware.org/git/lvm2


 Makefile.in                          |   18 +-
 WHATS_NEW                            |    4 +
 conf/example.conf.in                 |   27 +-
 configure                            |    6 +-
 configure.ac                         |    4 +-
 daemons/lvmlockd/Makefile.in         |    2 +
 device-mapper/Makefile               |   20 -
 device-mapper/vdo/status.c           |  248 --------
 device-mapper/vdo/target.h           |   68 ---
 device_mapper/Makefile.in            |   23 +
 device_mapper/vdo/status.c           |  248 ++++++++
 device_mapper/vdo/target.h           |   68 +++
 doc/lvm-disk-reading.txt             |  107 ++++
 include/configure.h.in               |    3 +
 lib/cache/lvmcache.c                 |   68 ++-
 lib/cache/lvmcache.h                 |    1 -
 lib/config/config_settings.h         |    2 +-
 lib/device/bcache.c                  |    2 +-
 lib/device/dev-cache.c               |    1 -
 lib/device/dev-io.c                  |   35 +-
 lib/device/dev-md.c                  |   10 +-
 lib/device/dev-type.c                |    3 +
 lib/device/device.h                  |    2 -
 lib/label/label.c                    |  205 ++++---
 lib/label/label.h                    |    4 +-
 lib/metadata/metadata-liblvm.c       |    3 +-
 lib/metadata/metadata.c              |    4 +-
 lib/misc/lvm-exec.c                  |    1 -
 liblvm/lvm_vg.c                      |    2 +
 man/lvconvert.8_pregen               |    8 +-
 man/pvcreate.8_pregen                |    7 +-
 man/vgcfgrestore.8_pregen            |    9 +-
 man/vgconvert.8_pregen               |   14 +-
 man/vgcreate.8_pregen                |    7 +-
 man/vgextend.8_pregen                |    7 +-
 man/vgsplit.8_pregen                 |    7 +-
 python/setup.py.in                   |    2 +-
 test/Makefile.in                     |   15 +-
 test/api/pytest.sh                   |    4 +-
 test/api/python_lvm_unit.py          | 1048 ----------------------------------
 test/api/python_lvm_unit.py.in       | 1048 ++++++++++++++++++++++++++++++++++
 test/lib/aux.sh                      |   76 +++-
 test/lib/check.sh                    |    3 +-
 test/lib/inittest.sh                 |   20 +-
 test/shell/fsadm-crypt.sh            |    4 +
 test/shell/fsadm-renamed.sh          |    2 +-
 test/shell/lvconvert-mirror.sh       |   22 +-
 test/shell/lvconvert-raid-reshape.sh |    2 +-
 test/shell/lvconvert-snapshot.sh     |    2 +-
 test/shell/lvcreate-small-snap.sh    |   12 +-
 test/shell/lvmetad-disabled.sh       |    6 +-
 test/shell/mirror-names.sh           |   16 +-
 test/shell/pvmove-abort-all.sh       |   21 +-
 test/shell/pvmove-abort.sh           |   21 +-
 test/shell/snapshot-maxsize.sh       |    2 +-
 test/shell/snapshot-usage.sh         |   26 +-
 test/shell/thin-merge.sh             |    1 +
 test/shell/topology-support.sh       |    2 +-
 test/shell/vgcreate-usage.sh         |    6 +-
 test/unit/Makefile.in                |   67 ++-
 test/unit/bcache_utils_t.c           |   31 +-
 test/unit/io_engine_t.c              |    7 +-
 test/unit/unit-test.sh               |   23 +
 test/unit/vdo_t.c                    |    2 +-
 tools/polldaemon.c                   |   11 +-
 tools/pvck.c                         |   28 +-
 tools/toollib.c                      |    3 +-
 67 files changed, 2031 insertions(+), 1750 deletions(-)



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

* master - Merge branch 'master' of git://sourceware.org/git/lvm2
@ 2018-09-11 12:27 Joe Thornber
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Thornber @ 2018-09-11 12:27 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=d0ff078e77e9f1018d14e824ae16b5d861a7f818
Commit:        d0ff078e77e9f1018d14e824ae16b5d861a7f818
Parent:        3255e384dbd567a4d6ddec8dc3eaac2d16476d3c 07d2794a1640f05a451657a2176ccea5308d3298
Author:        Joe Thornber <ejt@redhat.com>
AuthorDate:    Tue Sep 11 13:19:08 2018 +0100
Committer:     Joe Thornber <ejt@redhat.com>
CommitterDate: Tue Sep 11 13:19:08 2018 +0100

Merge branch 'master' of git://sourceware.org/git/lvm2


 WHATS_NEW                                          |    2 +
 lib/metadata/raid_manip.c                          |   28 ++--
 test/Makefile.in                                   |    3 -
 test/lib/aux.sh                                    |   83 --------
 test/lib/flavour-ndev-lvmetad-lvmpolld.sh          |    3 -
 test/lib/flavour-ndev-lvmetad.sh                   |    2 -
 test/lib/flavour-udev-lvmetad-lvmpolld.sh          |    4 -
 test/lib/flavour-udev-lvmetad.sh                   |    3 -
 test/lib/flavour-udev-lvmlockd-test-lvmetad.sh     |    9 -
 test/lib/inittest.sh                               |   18 +--
 test/shell/dmsetup-integrity-keys.sh               |    2 -
 test/shell/dmsetup-keyring.sh                      |    2 -
 test/shell/inconsistent-metadata.sh                |   55 +++---
 test/shell/lvconvert-mirror-basic.sh               |    3 -
 test/shell/lvconvert-mirror.sh                     |    3 -
 test/shell/lvconvert-raid-status-validation.sh     |    2 -
 .../lvconvert-raid-takeover-linear_to_raid4.sh     |   71 +++++++
 .../lvconvert-raid-takeover-raid4_to_linear.sh     |   82 ++++++++
 test/shell/lvconvert-raid-takeover.sh              |   16 ++-
 test/shell/lvconvert-raid.sh                       |    2 -
 test/shell/lvcreate-repair.sh                      |    1 -
 test/shell/mirror-vgreduce-removemissing.sh        |    3 -
 test/shell/name-mangling.sh                        |    2 -
 test/shell/pool-labels.sh                          |    4 -
 test/shell/process-each-lv.sh                      |    3 -
 test/shell/pv-duplicate-uuid.sh                    |    8 +-
 test/shell/pv-ext-update.sh                        |    3 -
 test/shell/pvmove-basic.sh                         |    3 -
 test/shell/pvmove-restart.sh                       |    2 -
 test/shell/pvmove-resume-1.sh                      |    2 -
 test/shell/pvmove-resume-2.sh                      |    2 -
 test/shell/pvmove-resume-multiseg.sh               |    3 -
 test/shell/relative-sign-options.sh                |    4 -
 test/shell/report-fields.sh                        |    2 -
 test/shell/report-hidden.sh                        |    2 -
 test/shell/snapshot-remove-dmsetup.sh              |    2 -
 test/shell/system_id.sh                            |  197 --------------------
 test/shell/test-partition.sh                       |    1 -
 test/shell/thin-dmeventd-warns.sh                  |    2 -
 test/shell/vgchange-many.sh                        |    2 -
 test/shell/vgck.sh                                 |    7 +-
 test/shell/vgcreate-many-pvs.sh                    |    2 -
 test/shell/vgimportclone.sh                        |   12 --
 test/shell/vgremove-corrupt-vg.sh                  |    1 -
 test/shell/vgsplit-operation.sh                    |    3 -
 test/unit/Makefile                                 |    2 +-
 test/unit/unit-test.sh                             |    2 -
 47 files changed, 213 insertions(+), 457 deletions(-)



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

* master - Merge branch 'master' of git://sourceware.org/git/lvm2
@ 2018-05-17  9:06 Joe Thornber
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Thornber @ 2018-05-17  9:06 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7ee0a6e44d5e6c1085d04c407453f69ac14935b0
Commit:        7ee0a6e44d5e6c1085d04c407453f69ac14935b0
Parent:        3417d6229dcdcb2e1c9595026a8f97d10f25804a c6ca81a38d7012ec9d18a9ea00eff321ff2c47d0
Author:        Joe Thornber <ejt@redhat.com>
AuthorDate:    Thu May 17 09:52:57 2018 +0100
Committer:     Joe Thornber <ejt@redhat.com>
CommitterDate: Thu May 17 09:52:57 2018 +0100

Merge branch 'master' of git://sourceware.org/git/lvm2


 lib/device/bcache.c                           |    9 ++++++---
 lib/label/label.c                             |    8 +++++++-
 lib/label/label.h                             |    1 +
 lib/metadata/cache_manip.c                    |    4 ++--
 lib/metadata/metadata-liblvm.c                |   13 +------------
 lib/metadata/metadata.c                       |    4 ++--
 lib/metadata/thin_manip.c                     |    2 +-
 test/shell/lvconvert-repair-mirror.sh         |    2 +-
 test/shell/lvextend-thin-metadata-dmeventd.sh |    4 ++--
 tools/toollib.c                               |    2 +-
 10 files changed, 24 insertions(+), 25 deletions(-)



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

end of thread, other threads:[~2018-09-11 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16  9:15 master - Merge branch 'master' of git://sourceware.org/git/lvm2 Joe Thornber
2018-05-17  9:06 Joe Thornber
2018-09-11 12:27 Joe Thornber

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.