mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: convert tests to SPDX license tags
Fully scripted conversion, see script in initial SPDX license commit message. Signed-off-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
committed by
Dave Chinner
parent
2529c9486a
commit
1ff4192932
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2011 Red Hat. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/001
|
# FS QA Test No. btrfs/001
|
||||||
#
|
#
|
||||||
# Test btrfs's subvolume and snapshot support
|
# Test btrfs's subvolume and snapshot support
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2011 Red Hat. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2011 Oracle All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/002
|
# FS QA Test No. btrfs/002
|
||||||
#
|
#
|
||||||
# Extented btrfs snapshot test cases
|
# Extented btrfs snapshot test cases
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2011 Oracle All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,26 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2011 Oracle. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/003
|
# FS QA Test No. btrfs/003
|
||||||
#
|
#
|
||||||
# btrfs vol tests
|
# btrfs vol tests
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2011 Oracle. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2011 STRATO. All rights reserved.
|
||||||
|
#
|
||||||
# FSQA Test No. btrfs/004
|
# FSQA Test No. btrfs/004
|
||||||
#
|
#
|
||||||
# Run fsstress to create a reasonably strange file system, make a
|
# Run fsstress to create a reasonably strange file system, make a
|
||||||
@@ -6,25 +9,6 @@
|
|||||||
# run filefrag to get the extent mapping and follow the backrefs.
|
# run filefrag to get the extent mapping and follow the backrefs.
|
||||||
# We check to end up back at the original file with the correct offset.
|
# We check to end up back at the original file with the correct offset.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (C) 2011 STRATO. All rights reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,26 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2012 Fujitsu Liu Bo. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/005
|
# FS QA Test No. btrfs/005
|
||||||
#
|
#
|
||||||
# Btrfs Online defragmentation tests
|
# Btrfs Online defragmentation tests
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2012 Fujitsu Liu Bo. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,27 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/006
|
# FS QA Test No. btrfs/006
|
||||||
#
|
#
|
||||||
# run basic btrfs information commands in various ways
|
# run basic btrfs information commands in various ways
|
||||||
# sanity tests: filesystem show, label, sync, and device stats
|
# sanity tests: filesystem show, label, sync, and device stats
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "== QA output created by $seq"
|
echo "== QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2013 STRATO. All rights reserved.
|
||||||
|
#
|
||||||
# FSQA Test No. 007
|
# FSQA Test No. 007
|
||||||
#
|
#
|
||||||
# Run fsstress to create a reasonably strange file system, make a
|
# Run fsstress to create a reasonably strange file system, make a
|
||||||
@@ -6,24 +9,6 @@
|
|||||||
# (incr) and send both snapshots to a temp file. Remake the file
|
# (incr) and send both snapshots to a temp file. Remake the file
|
||||||
# system and receive from the files. Check both states with fssum.
|
# system and receive from the files. Check both states with fssum.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (C) 2013 STRATO. All rights reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# creator
|
# creator
|
||||||
owner=list.btrfs@jan-o-sch.net
|
owner=list.btrfs@jan-o-sch.net
|
||||||
|
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/008
|
# FS QA Test No. btrfs/008
|
||||||
#
|
#
|
||||||
# btrfs send ENOENT regression test, from a user report on linux-btrfs
|
# btrfs send ENOENT regression test, from a user report on linux-btrfs
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/009
|
# FS QA Test No. btrfs/009
|
||||||
#
|
#
|
||||||
# Regression test to make sure we can't delete the default subvol
|
# Regression test to make sure we can't delete the default subvol
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,28 +1,13 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2017 Facebook. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test 10
|
# FS QA Test 10
|
||||||
#
|
#
|
||||||
# Test delayed allocation with a large number of extents that are merged.
|
# Test delayed allocation with a large number of extents that are merged.
|
||||||
# Regression test for patch "Btrfs: fix delalloc accounting leak caused
|
# Regression test for patch "Btrfs: fix delalloc accounting leak caused
|
||||||
# by u32 overflow".
|
# by u32 overflow".
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2017 Facebook. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2013 STRATO. All rights reserved.
|
||||||
|
#
|
||||||
# FSQA Test No. btrfs/011
|
# FSQA Test No. btrfs/011
|
||||||
#
|
#
|
||||||
# Test of the btrfs replace operation.
|
# Test of the btrfs replace operation.
|
||||||
@@ -16,25 +19,6 @@
|
|||||||
# To check the filesystems after replacing a device, a scrub run is
|
# To check the filesystems after replacing a device, a scrub run is
|
||||||
# performed, a btrfsck run, and finally the filesystem is remounted.
|
# performed, a btrfsck run, and finally the filesystem is remounted.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (C) 2013 STRATO. All rights reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 012
|
# FS QA Test No. 012
|
||||||
#
|
#
|
||||||
# Test btrfs-convert
|
# Test btrfs-convert
|
||||||
@@ -10,24 +13,6 @@
|
|||||||
# 5) roll back conversion to original ext4
|
# 5) roll back conversion to original ext4
|
||||||
# 6) verify rolled-back fs integrity & contents
|
# 6) verify rolled-back fs integrity & contents
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "== QA output created by $seq"
|
echo "== QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/013
|
# FS QA Test No. btrfs/013
|
||||||
#
|
#
|
||||||
# Regression test for balance with prealloc extents. This checks to make sure
|
# Regression test for balance with prealloc extents. This checks to make sure
|
||||||
@@ -7,25 +10,6 @@
|
|||||||
# userspace doesn't get an error when reading the file back so we have to grok
|
# userspace doesn't get an error when reading the file back so we have to grok
|
||||||
# dmesg to see if there was a csum error.
|
# dmesg to see if there was a csum error.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,26 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fujitsu. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/014
|
# FS QA Test No. btrfs/014
|
||||||
#
|
#
|
||||||
# Btrfs balance tests
|
# Btrfs balance tests
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fujitsu. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,28 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/015
|
# FS QA Test No. btrfs/015
|
||||||
#
|
#
|
||||||
# Regression test to make sure we can create a snapshot after mounting with
|
# Regression test to make sure we can create a snapshot after mounting with
|
||||||
# readonly and remounting rw.
|
# readonly and remounting rw.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/016
|
# FS QA Test No. btrfs/016
|
||||||
#
|
#
|
||||||
# btrfs send hole punch test
|
# btrfs send hole punch test
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-18
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2014 Liu Bo. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 017
|
# FS QA Test No. 017
|
||||||
#
|
#
|
||||||
# Verify that removing shared extents can end up incorrect qgroup accounting.
|
# Verify that removing shared extents can end up incorrect qgroup accounting.
|
||||||
@@ -9,24 +12,6 @@
|
|||||||
# The issue is fixed by https://patchwork.kernel.org/patch/5499981/
|
# The issue is fixed by https://patchwork.kernel.org/patch/5499981/
|
||||||
# "Btrfs: fix a warning of qgroup account on shared extents"
|
# "Btrfs: fix a warning of qgroup account on shared extents"
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 Liu Bo. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/018
|
# FS QA Test No. btrfs/018
|
||||||
#
|
#
|
||||||
# Regression test to make sure we can move a subvol into another subvol
|
# Regression test to make sure we can move a subvol into another subvol
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/019
|
# FS QA Test No. btrfs/019
|
||||||
#
|
#
|
||||||
# btrfs send ENOENT regression test, kernel bugzilla 60673
|
# btrfs send ENOENT regression test, kernel bugzilla 60673
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Fusion IO. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
+3
-19
@@ -1,4 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. btrfs/020
|
# FS QA Test No. btrfs/020
|
||||||
#
|
#
|
||||||
# btrfs device replace test on RO fs
|
# btrfs device replace test on RO fs
|
||||||
@@ -6,25 +9,6 @@
|
|||||||
# Regression test for commit:
|
# Regression test for commit:
|
||||||
# bbb651e Btrfs: don't allow the replace procedure on read only filesystems
|
# bbb651e Btrfs: don't allow the replace procedure on read only filesystems
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2013 Red Hat, Inc. All Rights Reserved.
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it would be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write the Free Software Foundation,
|
|
||||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
echo "QA output created by $seq"
|
echo "QA output created by $seq"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user