FS/XFS testing framework
 help / color / mirror / Atom feed
 messages from 2024-12-25 03:11:21 to 2025-01-16 23:33:47 UTC [more...]

[PATCHBOMB] fstests: fix check-parallel and get all the xfs 6.13 changes merged
 2025-01-16 23:33 UTC  (41+ messages)
` [PATCHSET 1/7] fstests: random fixes for v2025.01.12
  ` [PATCH 01/23] generic/476: fix fsstress process management
  ` [PATCH 02/23] metadump: make non-local function variables more obvious
  ` [PATCH 03/23] metadump: fix cleanup for v1 metadump testing
  ` [PATCH 04/23] generic/482: _run_fsstress needs the test filesystem
  ` [PATCH 05/23] generic/019: don't fail if fio crashes while shutting down
  ` [PATCH 06/23] fuzzy: do not set _FSSTRESS_PID when exercising fsx
  ` [PATCH 07/23] common/rc: create a wrapper for the su command
  ` [PATCH 08/23] common: fix pkill by running test program in a separate session
  ` [PATCH 09/23] unmount: resume logging of stdout and stderr for filtering
  ` [PATCH 10/23] mkfs: don't hardcode log size
  ` [PATCH 11/23] common/xfs: find loop devices for non-blockdevs passed to _prepare_for_eio_shutdown
  ` [PATCH 12/23] preamble: fix missing _kill_fsstress
  ` [PATCH 13/23] generic/650: revert SOAK DURATION changes
  ` [PATCH 14/23] generic/032: fix pinned mount failure
  ` [PATCH 15/23] fuzzy: stop __stress_scrub_fsx_loop if fsx fails
  ` [PATCH 16/23] fuzzy: don't use readarray for xfsfind output
  ` [PATCH 17/23] fuzzy: always stop the scrub fsstress loop on error
  ` [PATCH 18/23] fuzzy: port fsx and fsstress loop to use --duration
  ` [PATCH 19/23] common/rc: don't copy fsstress to $TEST_DIR
  ` [PATCH 20/23] fix _require_scratch_duperemove ordering
  ` [PATCH 21/23] fsstress: fix a memory leak
  ` [PATCH 22/23] fsx: fix leaked log file pointer
  ` [PATCH 23/23] build: initialize stack variables to zero by default
` [PATCHSET 2/7] 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 v6.2 3/7] fstests: enable metadir
  ` [PATCH 01/11] various: fix finding metadata inode numbers when metadir is enabled
  ` [PATCH 02/11] xfs/{030,033,178}: forcibly disable metadata directory trees
  ` [PATCH 03/11] common/repair: patch up repair sb inode value complaints
  ` [PATCH 04/11] xfs/206: update for metadata directory support
  ` [PATCH 05/11] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees
  ` [PATCH 06/11] xfs/509: adjust inumbers accounting for metadata directories
  ` [PATCH 07/11] xfs: create fuzz tests "
` [PATCHSET v6.2 4/7] fstests: make protofiles less janky
` [PATCHSET v6.2 5/7] fstests: shard the realtime section
` [PATCHSET v6.2 6/7] fstests: store quota files in the metadir
` [PATCHSET v6.2 7/7] fstests: enable quota for realtime volumes

[PATCH v3 0/2] fstests: test reads/writes from hugepages-backed buffers
 2025-01-16 12:53 UTC  (8+ messages)
` [PATCH v3 1/2] fsx: support reads/writes from buffers backed by hugepages
` [PATCH v3 2/2] generic: add tests for read/writes from hugepages-backed buffers

[PATCH] include/builddefs.in: ignore unused-result warning
 2025-01-16  9:55 UTC  (5+ messages)

[PATCH v2 0/2] fstests: test reads/writes from hugepages-backed buffers
 2025-01-15 17:53 UTC  (8+ messages)
` [PATCH v2 1/2] fsx: support reads/writes from buffers backed by hugepages
` [PATCH v2 2/2] generic: add tests for read/writes from hugepages-backed buffers

[PATCH 0/5]: CLI and feature improvements for check-parallel
 2025-01-15  9:54 UTC  (9+ messages)
` [PATCH 1/5] check-parallel: adjust concurrency according to CPU count
` [PATCH 2/5] check: factor out test list building code
` [PATCH 3/5] check-parallel: use common group list parsing code
` [PATCH 4/5] check-parallel: add logwrite device support
` [PATCH 5/5] check-parallel: allow FSTYP selection from the CLI

[PATCH] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-01-15  5:10 UTC  (11+ messages)

[PATCH] fsx: fix compile error for preadv2()
 2025-01-14 17:16 UTC  (4+ messages)

[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
 2025-01-13 16:46 UTC  (10+ messages)
` [RFC 1/5] tests/selftest: Add a new pseudo flaky test
` [RFC 2/5] check: Add -q <n> option to support unconditional looping
` [RFC 3/5] check: Improve pass/fail metrics and section config output
` [RFC 4/5] check,common/config: Add support for central fsconfig
` [RFC 5/5] configs: Add a couple of xfs and ext4 configuration templates

