FS/XFS testing framework
 help / color / mirror / Atom feed
 messages from 2025-02-12 03:31:43 to 2025-02-19 01:05:44 UTC [more...]

[PATCHBOMB] fstests: catch us up to 6.12-6.14 changes
 2025-02-19  1:05 UTC  (77+ messages)
` [PATCHSET 01/12] fstests: more random fixes for v2025.02.16
  ` [PATCH 1/2] dio-writeback-race: fix missing mode in O_CREAT
  ` [PATCH 2/2] dio_writeback_race: align the directio buffer to base page size
` [PATCHSET 02/12] fstests: fix logwrites zeroing
  ` [PATCH 1/3] logwrites: warn if we don't think read after discard returns zeroes
  ` [PATCH 2/3] logwrites: use BLKZEROOUT if it's available
  ` [PATCH 3/3] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCHSET v32.1 03/12] fstests: fix online and offline fsck test groups
  ` [PATCH 01/12] misc: drop the dangerous label from xfs_scrub fsstress tests
  ` [PATCH 02/12] misc: rename the dangerous_repair group to fuzzers_repair
  ` [PATCH 03/12] misc: rename the dangerous_online_repair group to fuzzers_online_repair
  ` [PATCH 04/12] misc: rename the dangerous_bothrepair group to fuzzers_bothrepair
  ` [PATCH 05/12] misc: rename the dangerous_norepair group to fuzzers_norepair
  ` [PATCH 06/12] misc: fix misclassification of xfs_repair fuzz tests
  ` [PATCH 07/12] misc: fix misclassification of xfs_scrub + "
  ` [PATCH 08/12] misc: fix misclassification of verifier "
  ` [PATCH 09/12] misc: add xfs_scrub + xfs_repair fuzz tests to the scrub and repair groups
  ` [PATCH 10/12] misc: remove the dangerous_scrub group
  ` [PATCH 11/12] xfs/28[56],xfs/56[56]: add to the auto group
  ` [PATCH 12/12] xfs/349: reclassify this test as not dangerous
` [PATCHSET v6.4 04/12] fstests: enable metadir
  ` [PATCH 01/12] various: fix finding metadata inode numbers when metadir is enabled
  ` [PATCH 02/12] xfs/{030,033,178}: forcibly disable metadata directory trees
  ` [PATCH 03/12] common/repair: patch up repair sb inode value complaints
  ` [PATCH 04/12] xfs/206: update for metadata directory support
  ` [PATCH 05/12] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees
  ` [PATCH 06/12] xfs/509: adjust inumbers accounting for metadata directories
  ` [PATCH 07/12] xfs: create fuzz tests "
  ` [PATCH 08/12] xfs/163: bigger fs for metadir
  ` [PATCH 09/12] xfs/122: disable this test for any codebase that knows about metadir
  ` [PATCH 10/12] common/populate: label newly created xfs filesystems
  ` [PATCH 11/12] scrub: race metapath online fsck with fsstress
  ` [PATCH 12/12] xfs: test metapath repairs
` [PATCHSET v6.4 05/12] fstests: make protofiles less janky
  ` [PATCH 1/4] xfs/019: reduce _fail calls in test
  ` [PATCH 2/4] xfs/019: test reserved file support
  ` [PATCH 3/4] xfs: test filesystem creation with xfs_protofile
  ` [PATCH 4/4] fstests: test mkfs.xfs protofiles with xattr support
` [PATCHSET v6.4 06/12] fstests: shard the realtime section
  ` [PATCH 01/15] common/populate: refactor caching of metadumps to a helper
  ` [PATCH 02/15] common/{fuzzy,populate}: use _scratch_xfs_mdrestore
  ` [PATCH 03/15] fuzzy: stress data and rt sections of xfs filesystems equally
  ` [PATCH 04/15] fuzzy: run fsx on "
  ` [PATCH 05/15] common/ext4: reformat external logs during mdrestore operations
  ` [PATCH 06/15] common/populate: use metadump v2 format by default for fs metadata snapshots
  ` [PATCH 07/15] punch-alternating: detect xfs realtime files with large allocation units
  ` [PATCH 08/15] xfs/206: update mkfs filtering for rt groups feature
  ` [PATCH 09/15] common: pass the realtime device to xfs_db when possible
  ` [PATCH 10/15] xfs/185: update for rtgroups
  ` [PATCH 11/15] xfs/449: update test to know about xfs_db -R
  ` [PATCH 12/15] xfs/271,xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands
  ` [PATCH 13/15] common/xfs: capture realtime devices during metadump/mdrestore
  ` [PATCH 14/15] common/fuzzy: adapt the scrub stress tests to support rtgroups
  ` [PATCH 15/15] xfs: fix fuzz tests of rtgroups bitmap and summary files
` [PATCHSET v6.4 07/12] fstests: store quota files in the metadir
  ` [PATCH 1/4] xfs: update tests for "
  ` [PATCH 2/4] xfs: test persistent quota flags
  ` [PATCH 3/4] xfs: fix quota detection in fuzz tests
  ` [PATCH 4/4] xfs: fix tests for persistent qflags
