Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Zhaolei <zhaolei@cn.fujitsu.com>
To: <linux-btrfs@vger.kernel.org>
Cc: Zhao Lei <zhaolei@cn.fujitsu.com>
Subject: [PATCH v3 0/7] btrfs-progs: Fix wrong address accessing by subthread in btrfs-convert
Date: Mon, 27 Jul 2015 20:24:25 +0800	[thread overview]
Message-ID: <cover.1437999624.git.zhaolei@cn.fujitsu.com> (raw)

From: Zhao Lei <zhaolei@cn.fujitsu.com>

It is v3 patchset of:
 Fix wrong address accessing by subthread in btrfs-convert.

Changelog v2->v3:
 1: Add $TOP path prefix to btrfs-convert command in:
    [PATCH v2 7/7] btrfs-progs: Introduce a misc test for thread conflict in
    btrfs-convert
    To check prog in btrfs source dir.

Changelog v1->v2:
 1: Move bug test script from patch description into a single script in
    test/misc-tests, suggested-by: David Sterba <dsterba@suse.com>
 2: Move code for creating loop device to common [PATCH 6/7]

Zhao Lei (7):
  btrfs-progs: Fix wrong address accessing by subthread in btrfs-convert
  btrfs-progs: Move close timer handle code to line after sub process
    exit
  btrfs-progs: Remove cleanup-timer code for btrfs-convert
  btrfs-progs: resst info->periodic.timer_fd's value after free
  btrfs-progs: Set info->periodic.timer_fd to 0 in init-fail
  btrfs-progs: Move code to create loop device to common
  btrfs-progs: Introduce a misc test for thread conflict in
    btrfs-convert

 btrfs-convert.c                                    |  4 +---
 task-utils.c                                       | 22 ++++++++++++++--------
 tests/common                                       | 16 ++++++++++++++++
 tests/fsck-tests/013-extent-tree-rebuild/test.sh   | 11 +----------
 tests/misc-tests/001-btrfstune-features/test.sh    | 11 +----------
 tests/misc-tests/002-uuid-rewrite/test.sh          | 11 +----------
 tests/misc-tests/003-zero-log/test.sh              | 11 +----------
 .../misc-tests/004-convert-thread-conflict/test.sh | 14 ++++++++++++++
 8 files changed, 49 insertions(+), 51 deletions(-)
 create mode 100755 tests/misc-tests/004-convert-thread-conflict/test.sh

-- 
1.8.5.1


             reply	other threads:[~2015-07-27 12:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 12:24 Zhaolei [this message]
2015-07-27 12:24 ` [PATCH v3 1/7] btrfs-progs: Fix wrong address accessing by subthread in btrfs-convert Zhaolei
2015-07-27 12:24 ` [PATCH v3 2/7] btrfs-progs: Move close timer handle code to line after sub process exit Zhaolei
2015-07-27 12:24 ` [PATCH v3 3/7] btrfs-progs: Remove cleanup-timer code for btrfs-convert Zhaolei
2015-07-27 12:24 ` [PATCH v3 4/7] btrfs-progs: resst info->periodic.timer_fd's value after free Zhaolei
2015-07-27 12:24 ` [PATCH v3 5/7] btrfs-progs: Set info->periodic.timer_fd to 0 in init-fail Zhaolei
2015-07-27 12:24 ` [PATCH v3 6/7] btrfs-progs: Move code to create loop device to common Zhaolei
2015-07-27 12:24 ` [PATCH v3 7/7] btrfs-progs: Introduce a misc test for thread conflict in btrfs-convert Zhaolei
2015-07-27 13:26 ` [PATCH v3 0/7] btrfs-progs: Fix wrong address accessing by subthread " David Sterba

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.1437999624.git.zhaolei@cn.fujitsu.com \
    --to=zhaolei@cn.fujitsu.com \
    --cc=linux-btrfs@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox