mbox series

[-v2,0/6] Miscellaneous ext4 test fix ups

Message ID 20220628182545.1834145-1-tytso@mit.edu (mailing list archive)
Headers show
Series Miscellaneous ext4 test fix ups | expand

Message

Theodore Ts'o June 28, 2022, 6:25 p.m. UTC
This addresses the review comments of the patch series at:

https://lore.kernel.org/r/20220625030718.1215980-1-tytso@mit.edu

There is also an additional patch to fix test failures when the config
is testing ext4's encrypt feature to address tests which overrides
MKFS_OPTIONS.

Theodore Ts'o (6):
  ext4/050: support indirect as well as extent mapped journals
  ext4/044: skip test if the file system does not have a journal
  ext4/045: _require_dumpe2fs doesn't take any arguments so remove them
  ext4/054: skip test if the dax mount option is enabled
  ext4/055: skip test if dax mount option is used
  ext4: create file systems with the enrypt feature if necessary

 common/rc         |  3 +++
 tests/ext4/003    |  6 ++++-
 tests/ext4/035    |  5 +++-
 tests/ext4/044    |  1 +
 tests/ext4/045    |  2 +-
 tests/ext4/050    | 58 ++++-------------------------------------------
 tests/ext4/054    |  5 ++--
 tests/ext4/055    |  1 +
 tests/ext4/306    |  3 +++
 tests/generic/260 |  5 +++-
 10 files changed, 29 insertions(+), 60 deletions(-)