All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ritesh Harjani <riteshh@linux.ibm.com>
To: fstests <fstests@vger.kernel.org>
Cc: linux-ext4@vger.kernel.org, Ritesh Harjani <riteshh@linux.ibm.com>
Subject: [PATCHv1 0/4] fstests: ext4: Add fast_commit related tests
Date: Sat,  5 Feb 2022 19:58:50 +0530	[thread overview]
Message-ID: <cover.1644070604.git.riteshh@linux.ibm.com> (raw)

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


             reply	other threads:[~2022-02-05 14:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05 14:28 Ritesh Harjani [this message]
2022-02-05 14:28 ` [PATCHv1 1/4] ext4/056: Add fast_commit regression test causing data abort exception Ritesh Harjani
2022-02-05 14:28 ` [PATCHv1 2/4] common/punch: Add block_size argument to _filter_fiemap_** Ritesh Harjani
2022-02-05 14:28 ` [PATCHv1 3/4] ext4/057: Add crash test to check unwritten extents tracking with fast_commit Ritesh Harjani
2022-02-05 14:28 ` [PATCHv1 4/4] ext4/058: Add shutdown recovery test " Ritesh Harjani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1644070604.git.riteshh@linux.ibm.com \
    --to=riteshh@linux.ibm.com \
    --cc=fstests@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.