[PATCH v6] btrfs: add regression test for remount with thread_pool resized

2015-01-28 Thread Xing Gu
669700c9f8 And it was fixed by the following linux kernel commit: btrfs: fix crash in remount(thread_pool=) case 800ee2247f483b6d05ed47ef3bbc90b56451746c Signed-off-by: Xing Gu --- v5->v6: Add a filter to wipe "Performing full device TRIM" and "Turning ON incomp

[PATCH v5] btrfs: add regression test for remount with thread_pool resized

2015-01-26 Thread Xing Gu
669700c9f8 And it was fixed by the following linux kernel commit: btrfs: fix crash in remount(thread_pool=) case 800ee2247f483b6d05ed47ef3bbc90b56451746c Signed-off-by: Xing Gu --- v4->v5: Redirect stderr to /dev/null. v3->v4: Remove the check for a bug message. v2->v3: Add the

[PATCH] btrfs-progs: don't output operational status information to stderr

2015-01-26 Thread Xing Gu
Signed-off-by: Xing Gu --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 9b08144..48f85b1 100644 --- a/utils.c +++ b/utils.c @@ -750,7 +750,7 @@ int btrfs_prepare_device(int fd, char *file, int zero_end, u64 *block_count_ret

[PATCH v4] btrfs: add regression test for remount with thread_pool resized

2015-01-22 Thread Xing Gu
669700c9f8 And it was fixed by the following linux kernel commit: btrfs: fix crash in remount(thread_pool=) case 800ee2247f483b6d05ed47ef3bbc90b56451746c Signed-off-by: Xing Gu --- v3->v4: Remove the check for a bug message. v2->v3: Add the regresssion commit in description.

[PATCH v3] btrfs: add regression test for remount with thread_pool resized

2014-12-24 Thread Xing Gu
669700c9f8 And it was fixed by the following linux kernel commit: btrfs: fix crash in remount(thread_pool=) case 800ee2247f483b6d05ed47ef3bbc90b56451746c Signed-off-by: Xing Gu --- tests/btrfs/082 | 70 + tests/btrfs/082.out | 2 ++ t

[PATCH v2] btrfs: add regression test for remount with thread_pool resized

2014-12-22 Thread Xing Gu
Regression test for a btrfs issue of resizing 'thread_pool' when remount the fs. Signed-off-by: Xing Gu --- tests/btrfs/017 | 64 + tests/btrfs/017.out | 1 + tests/btrfs/group | 1 + 3 files changed, 66 insertions(+) c

[PATCH] btrfs: add regression test for remount with thread_pool resized

2014-05-30 Thread Xing Gu
Regression test for resizing 'thread_pool' when remount the fs. Signed-off-by: Xing Gu --- tests/btrfs/055 | 55 + tests/btrfs/055.out | 1 + tests/btrfs/group | 1 + 3 files changed, 57 insertions(+) create mode 100755 t