Changes from v3 ( in request to Christoph's comments)
- hard code fsstress's options for explicit regression tests
- add two new regression tests
Changes from v2 ( in request to Christoph's comments)
- rearange patch sequance
- codestyle cleanups
- give better description
- add tunable mask for FS_IOC_SETFLAGS test.
LOG:
# Following patches improves fsstress logging,
# First three patches was already pulled by Chris to it's internal tree,
# but not push it to public tree yet
xfstests: fsstress dump inode info when possible
xfstests: add different logging option to fsstress
xfstests: fsstress should kill children tasks before exit
# First patch add dump configuration in command line style, second use it's
output
xfstests: fsstress add command line style output for show_opts
xfstests: freeze fsstress options for 117'th
# Following patches add new operations to fsstress.
xfstests: add fallocate support to fsstress
xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations v2
xfstests: add fiemap operation to fsstress
# Following testcase may fail on recent kernel in case of ext4
# Some fixes are already available here:
# http://www.spinics.net/lists/linux-ext4/msg27857.html
# http://www.spinics.net/lists/linux-ext4/msg28552.html
xfstests: add a new test that runs fsstress under ENOSPC conditions
xfstress: add regression testcase for d583fb87a3ff0
# Fixes available here:
# http://patchwork.ozlabs.org/patch/120581/
# http://patchwork.ozlabs.org/patch/120582/
xfstests: add a new quota test that runs fsstress under ENOSPC conditions
# Following testcase may fail on recent kernel in case of ext3/4
# In case of ext4 kernel will probably panic.
xfstress: Test data journaling flag switch for a single file
|