mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: move GPL boilerplates to fix lsqa.pl
It turns out lsqa.pl nees the test number and description first in the file, so move the GPL boilerplates below it. Also remove acouple of cases where we have one full copyright line + gpl boilerplate before the description and another copyright line after the description. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
committed by
Christoph Hellwig
parent
dc69a89f91
commit
f381f98206
@@ -1,4 +1,16 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 001
|
||||
#
|
||||
# Random file copier to produce chains of identical files so the head
|
||||
# and the tail can be diff'd at the end of each iteration.
|
||||
#
|
||||
# Exercises creat, write and unlink for a variety of directory sizes, and
|
||||
# checks for data corruption.
|
||||
#
|
||||
# run [config]
|
||||
#
|
||||
# config has one line per file with filename and byte size, else use
|
||||
# the default one below.
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,19 +30,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 001
|
||||
#
|
||||
# Random file copier to produce chains of identical files so the head
|
||||
# and the tail can be diff'd at the end of each iteration.
|
||||
#
|
||||
# Exercises creat, write and unlink for a variety of directory sizes, and
|
||||
# checks for data corruption.
|
||||
#
|
||||
# run [config]
|
||||
#
|
||||
# config has one line per file with filename and byte size, else use
|
||||
# the default one below.
|
||||
#
|
||||
# creator
|
||||
owner=kenmcd@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 002
|
||||
#
|
||||
# simple inode link count test for a regular file
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 002
|
||||
#
|
||||
# simple inode link count test for a regular file
|
||||
#
|
||||
# creator
|
||||
owner=kenmcd@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 003
|
||||
#
|
||||
# exercise xfs_db bug #784078
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 003
|
||||
#
|
||||
# exercise xfs_db bug #784078
|
||||
#
|
||||
# creator
|
||||
owner=nathans@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 004
|
||||
#
|
||||
# exercise xfs_db bug #789674 and other freesp functionality
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
@@ -17,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 004
|
||||
#
|
||||
# exercise xfs_db bug #789674 and other freesp functionality
|
||||
#
|
||||
# creator
|
||||
owner=nathans@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 005
|
||||
#
|
||||
# Test symlinks & ELOOP
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 005
|
||||
#
|
||||
# Test symlinks & ELOOP
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 006
|
||||
#
|
||||
# permname
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 006
|
||||
#
|
||||
# permname
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 007
|
||||
#
|
||||
# drive the src/nametest program
|
||||
# which does a heap of open(create)/unlink/stat
|
||||
# and checks that error codes make sense with its
|
||||
# memory of the files created.
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,13 +24,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 007
|
||||
#
|
||||
# drive the src/nametest program
|
||||
# which does a heap of open(create)/unlink/stat
|
||||
# and checks that error codes make sense with its
|
||||
# memory of the files created.
|
||||
#
|
||||
# creator
|
||||
owner=tes@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 008
|
||||
#
|
||||
# randholes test
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 008
|
||||
#
|
||||
# randholes test
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 009
|
||||
#
|
||||
# XFS allocator test (preallocation - allocp, resvsp ,etc)
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 009
|
||||
#
|
||||
# XFS allocator test (preallocation - allocp, resvsp ,etc)
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 010
|
||||
#
|
||||
# dbtest
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 010
|
||||
#
|
||||
# dbtest
|
||||
#
|
||||
# creator
|
||||
owner=nathans@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 011
|
||||
#
|
||||
# dirstress
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 011
|
||||
#
|
||||
# dirstress
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 012
|
||||
#
|
||||
# holes
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 012
|
||||
#
|
||||
# holes
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 013
|
||||
#
|
||||
# fsstress
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 013
|
||||
#
|
||||
# fsstress
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 014
|
||||
#
|
||||
# truncfile
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 014
|
||||
#
|
||||
# truncfile
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 015
|
||||
#
|
||||
# check out-of-space behaviour
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 015
|
||||
#
|
||||
# check out-of-space behaviour
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 016
|
||||
#
|
||||
# test end of log overwrite bug #796141
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 016
|
||||
#
|
||||
# test end of log overwrite bug #796141
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 017
|
||||
#
|
||||
# test remount ro - pv 795642
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 017
|
||||
#
|
||||
# test remount ro - pv 795642
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 018
|
||||
#
|
||||
# xfs_logprint test - test v2 logs of different LR sizes
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 018
|
||||
#
|
||||
# xfs_logprint test - test v2 logs of different LR sizes
|
||||
#
|
||||
# creator
|
||||
owner=tes@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 019
|
||||
#
|
||||
# mkfs protofile test
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 019
|
||||
#
|
||||
# mkfs protofile test
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 020
|
||||
#
|
||||
# extended attributes
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,10 +21,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 020
|
||||
#
|
||||
# extended attributes
|
||||
#
|
||||
# creator
|
||||
owner=dxm@sgi.com
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user