fstests: convert remaining 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:
Dave Chinner
2018-06-09 11:35:53 +10:00
committed by Dave Chinner
parent 1ff4192932
commit 0c1a95d067
119 changed files with 357 additions and 2191 deletions
+3 -19
View File
@@ -1,27 +1,11 @@
#!/bin/bash #!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2014 SUSE Linux Products GmbH. All Rights Reserved.
#
# FS QA Test No. cifs/001 # FS QA Test No. cifs/001
# #
# Sanity test for server-side copies initiated via CIFS_IOC_COPYCHUNK_FILE # Sanity test for server-side copies initiated via CIFS_IOC_COPYCHUNK_FILE
# #
#-----------------------------------------------------------------------
# Copyright (C) 2014 SUSE Linux Products GmbH. 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
View File
@@ -1,27 +1,11 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright 2014 (C) Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>
#
# FS QA Test No. 001 # FS QA Test No. 001
# #
# Test fallocate FALLOC_FL_ZERO_RANGE # Test fallocate FALLOC_FL_ZERO_RANGE
# #
#-----------------------------------------------------------------------
# Copyright 2014 (C) Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>
#
# 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 -18
View File
@@ -1,4 +1,7 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2010 Google, Inc. All Rights Reserved.
#
# FS QA Test No. ext4/002 # FS QA Test No. ext4/002
# #
# Test to ensure that the EOFBLOCK_FL gets set/unset correctly. # Test to ensure that the EOFBLOCK_FL gets set/unset correctly.
@@ -23,24 +26,6 @@
# #
# Ref: http://thread.gmane.org/gmane.comp.file-systems.ext4/20682 # Ref: http://thread.gmane.org/gmane.comp.file-systems.ext4/20682
# #
#-----------------------------------------------------------------------
# Copyright (c) 2010 Google, 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 -13
View File
@@ -1,23 +1,13 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2014 Fujitsu. All Rights Reserved.
#
# FS QA Test No. ext4/003 # FS QA Test No. ext4/003
# #
# Regression test for commit: # Regression test for commit:
# b5b6077 ext4: fix wrong assert in ext4_mb_normalize_request() # b5b6077 ext4: fix wrong assert in ext4_mb_normalize_request()
# This testcase checks whether this bug has been fixed. # This testcase checks whether this bug has been fixed.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2014 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.
#-----------------------------------------------------------------------
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
View File
@@ -1,27 +1,11 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2014 Fujitsu. All Rights Reserved.
#
# FSQA Test No. 004 # FSQA Test No. 004
# #
# Test "dump | restore"(as opposed to a tape) # Test "dump | restore"(as opposed to a tape)
# #
#-----------------------------------------------------------------------
# Copyright (c) 2014 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 -18
View File
@@ -1,4 +1,7 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Red Hat Inc. All Rights Reserved.
#
# FS QA Test 005 # FS QA Test 005
# #
# Test corruption issue in converting file with a hole at the beginning to # Test corruption issue in converting file with a hole at the beginning to
@@ -8,24 +11,6 @@
# ext4: be more strict when migrating to non-extent based file # ext4: be more strict when migrating to non-extent based file
# ext4: correctly migrate a file with a hole at the beginning # ext4: correctly migrate a file with a hole at the beginning
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 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
View File
@@ -1,28 +1,13 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 006 # FS QA Test No. 006
# #
# Create and populate an ext4 filesystem, fuzz the metadata, then see how # Create and populate an ext4 filesystem, fuzz the metadata, then see how
# the kernel reacts, how e2fsck fares in fixing the mess, and then # the kernel reacts, how e2fsck fares in fixing the mess, and then
# try more kernel accesses to see if it really fixed things. # try more kernel accesses to see if it really fixed things.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 007 # FS QA Test No. 007
# #
# Create and populate an ext4 filesystem, corrupt the primary superblock, then # Create and populate an ext4 filesystem, corrupt the primary superblock, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 008 # FS QA Test No. 008
# #
# Create and populate an ext4 filesystem, corrupt a group descriptor, then # Create and populate an ext4 filesystem, corrupt a group descriptor, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 009 # FS QA Test No. 009
# #
# Create and populate an ext4 filesystem, corrupt a block bitmap, then # Create and populate an ext4 filesystem, corrupt a block bitmap, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 010 # FS QA Test No. 010
# #
# Create and populate an ext4 filesystem, corrupt an inode bitmap, then # Create and populate an ext4 filesystem, corrupt an inode bitmap, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 011 # FS QA Test No. 011
# #
# Create and populate an ext4 filesystem, corrupt the MMP block, then # Create and populate an ext4 filesystem, corrupt the MMP block, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 012 # FS QA Test No. 012
# #
# Create and populate an ext4 filesystem, corrupt the journal, then # Create and populate an ext4 filesystem, corrupt the journal, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 013 # FS QA Test No. 013
# #
# Create and populate an ext4 filesystem, corrupt an inode, then see how # Create and populate an ext4 filesystem, corrupt an inode, then see how
# the kernel and e2fsck deal with it. # the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 014 # FS QA Test No. 014
# #
# Create and populate an ext4 filesystem, corrupt root directory, then # Create and populate an ext4 filesystem, corrupt root directory, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 015 # FS QA Test No. 015
# #
# Create and populate an ext4 filesystem, corrupt an extent tree block, then # Create and populate an ext4 filesystem, corrupt an extent tree block, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 016 # FS QA Test No. 016
# #
# Create and populate an ext4 filesystem, corrupt a dirent block, then # Create and populate an ext4 filesystem, corrupt a dirent block, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 017 # FS QA Test No. 017
# #
# Create and populate an ext4 filesystem, corrupt a htree block, then # Create and populate an ext4 filesystem, corrupt a htree block, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 018 # FS QA Test No. 018
# #
# Create and populate an ext4 filesystem, corrupt a xattr block, then # Create and populate an ext4 filesystem, corrupt a xattr block, then
# see how the kernel and e2fsck deal with it. # see how the kernel and e2fsck deal with it.
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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
View File
@@ -1,27 +1,12 @@
#! /bin/bash #! /bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2015 Oracle, Inc. All Rights Reserved.
#
# FS QA Test No. 019 # FS QA Test No. 019
# #
# Create and populate an ext4 filesystem, corrupt a big symlink, then # Create and populate an ext4 filesystem, corrupt a big symlink, then
# see how the kernel and e2fsck deal with it. (They won't) # see how the kernel and e2fsck deal with it. (They won't)
# #
#-----------------------------------------------------------------------
# Copyright (c) 2015 Oracle, 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