[PATCH v2] generic: test swap activation on file that used to have clones
 2025-01-13 15:55 UTC 

[PATCH] generic: test swap activation on file that used to have clones
 2025-01-13 13:24 UTC  (9+ messages)

[PATCH v4 1/2] configure: use pkg-config to find liburing
 2025-01-13  9:59 UTC  (7+ messages)
` [PATCH v4 2/2] btrfs: add test for encoded reads

[NYE PATCHCYCLONE] xfs: free space defrag and autonomous self healing
 2025-01-13  5:55 UTC  (24+ messages)
` [PATCHSET 1/5] fstests: functional test for refcount reporting
  ` [PATCH 1/1] xfs: test output of new FSREFCOUNTS ioctl
` [PATCHSET 2/5] fstests: defragment free space
  ` [PATCH 1/1] xfs: test clearing of "
` [PATCHSET 3/5] fstests: capture logs from mount failures
  ` [PATCH 1/2] treewide: convert all $MOUNT_PROG to _mount
  ` [PATCH 2/2] check: capture dmesg of mount failures if test fails
` [PATCHSET 4/5] fstests: live health monitoring of filesystems
  ` [PATCH 1/6] misc: convert all $UMOUNT_PROG to a _umount helper
  ` [PATCH 2/6] misc: convert all umount(1) invocations to _umount
  ` [PATCH 3/6] xfs: test health monitoring code
  ` [PATCH 4/6] xfs: test for metadata corruption error reporting via healthmon
  ` [PATCH 5/6] xfs: test io "
  ` [PATCH 6/6] xfs: test new xfs_scrubbed daemon
` [PATCHSET 5/5] fstests: add difficult V5 features to filesystems
  ` [PATCH 1/3] xfs/1856: add metadir upgrade to test matrix
  ` [PATCH 2/3] xfs/1856: add rtrmapbt "
  ` [PATCH 3/3] xfs/1856: add rtreflink "

[ANNOUNCE] fstests: for-next branch updated to v2025.01.12
 2025-01-12 14:20 UTC 

[xfstests PATCH v3] generic: add a partial pages zeroing out test
 2025-01-10  5:52 UTC  (6+ messages)

[PATCH] fstests: fix blksize_t printf format warnings across architectures
 2025-01-09 15:09 UTC  (2+ messages)
` [GIT PULL] fstests: btrfs changes staged-20250109

[xfstests PATCH v2] generic: add a partial pages zeroing out test
 2025-01-09 13:07 UTC  (6+ messages)

[PATCH] btrfs: test cycle mounting a filesystem right after enabling simple quotas
 2025-01-08  1:32 UTC  (3+ messages)

[PATCHSET v2 0/2] Add RWF_DONTCACHE support
 2025-01-08  0:00 UTC  (8+ messages)
` [PATCH 1/2] fsstress: add support for RWF_DONTCACHE
` [PATCH 2/2] fsx: "

[PATCHSET 0/2] Add RWF_DONTCACHE support
 2025-01-07 17:30 UTC  (8+ messages)
` [PATCH 1/2] fsstress: add support for RWF_DONTCACHE
` [PATCH 2/2] fsx: "

[PATCH v2 0/3] xfstests: test the fscrypt hardware-wrapped key support
 2025-01-07 13:59 UTC  (2+ messages)

[PATCH] generic/620: add '-J block64' mkfs option for ocfs2
 2025-01-07 11:38 UTC  (8+ messages)

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2025-01-06 18:13 UTC  (4+ messages)
` [PATCH 1/2] xfs/032: try running on blocksize > pagesize filesystems

[PATCH] common/quota: filter out option projquota in _qmount_option for ocfs2
 2025-01-06 17:47 UTC  (2+ messages)

[PATCH] common/rc: add ocfs2 supported timesptamp range
 2025-01-06 16:39 UTC  (2+ messages)

[PATCH] generic/420: skip test for ocfs2
 2025-01-06 16:31 UTC  (2+ messages)

[PATCH v3 1/2] configure: use pkg-config to find liburing
 2025-01-06 12:22 UTC  (7+ messages)
` [PATCH v3 2/2] btrfs: add test for encoded reads

[PATCH] btrfs/326: update _fixed_by_kernel_commit
 2025-01-06 11:54 UTC  (2+ messages)

[xfstests PATCH] generic/567: add partial pages zeroing out case
 2024-12-31  1:23 UTC  (9+ messages)

[PATCH v4 1/2] common/rc: support f2fs in _mkfs_dev()
 2024-12-28  4:29 UTC  (4+ messages)
` [PATCH v4 2/2] f2fs/008: test snapshot creation/deletion on lvm device

[PATCH v3 1/2] common/rc: support f2fs in _mkfs_dev()
 2024-12-28  0:59 UTC  (6+ messages)
` [PATCH v3 2/2] f2fs/008: test snapshot creation/deletion on lvm device

[PATCH 0/2] fstests: test reads/writes from hugepages-backed buffers
 2024-12-27 19:22 UTC  (6+ messages)
` [PATCH 1/2] fsx: support reads/writes from buffers backed by hugepages


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