` [PATCHSET v6.4 08/12] fstests: enable quota for realtime volumes
  ` [PATCH 1/3] common: enable testing of realtime quota when supported
  ` [PATCH 2/3] xfs: fix quota tests to adapt to realtime quota
  ` [PATCH 3/3] xfs: regression testing of quota on the realtime device
` [PATCHSET 09/12] fstests: check new 6.14 behaviors
  ` [PATCH 1/1] common: test statfs reporting with project quota
` [PATCHSET v6.4 10/12] fstests: realtime reverse-mapping support
  ` [PATCH 01/13] xfs: fix tests that try to access the realtime rmap inode
  ` [PATCH 02/13] xfs/336: port to common/metadump
  ` [PATCH 03/13] fuzz: for fuzzing the rtrmapbt, find the path to the rt rmap btree file
  ` [PATCH 04/13] xfs: race fsstress with realtime rmap btree scrub and repair
  ` [PATCH 05/13] xfs: fix various problems with fsmap detecting the data device
  ` [PATCH 06/13] xfs/341: update test for rtgroup-based rmap
  ` [PATCH 07/13] xfs/3{43,32}: adapt tests for rt extent size greater than 1
  ` [PATCH 08/13] xfs/291: use _scratch_mkfs_sized instead of opencoding the logic
` [PATCHSET v6.4 11/12] fstests: reflink on the realtime device
` [PATCHSET 12/12] fstests: dump fs directory trees

[GIT PULL] fstests: btrfs changes for master and/or for-next v2025.02.14
 2025-02-18 22:36 UTC  (6+ messages)

[PATCH] fstests: btrfs/226: fill in missing comments changes
 2025-02-18 22:35 UTC 

[PATCH] generic: test zero-byte writes to new file
 2025-02-18 17:39 UTC  (8+ messages)

[PATCH] generic/370: don't exclude XFS
 2025-02-18 17:39 UTC  (3+ messages)

[PATCH] fsx: add missing #include for sys/uio.h
 2025-02-18 17:36 UTC  (2+ messages)

[PATCH v1 0/3] Add mount and remount related tests
 2025-02-17 22:29 UTC  (13+ messages)
` [PATCH v1 1/3] xfs/539: Skip noattr2 remount option on v5 filesystems
` [PATCH v1 2/3] common/xfs: Add a new helper function to check v5 XFS
` [PATCH v1 3/3] xfs: Add a testcase to check remount with noattr2 on a v5 xfs

[next-20250212] FStests generic/451 on EXT4 FS resulting in kernel OOPs
 2025-02-16 18:02 UTC 

[ANNOUNCE] fstests: for-next branch updated to v2025.02.16
 2025-02-16 11:18 UTC 

[PATCHSET v3] fstests: random fixes for v2025.02.02
 2025-02-15 16:54 UTC  (50+ messages)
