[Debian-ha-commits] [ocfs2-tools] branch master updated (e2d705a -> 366dafe)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Tue Jun 20 08:20:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a change to branch master
in repository ocfs2-tools.

      from  e2d705a   Update changelog
       new  1f3aaa0   Remove duplicate Section line
       new  6f64595   Use https for Vcs-Git
      adds  63a8fc6   libo2dlm: Close file description after use
      adds  41057a7   debugfs.ocfs2: Fix a bug in process_open_args()
      adds  f9c27ac   debugfs: segmentation fault caused by bad argument
      adds  48fa758   fswreck: corrupt inode block check field
      adds  0c4e2dd   fswreck: corrupt inode valid flag
      adds  b9d7204   libocfs2: fix overflow when counting bytes in ocfs2_malloc_blocks
      adds  319e55f   libocfs2: fix segfalut BUG while doing fsck
      adds  776c2ad   ocfs2-tools: fix a double-free bug caused by ocfs2_bitmap_free
      adds  b8fb42d   ocfs2-tools: fix a few memory leak problems about ocfs2_bitmap_free
      adds  28c00a9   fsck.ocfs2: do not remove the chain when verifying global bitmap chain alloc
      adds  3e9c9ac   mkfs.ocfs2: support append direct io incompat feature
      adds  03d5263   tunefs.ocfs2: support append direct io incompat feature
      adds  aebaed8   fsck.ocfs2: support append direct io incompat feature
      adds  b877621   resize_slotmap: fix fprintf format build warnings
      adds  a02a7f6   fsck.ocfs2: fix build warning
      adds  cb680a9   fswreck: fix fprintf format build warnings
      adds  106b418   libo2cb: fix build warning
      adds  4baa205   libocfs2: fix build warnings
      adds  b212904   mount.ocfs2: fix build warnings
      adds  5644bfc   tunefs.ocfs2: fix build warnings
      adds  d3995e5   o2cb_ctl: fix memory leak in jconfig.c
      adds  bd62347   o2cb_ctl: fix memory leak in o2cb_config.c
      adds  73e923b   o2cb_ctl: fix memory leak in o2cb_ctl.c
      adds  5080b03   mount.ocfs2: update man pages
      adds  871131a   mkfs.ocfs2: remove duplicated code in init_record
      adds  9db7c30   ocfs2-tools: fix a tiny mistake
      adds  ca3d2a1   fsck.ocfs2: abort if fs is mounted
      adds  e289fc8   o2cb: don't write sysconfig if status not changed
      adds  e60ef20   o2cb: mount debugfs when load config
      adds  a192060   ocfs2: fix default slots number in man doc
      adds  30726a5   ocfs2-tools: Fix memory leak problems in mount.ocfs2
      adds  11287a0   fsck.ocfs2: warn and return if ocfs2_malloc fails in walk_cwd
       new  bf928cf   New upstream version 1.8.5
       new  b250f16   Merge tag 'upstream/1.8.5'
       new  8b970a7   Refresh debian/patches
       new  96fdf39   Update Standards-Version to 4.0.0 with no changes
       new  cce416d   Update debian/copyright to DEP-5 format
       new  366dafe   Update changelog

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.in                                   |   4 +-
 debian/changelog                               |  11 ++
 debian/control                                 |   5 +-
 debian/copyright                               |  50 ++++----
 debian/patches/dead_threshold.patch            |   4 +-
 debian/patches/debugfs-segfault.patch          |  11 --
 debian/patches/libo2dlm-dlopen-libdlm_lt.patch |   8 +-
 debian/patches/mkfs-segfault.patch             |  11 --
 debian/patches/o2cb-ctl-virtio.patch           |  11 --
 debian/patches/ocfs2-udev-rule.patch           |   8 --
 debian/patches/series                          |   4 -
 debugfs.ocfs2/commands.c                       |  29 +++--
 debugfs.ocfs2/dump.c                           |   6 +-
 debugfs.ocfs2/main.c                           |   2 +-
 extras/find_dup_extents.c                      |   5 +-
 extras/find_hardlinks.c                        |   7 +-
 extras/resize_slotmap.c                        |  12 +-
 fsck.ocfs2/fsck.c                              | 166 +++++++++++++++++--------
 fsck.ocfs2/icount.c                            |   2 +-
 fsck.ocfs2/journal.c                           |   9 +-
 fsck.ocfs2/pass0.c                             |   7 +-
 fsck.ocfs2/pass1.c                             |   8 +-
 fsck.ocfs2/pass1b.c                            |   6 +-
 fsck.ocfs2/pass4.c                             |   9 ++
 fsck.ocfs2/xattr.c                             |   2 +-
 fswreck/chain.c                                |   8 +-
 fswreck/corrupt.c                              |   6 +
 fswreck/extent.c                               |   8 +-
 fswreck/group.c                                |   8 +-
 fswreck/include/fsck_type.h                    |   4 +-
 fswreck/inode.c                                |  31 ++++-
 fswreck/main.c                                 |   4 +
 fswreck/symlink.c                              |   2 +-
 include/ocfs2-kernel/ocfs2_fs.h                |  16 ++-
 include/ocfs2/ocfs2.h                          |  13 +-
 include/tools-internal/scandisk.h              |   2 +
 libo2cb/o2cb_abi.c                             |  11 +-
 libo2dlm/o2dlm.c                               |   5 +-
 libocfs2/alloc.c                               |   3 +-
 libocfs2/bitmap.c                              |  20 +--
 libocfs2/blocktype.c                           |   2 +
 libocfs2/cached_inode.c                        |   4 +-
 libocfs2/chainalloc.c                          |   4 +-
 libocfs2/extend_file.c                         |   5 +-
 libocfs2/feature_string.c                      |  27 +++-
 libocfs2/image.c                               |  11 +-
 libocfs2/inode.c                               |  40 ++++++
 libocfs2/kernel-rbtree.c                       |   2 +
 libocfs2/lockid.c                              |   9 +-
 libocfs2/memory.c                              |   2 +-
 libocfs2/refcount.c                            |  55 +++++++-
 libocfs2/truncate.c                            |  23 +++-
 libtools-internal/scandisk.c                   |  63 +++++++++-
 mkfs.ocfs2/mkfs.c                              | 112 +++++++++++++++--
 mkfs.ocfs2/mkfs.ocfs2.8.in                     |   5 +-
 mount.ocfs2/mount.ocfs2.8.in                   |   9 +-
 mount.ocfs2/mount.ocfs2.c                      |  13 +-
 mount.ocfs2/sundries.c                         |  10 +-
 mounted.ocfs2/mounted.c                        |   5 +-
 o2cb_ctl/jconfig.c                             |  18 ++-
 o2cb_ctl/o2cb_config.c                         |  10 +-
 o2cb_ctl/o2cb_ctl.c                            |  41 ++++--
 o2cb_ctl/o2cb_scandisk.c                       |  17 ++-
 o2image/o2image.c                              |   7 +-
 o2info/o2info.c                                |   3 +-
 ocfs2_hb_ctl/ocfs2_hb_ctl.c                    |  16 ++-
 tunefs.ocfs2/Makefile                          |   3 +-
 tunefs.ocfs2/feature_append_dio.c              | 123 ++++++++++++++++++
 tunefs.ocfs2/feature_metaecc.c                 |   6 +-
 tunefs.ocfs2/libocfs2ne.c                      |   4 +-
 tunefs.ocfs2/ocfs2ne.c                         |   2 +
 tunefs.ocfs2/op_features.c                     |   2 +
 tunefs.ocfs2/op_query.c                        |   3 +-
 tunefs.ocfs2/op_resize_volume.c                |   6 +-
 vendor/Makefile                                |   2 +-
 vendor/common/51-ocfs2.rules                   |   3 +-
 vendor/common/Makefile                         |   4 +-
 vendor/common/Vendor.make                      |   3 +
 vendor/common/o2cb.init.sh                     |  54 +++++++-
 vendor/common/o2cb.service                     |  13 ++
 vendor/common/ocfs2-tools.spec-generic.in      |  62 +++++++--
 vendor/common/ocfs2.service                    |  14 +++
 vendor/fc7/Vendor.make                         |   2 +
 vendor/fc8/Vendor.make                         |   2 +
 vendor/fc9/Vendor.make                         |   2 +
 vendor/rhel4/Vendor.make                       |   2 +
 vendor/rhel5/Vendor.make                       |   2 +
 vendor/rhel6/Vendor.make                       |   2 +
 vendor/{fc7 => rhel7}/Makefile                 |   0
 vendor/rhel7/Vendor.make                       |  13 ++
 vendor/{rhel4 => rhel7}/rpmarch.guess          |   0
 vendor/{rhel6 => rhel7}/vendor.guess           |   2 +-
 vendor/sles10/Vendor.make                      |   2 +
 vendor/sles9/Vendor.make                       |   2 +
 94 files changed, 1066 insertions(+), 320 deletions(-)
 delete mode 100644 debian/patches/debugfs-segfault.patch
 delete mode 100644 debian/patches/mkfs-segfault.patch
 delete mode 100644 debian/patches/o2cb-ctl-virtio.patch
 delete mode 100644 debian/patches/ocfs2-udev-rule.patch
 create mode 100644 tunefs.ocfs2/feature_append_dio.c
 create mode 100644 vendor/common/o2cb.service
 create mode 100644 vendor/common/ocfs2.service
 copy vendor/{fc7 => rhel7}/Makefile (100%)
 create mode 100644 vendor/rhel7/Vendor.make
 copy vendor/{rhel4 => rhel7}/rpmarch.guess (100%)
 copy vendor/{rhel6 => rhel7}/vendor.guess (93%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git



More information about the Debian-HA-Commits mailing list