[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1644070604.git.riteshh@linux.ibm.com>
Date: Sat, 5 Feb 2022 19:58:50 +0530
From: Ritesh Harjani <riteshh@...ux.ibm.com>
To: fstests <fstests@...r.kernel.org>
Cc: linux-ext4@...r.kernel.org, Ritesh Harjani <riteshh@...ux.ibm.com>
Subject: [PATCHv1 0/4] fstests: ext4: Add fast_commit related tests
This series mainly aims at adding some of those test cases for testing
fast_commit. Kernel fix for Patch-1 is still under review [1].
RFC -> PATCHv1:
================
1. Patch-1 mostly remains the same.
2. Added ext4/057 & ext4/058 in the test bucket for fast_commit which are based
on recent kernel fixes done by Xin Yin.
[RFC]: https://lore.kernel.org/all/b834b83720f61a6aaab11fe20c48b75007be0a46.1643642943.git.riteshh@linux.ibm.com/
[1]: https://lore.kernel.org/all/53596bdf7bd7aed66020db98d903b1653a1dbc7a.1644062450.git.riteshh@linux.ibm.com/
Ritesh Harjani (4):
ext4/056: Add fast_commit regression test causing data abort exception
common/punch: Add block_size argument to _filter_fiemap_**
ext4/057: Add crash test to check unwritten extents tracking with fast_commit
ext4/058: Add shutdown recovery test with fast_commit
common/punch | 12 +++---
tests/ext4/056 | 101 +++++++++++++++++++++++++++++++++++++++++++++
tests/ext4/056.out | 3 ++
tests/ext4/057 | 62 ++++++++++++++++++++++++++++
tests/ext4/057.out | 6 +++
tests/ext4/058 | 66 +++++++++++++++++++++++++++++
tests/ext4/058.out | 7 ++++
7 files changed, 252 insertions(+), 5 deletions(-)
create mode 100755 tests/ext4/056
create mode 100644 tests/ext4/056.out
create mode 100755 tests/ext4/057
create mode 100644 tests/ext4/057.out
create mode 100755 tests/ext4/058
create mode 100644 tests/ext4/058.out
--
2.31.1
Powered by blists - more mailing lists