` [PATCH 04/34] generic/019: don't fail if fio crashes while shutting down
` [PATCH 05/34] fuzzy: do not set _FSSTRESS_PID when exercising fsx
` [PATCH 06/34] common/rc: revert recursive unmount in _clear_mount_stack
` [PATCH 07/34] common/dump: don't replace pids arbitrarily
` [PATCH 08/34] common/populate: correct the parent pointer name creation formulae
` [PATCH 09/34] generic/759,760: fix MADV_COLLAPSE detection and inclusion
` [PATCH 10/34] generic/759,760: skip test if we can't set up a hugepage for IO
` [PATCH 11/34] common/rc: create a wrapper for the su command
` [PATCH 12/34] fuzzy: kill subprocesses with SIGPIPE, not SIGINT
` [PATCH 13/34] common/rc: hoist pkill to a helper function
` [PATCH 14/34] common: fix pkill by running test program in a separate session
  ` [PATCH 13.99/34] tools: add a Makefile "
  ` [PATCH v3.1 14/34] common: fix pkill by running test program in a "
` [PATCH 15/34] check: run tests in a private pid/mount namespace
  ` [PATCH v3.1 "
` [PATCH 16/34] check: deprecate using process sessions to isolate test instances
` [PATCH 17/34] common/rc: don't copy fsstress to $TEST_DIR
` [PATCH 18/34] unmount: resume logging of stdout and stderr for filtering
` [PATCH 19/34] mkfs: don't hardcode log size
` [PATCH 20/34] common/rc: return mount_ret in _try_scratch_mount
` [PATCH 21/34] preamble: fix missing _kill_fsstress
` [PATCH 22/34] generic/650: revert SOAK DURATION changes
` [PATCH 23/34] generic/032: fix pinned mount failure
` [PATCH 24/34] fuzzy: stop __stress_scrub_fsx_loop if fsx fails
` [PATCH 25/34] fuzzy: don't use readarray for xfsfind output
` [PATCH 26/34] fuzzy: always stop the scrub fsstress loop on error
` [PATCH 27/34] fuzzy: port fsx and fsstress loop to use --duration
` [PATCH 28/34] fix _require_scratch_duperemove ordering
` [PATCH 29/34] fsstress: fix a memory leak
` [PATCH 30/34] fsx: fix leaked log file pointer
` [PATCH 31/34] misc: don't put nr_cpus into the fsstress -n argument
` [PATCH 32/34] common/config: add $here to FSSTRESS_PROG
` [PATCH 33/34] config: add FSX_PROG variable
` [PATCH 34/34] build: initialize stack variables to zero by default

[PATCH 0/8] fstests: btrfs: fix test failure when running with compression or nodatasum
 2025-02-14  9:29 UTC  (31+ messages)
` [PATCH 1/8] btrfs: skip tests incompatible with compression when compression is enabled
` [PATCH 2/8] btrfs/290: skip test if we are running with nodatacow mount option
` [PATCH 3/8] common/btrfs: add a _require_btrfs_no_nodatasum helper
` [PATCH 4/8] btrfs/333: skip the test when running with nodatacow or nodatasum
` [PATCH 5/8] btrfs/205: avoid test failure when running with nodatasum mount option
` [PATCH 6/8] btrfs: skip tests exercising data corruption and repair when using nodatasum
` [PATCH 7/8] btrfs/281: skip test when running with nodatasum mount option
` [PATCH 8/8] btrfs: skip tests that exercise compression property when using nodatasum
` [PATCH v2 0/8] fstests: btrfs: fix test failures when running with compression or nodatasum
  ` [PATCH v2 1/8] btrfs: skip tests incompatible with compression when compression is enabled
  ` [PATCH v2 2/8] btrfs/290: skip test if we are running with nodatacow mount option
  ` [PATCH v2 3/8] common/btrfs: add a _require_btrfs_no_nodatasum helper
  ` [PATCH v2 4/8] btrfs/333: skip the test when running with nodatacow or nodatasum
  ` [PATCH v2 5/8] btrfs/205: skip test when running with nodatasum mount option
  ` [PATCH v2 6/8] btrfs: skip tests exercising data corruption and repair when using nodatasum
  ` [PATCH v2 7/8] btrfs/281: skip test when running with nodatasum mount option
  ` [PATCH v2 8/8] btrfs: skip tests that exercise compression property when using nodatasum

[next-20250212] FStests generic/451 on EXT4 FS resulting in kernel OOPs
 2025-02-13 18:52 UTC  (3+ messages)

[PATCH v3] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-13  5:49 UTC  (3+ messages)

[PATCH] generic: suggest fs specific fix only if the tested filesystem matches
 2025-02-12 14:12 UTC  (4+ messages)

[PATCH] fstests: use '-std=gnu11' to fix build errors with gcc-15
 2025-02-12  6:15 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox