FS/XFS testing framework
 help / color / mirror / Atom feed
 messages from 2024-11-18 23:04:00 to 2024-12-01 12:10:54 UTC [more...]

[RFC PATCH 00/40] fstests: concurrent test execution
 2024-12-01 12:10 UTC  (48+ messages)
` [PATCH 01/40] xfs/448: get rid of assert-on-failure
` [PATCH 02/40] fstests: cleanup fsstress process management
` [PATCH 03/40] fuzzy: don't use killall
` [PATCH 04/40] fstests: per-test dmflakey instances
` [PATCH 05/40] fstests: per-test dmerror instances
` [PATCH 06/40] fstests: per-test dmhuge instances
` [PATCH 07/40] fstests: per-test dmthin instances
` [PATCH 08/40] fstests: per-test dmdust instances
` [PATCH 09/40] fstests: per-test dmdelay instances
` [PATCH 10/40] fstests: fix DM device creation/removal vs udev races
` [PATCH 11/40] fstests: use syncfs rather than sync
` [PATCH 12/40] fstests: clean up mount and unmount operations
` [PATCH 13/40] fstests: clean up loop device instantiation
` [PATCH 14/40] fstests: xfs/227 is really slow
` [PATCH 15/40] fstests: mark tests that are unreliable when run in parallel
` [PATCH 16/40] fstests: use udevadm wait in preference to settle
` [PATCH 17/40] xfs/442: rescale load so it's not exponential
` [PATCH 18/40] xfs/176: fix broken setup code
` [PATCH 19/40] xfs/177: remove unused slab object count location checks
` [PATCH 20/40] fstests: remove uses of killall where possible
` [PATCH 21/40] generic/127: reduce runtime
` [PATCH 22/40] quota: system project quota files need to be shared
` [PATCH 23/40] dmesg: reduce noise from other tests
` [PATCH 24/40] fstests: stop using /tmp directly
` [PATCH 25/40] fstests: scale some tests for high CPU count sanity
` [PATCH 26/40] generic/310: cleanup killing background processes
` [PATCH 27/40] filter: handle mount errors from CONFIG_BLK_DEV_WRITE_MOUNTED=y
` [PATCH 28/40] filters: add a filter that accepts EIO instead of other errors
` [PATCH 29/40] generic/085: general cleanup for reliability and debugging
` [PATCH 30/40] fstests: don't use directory stacks
` [PATCH 31/40] fstests: clean up a couple of dm-flakey tests
` [PATCH 32/40] fstests: clean up termination of various tests
` [PATCH 33/40] vfstests: some tests require the testdir to be shared
` [PATCH 34/40] xfs/629: single extent files should be within tolerance
` [PATCH 35/40] xfs/076: fix broken mkfs filtering
` [PATCH 36/40] fstests: capture some failures to seqres.full
` [PATCH 37/40] fstests: always use fail-at-unmount semantics for XFS
` [PATCH 38/40] generic/062: don't leave debug files in $here on failure
` [PATCH 39/40] fstests: quota grace periods unreliable under load
` [PATCH 40/40] fstests: check-parallel

[PATCH] btrfs/028: kill lingering processes when test is interrupted
 2024-11-29  3:18 UTC  (5+ messages)

[PATCH] btrfs/327: add a test case to verify inline extent data read
 2024-11-29  3:02 UTC  (2+ messages)

[PATCHBOMB] xfs/fstests: largeish pile of bug fixes
 2024-11-28  8:08 UTC  (26+ messages)
` [PATCHSET v3] fstests: random fixes for v2024.11.17
  ` [PATCH 01/16] generic/757: fix various bugs in this test
  ` [PATCH 02/16] generic/757: convert to thinp
  ` [PATCH 03/16] xfs/113: fix failure to corrupt the entire directory
  ` [PATCH 04/16] xfs/508: fix test for 64k blocksize
  ` [PATCH 05/16] common/rc: capture dmesg when oom kills happen
  ` [PATCH 06/16] generic/562: handle ENOSPC while cloning gracefully
  ` [PATCH 07/16] xfs/163: skip test if we can't shrink due to enospc issues
  ` [PATCH 08/16] xfs/009: allow logically contiguous preallocations
  ` [PATCH 09/16] generic/251: use sentinel files to kill the fstrim loop
  ` [PATCH 10/16] generic/251: constrain runtime via time/load/soak factors
  ` [PATCH 11/16] generic/251: don't copy the fsstress source code
  ` [PATCH 12/16] common/rc: _scratch_mkfs_sized supports extra arguments
  ` [PATCH 13/16] xfs/157: do not drop necessary mkfs options
  ` [PATCH 14/16] generic/366: fix directio requirements checking
  ` [PATCH 15/16] generic/454: actually set attr value for llamapirate subtest
  ` [PATCH 16/16] xfs/122: add tests for commitrange structures
  ` [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool

[PATCH v5 0/3] Addition of new tests for extsize hints
 2024-11-27  5:11 UTC  (6+ messages)
` [PATCH v5 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v5 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v5 3/3] generic: Addition of new tests for extsize hints

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  4:11 UTC  (14+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints

[PATCH v2] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-26 16:13 UTC  (4+ messages)

[PATCHSET v2] fstests: random fixes for v2024.11.17
 2024-11-26  1:26 UTC  (31+ messages)
` [PATCH 01/17] generic/757: fix various bugs in this test
` [PATCH 02/17] generic/757: convert to thinp
` [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes
` [PATCH 04/17] logwrites: use BLKZEROOUT if it's available
` [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory
` [PATCH 07/17] xfs/508: fix test for 64k blocksize
` [PATCH 08/17] common/rc: capture dmesg when oom kills happen
` [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 11/17] xfs/009: allow logically contiguous preallocations
` [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors
` [PATCH 14/17] generic/251: don't copy the fsstress source code
` [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 16/17] xfs/157: do not drop necessary mkfs options
` [PATCH 17/17] generic/366: fix directio requirements checking

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-25  5:18 UTC  (43+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test
` [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 06/12] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 07/12] xfs/009: allow logically contiguous preallocations
` [PATCH 08/12] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 09/12] generic/251: constrain runtime via time/load/soak factors
` [PATCH 10/12] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 11/12] xfs/157: do not drop necessary mkfs options
` [PATCH 12/12] xfs/157: fix test failures when MKFS_OPTIONS has -L options

[PATCH v3 0/3] Addition of new tests for extsize hints
 2024-11-22 19:06 UTC  (15+ messages)
` [PATCH v3 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v3 3/3] generic: Addition of new tests for extsize hints

[PATCH 0/2] fstests: fix test issue of xfs/157
 2024-11-21 15:52 UTC  (9+ messages)
` [PATCH 1/2] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 2/2] xfs/157: do not drop necessary mkfs options

[PATCH] xfs/229: call on the test directory
 2024-11-21 10:54 UTC  (3+ messages)

[PATCH] btrfs: add test for encoded reads
 2024-11-21  4:43 UTC  (7+ messages)

[PATCH] fstests: fix blksize_t printf format warnings across architectures
 2024-11-21  2:04 UTC  (6+ messages)

[PATCH v2 0/2] Addition of new tests for extsize hints
 2024-11-19  3:08 UTC  (6+ messages)
` [PATCH v2 2/2] generic: "


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