Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/7] btrfs-progs: Fix wrong address accessing by subthread in btrfs-convert
@ 2015-07-27 12:24 Zhaolei
  2015-07-27 12:24 ` [PATCH v3 1/7] " Zhaolei
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Zhaolei @ 2015-07-27 12:24 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Zhao Lei

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


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

end of thread, other threads:[~2015-07-27 13:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 12:24 [PATCH v3 0/7] btrfs-progs: Fix wrong address accessing by subthread in btrfs-convert Zhaolei
2015-07-27 12:24 ` [PATCH v3 1/7] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox