mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: kill useless test owner fields
Back many years ago, the owner field was used to email the test owner when auto-qa failed that test. It is not needed anymore - if you want to know who wrote the test, look it up in git.... Script used was: $ sed -i -e "/^# creator/d" -e "/^owner/d" [0-3][0-9][0-9] Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> [rjohnston@sgi.com added TOT changes] Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
b020416d51
commit
0925cbea74
@@ -5,97 +5,97 @@
|
||||
#
|
||||
|
||||
# catch-all
|
||||
other fsg@melbourne.sgi.com
|
||||
other
|
||||
|
||||
# read/write integrity
|
||||
rw dxm@sgi.com
|
||||
rw
|
||||
|
||||
# directory operations, e.g. create/unlink
|
||||
dir dxm@sgi.com
|
||||
dir
|
||||
|
||||
# metadata and inodes in particular
|
||||
metadata dxm@sgi.com
|
||||
metadata
|
||||
|
||||
# xfs_db
|
||||
db nathans@sgi.com dxm@sgi.com
|
||||
db
|
||||
|
||||
# extended attributes
|
||||
attr nathans@sgi.com dxm@sgi.com
|
||||
attr
|
||||
|
||||
# xfs_logprint
|
||||
logprint tes@sgi.com dxm@sgi.com
|
||||
logprint
|
||||
|
||||
# XFS log related testing
|
||||
log tes@sgi.com
|
||||
log
|
||||
|
||||
# XFS log related testing
|
||||
v2log tes@sgi.com
|
||||
v2log
|
||||
|
||||
# xfsdump, xfsrestore, xfsinvutil
|
||||
dump tes@sgi.com ivanr@sgi.com
|
||||
dump
|
||||
|
||||
# xfsdump, xfsrestore to tapes
|
||||
tape tes@sgi.com ivanr@sgi.com
|
||||
tape
|
||||
|
||||
# xfsdump, xfsrestore to remote tapes
|
||||
remote tes@sgi.com ivanr@sgi.com
|
||||
remote
|
||||
|
||||
# xfs_copy
|
||||
copy harshula@sgi.com
|
||||
copy
|
||||
|
||||
# chacl, libacl
|
||||
acl tes@sgi.com
|
||||
acl
|
||||
|
||||
# capabilities
|
||||
cap tes@sgi.com
|
||||
cap
|
||||
|
||||
# permissions
|
||||
perms tes@sgi.com
|
||||
perms
|
||||
|
||||
# xfs_growfs
|
||||
growfs ajag@sgi.com
|
||||
growfs
|
||||
|
||||
# fsr.xfs
|
||||
fsr ajag@sgi.com
|
||||
fsr
|
||||
|
||||
# mkfs.xfs
|
||||
mkfs nathans@sgi.com
|
||||
mkfs
|
||||
|
||||
# xfs_repair
|
||||
repair nathans@sgi.com
|
||||
repair
|
||||
|
||||
# quota tools and XFS quota kernel code (XQM)
|
||||
quota nathans@sgi.com
|
||||
quota
|
||||
|
||||
# auto - tests to be run as part of nightly qa
|
||||
auto dxm@sgi.com
|
||||
auto
|
||||
|
||||
# ioctl - tests which use ioctl commands (directly/indirectly)
|
||||
ioctl nathans@sgi.com
|
||||
ioctl
|
||||
|
||||
# udf filesystem
|
||||
udf ajones@sgi.com
|
||||
udf
|
||||
|
||||
# AIO operations
|
||||
aio nathans@sgi.com
|
||||
aio
|
||||
|
||||
# Pattern writing and checking
|
||||
pattern ajones@sgi.com
|
||||
pattern
|
||||
|
||||
# dmapi based tests
|
||||
dmapi
|
||||
|
||||
# filestreams based tests
|
||||
filestreams dgc@sgi.com
|
||||
filestreams
|
||||
|
||||
# case-insensitive based tests
|
||||
ci bnaujok@sgi.com
|
||||
ci
|
||||
|
||||
# test the mount/remount path
|
||||
mount tes@sgi.com
|
||||
mount
|
||||
|
||||
# test the NFS v4 ACL code if it exists
|
||||
nfs4acl tes@sgi.com donaldd@sgi.com
|
||||
nfs4acl
|
||||
|
||||
# test access time
|
||||
atime
|
||||
|
||||
Reference in New Issue
Block a user