mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: convert tests to SPDX license tags
Fully scripted conversion, see script in initial SPDX license commit message. tests/xfs/044 was hand massaged to remove duplicate copyright and divider lines before running the script. Signed-off-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
committed by
Dave Chinner
parent
cf89aed924
commit
2529c9486a
+3
-18
@@ -1,28 +1,13 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2014 SGI. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 001
|
# FS QA Test No. 001
|
||||||
#
|
#
|
||||||
# Test the xfs_db write of the XFS BMBT entries. For each XFS BMBT field,
|
# Test the xfs_db write of the XFS BMBT entries. For each XFS BMBT field,
|
||||||
# write the value 0, each bit and finally the entry beyond the maximum legal
|
# write the value 0, each bit and finally the entry beyond the maximum legal
|
||||||
# value. Also makes sure a core write and hex input still work.
|
# value. Also makes sure a core write and hex input still work.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 SGI. 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 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 002
|
# FS QA Test No. 002
|
||||||
#
|
#
|
||||||
# Test that garbage in old v4 superblocks doesn't trip verifiers during growfs
|
# Test that garbage in old v4 superblocks doesn't trip verifiers during growfs
|
||||||
@@ -10,24 +13,6 @@
|
|||||||
# for further explanation. (NB: while the commit log was good, the
|
# for further explanation. (NB: while the commit log was good, the
|
||||||
# patch had a bug which was subsequently fixed)
|
# patch had a bug which was subsequently fixed)
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 003
|
# FS QA Test No. 003
|
||||||
#
|
#
|
||||||
# exercise xfs_db bug #784078
|
# exercise xfs_db bug #784078
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 004
|
# FS QA Test No. 004
|
||||||
#
|
#
|
||||||
# exercise xfs_db bug #789674 and other freesp functionality
|
# exercise xfs_db bug #789674 and other freesp functionality
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, 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) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 005
|
# FS QA Test No. 005
|
||||||
#
|
#
|
||||||
# Test that a bad crc on a primary V5 superblock will fail the mount
|
# Test that a bad crc on a primary V5 superblock will fail the mount
|
||||||
@@ -7,24 +10,6 @@
|
|||||||
# inadvertently caused primary SB CRC failures to not error out, this
|
# inadvertently caused primary SB CRC failures to not error out, this
|
||||||
# is a regression test for that fix.
|
# is a regression test for that fix.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,27 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2016 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test 006
|
# FS QA Test 006
|
||||||
#
|
#
|
||||||
# Test xfs' "fail at unmount" error handling configuration. Stop
|
# Test xfs' "fail at unmount" error handling configuration. Stop
|
||||||
# XFS from retrying to writeback forever at unmount.
|
# XFS from retrying to writeback forever at unmount.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2016 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,26 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/007
|
# FS QA Test No. xfs/007
|
||||||
#
|
#
|
||||||
# Test to verify Q_XQUOTARM functionality.
|
# Test to verify Q_XQUOTARM functionality.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 008
|
# FS QA Test No. 008
|
||||||
#
|
#
|
||||||
# randholes test
|
# randholes test
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 009
|
# FS QA Test No. 009
|
||||||
#
|
#
|
||||||
# XFS allocator test (preallocation - allocp, resvsp ,etc)
|
# XFS allocator test (preallocation - allocp, resvsp ,etc)
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, 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,29 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/010
|
# FS QA Test No. xfs/010
|
||||||
#
|
#
|
||||||
# Test xfs_repair of the free inode btree (finobt). Make a couple targeted
|
# Test xfs_repair of the free inode btree (finobt). Make a couple targeted
|
||||||
# corruptions and verify that xfs_repair detects and repairs the filesystem to
|
# corruptions and verify that xfs_repair detects and repairs the filesystem to
|
||||||
# a consistent state.
|
# a consistent state.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,29 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/011
|
# FS QA Test No. xfs/011
|
||||||
#
|
#
|
||||||
# Test the xfs log reservation mechanism for leaks. Run an fsstress workload to
|
# Test the xfs log reservation mechanism for leaks. Run an fsstress workload to
|
||||||
# include a variety of fs operations, freeze the filesystem and verify that
|
# include a variety of fs operations, freeze the filesystem and verify that
|
||||||
# there are no oustanding reservations against the log.
|
# there are no oustanding reservations against the log.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 012
|
# FS QA Test No. 012
|
||||||
#
|
#
|
||||||
# holes
|
# holes
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2001 Silicon Graphics, 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) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/013
|
# FS QA Test No. xfs/013
|
||||||
#
|
#
|
||||||
# Exercise the free inode btree (finobt). XFS allocates physical inodes in
|
# Exercise the free inode btree (finobt). XFS allocates physical inodes in
|
||||||
@@ -7,25 +10,6 @@
|
|||||||
# and modifies a sparsely allocated set of inodes in combination with an
|
# and modifies a sparsely allocated set of inodes in combination with an
|
||||||
# fsstress workload.
|
# fsstress workload.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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) 2014 Red Hat, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/014
|
# FS QA Test No. xfs/014
|
||||||
#
|
#
|
||||||
# Test the behavior of XFS dynamic speculative preallocation at ENOSPC and
|
# Test the behavior of XFS dynamic speculative preallocation at ENOSPC and
|
||||||
@@ -8,25 +11,6 @@
|
|||||||
# new writers reclaim said preallocations rather than prematurely fail with
|
# new writers reclaim said preallocations rather than prematurely fail with
|
||||||
# ENOSPC/EDQUOT.
|
# ENOSPC/EDQUOT.
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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) 2014 Red Hat Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/015
|
# FS QA Test No. xfs/015
|
||||||
#
|
#
|
||||||
# Make sure inodes can be allocated in new space added by xfs_growfs
|
# Make sure inodes can be allocated in new space added by xfs_growfs
|
||||||
@@ -6,24 +9,6 @@
|
|||||||
# Regression test for
|
# Regression test for
|
||||||
# xfs: allow inode allocations in post-growfs disk space
|
# xfs: allow inode allocations in post-growfs disk space
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 016
|
# FS QA Test No. 016
|
||||||
#
|
#
|
||||||
# test end of log overwrite bug #796141
|
# test end of log overwrite bug #796141
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2003 Silicon Graphics, 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
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# pv 796141
|
# pv 796141
|
||||||
#
|
#
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 017
|
# FS QA Test No. 017
|
||||||
#
|
#
|
||||||
# test remount ro - pv 795642
|
# test remount ro - pv 795642
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, 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,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 018
|
# FS QA Test No. 018
|
||||||
#
|
#
|
||||||
# xfs_logprint test - test v2 logs of different LR sizes
|
# xfs_logprint test - test v2 logs of different LR sizes
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2002 Silicon Graphics, 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
|
|
||||||
#
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
|
|
||||||
seqfull=$0
|
seqfull=$0
|
||||||
seq=`basename $0`
|
seq=`basename $0`
|
||||||
seqres=$RESULT_DIR/$seq
|
seqres=$RESULT_DIR/$seq
|
||||||
|
|||||||
+3
-19
@@ -1,27 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. 019
|
# FS QA Test No. 019
|
||||||
#
|
#
|
||||||
# mkfs protofile test
|
# mkfs protofile test
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2000-2004 Silicon Graphics, 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) 2014 Red Hat Inc. All Rights Reserved.
|
||||||
|
#
|
||||||
# FS QA Test No. xfs/020
|
# FS QA Test No. xfs/020
|
||||||
#
|
#
|
||||||
# Test segfault issue when repairing large xfs.
|
# Test segfault issue when repairing large xfs.
|
||||||
@@ -6,24 +9,6 @@
|
|||||||
# Regression test for xfsprogs commit
|
# Regression test for xfsprogs commit
|
||||||
# 7f2d6b8 xfs_repair: avoid segfault if reporting progress early in repair
|
# 7f2d6b8 xfs_repair: avoid segfault if reporting progress early in repair
|
||||||
#
|
#
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
# Copyright (c) 2014 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