FSTests Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-17 09:51:37 to 2022-12-31 00:51:29 UTC [more...]

[NYE DELUGE 2/4] xfs: online repair in its entirety
 2022-12-30 22:20 UTC  (68+ messages)
` [PATCHSET v24.0 0/5] fstests: race online scrub with fsstress
  ` [PATCH 4/5] fuzzy: allow xfs scrub stress tests to pick preconfigured fsstress configs
  ` [PATCH 1/5] xfs/357: switch fuzzing to agi 1
  ` [PATCH 2/5] xfs: race fsstress with online scrubbers for AG and fs metadata
  ` [PATCH 5/5] xfs: race fsstress with online scrubbers for file metadata
  ` [PATCH 3/5] fuzzy: add a custom xfs find utility for scrub stress tests
` [PATCHSET v24.0 0/1] xfs: force rebuilding of metadata
  ` [PATCH 1/1] fuzzy: use FORCE_REBUILD over injecting force_repair
` [PATCHSET v24.0 0/2] fstests: online repair of AG btrees
  ` [PATCH 1/2] xfs: test rebuilding the entire filesystem with online fsck
  ` [PATCH 2/2] xfs: stress test ag repair functions
` [PATCHSET v24.0 0/1] fstests: online repair of inodes
  ` [PATCH 1/1] xfs: race fsstress with online repair for inode record metadata
` [PATCHSET v24.0 0/4] fstests: online repair of file fork mappings
  ` [PATCH 2/4] xfs: race fsstress with online repair for inode and fork metadata
  ` [PATCH 4/4] xfs: race fsstress with online repair for special file metadata
  ` [PATCH 3/4] xfs: ensure that online file data fork repairs don't hit EDQUOT
  ` [PATCH 1/4] xfs: test rebuilding xattrs when the data fork is btree format
` [PATCHSET v24.0 0/1] fstests: online repair of quota and counters
  ` [PATCH 1/1] xfs: race fsstress with online scrub and repair for quota metadata
` [PATCHSET v24.0 0/1] fstests: online repair of quota counters
  ` [PATCH 1/1] xfs: race fsstress with online scrub and repair for quotacheck
` [PATCHSET v24.0 0/1] fstests: online repair of file link counts
  ` [PATCH 1/1] xfs: race fsstress with inode link count check and repair
` [PATCHSET v24.0 0/2] fstests: online repair for fs summary counters
  ` [PATCH 1/2] xfs: test fs summary counter online repair
  ` [PATCH 2/2] xfs: race fsstress with online repair for summary counters
` [PATCHSET v24.0 0/1] fstests: online repair of rmap btrees
  ` [PATCH 1/1] xfs/422: don't freeze while racing rmap repair and fsstress
` [PATCHSET v24.0 0/2] fstests: fix a few bugs in fs population
  ` [PATCH 1/2] populate: take a snapshot of the filesystem if creation fails
  ` [PATCH 2/2] populate: fix some weirdness in __populate_check_xfs_agbtree_height
` [PATCHSET v24.0 00/24] fstests: improve xfs fuzzing
  ` [PATCH 07/24] fuzzy: don't fuzz xattr namespace flags and values
  ` [PATCH 05/24] fuzzy: don't fuzz inode generation numbers
  ` [PATCH 02/24] fuzzy: disable timstamp fuzzing by default
  ` [PATCH 01/24] fuzzy: disable per-field random "
  ` [PATCH 04/24] fuzzy: don't fuzz obsolete inode fields
  ` [PATCH 03/24] fuzzy: don't fuzz the log sequence number
  ` [PATCH 06/24] fuzzy: don't fuzz user-controllable inode flags
  ` [PATCH 11/24] common/fuzzy: fix some problems with the online repair strategy
  ` [PATCH 08/24] common/fuzzy: split out each repair strategy into a separate helper
  ` [PATCH 10/24] common/fuzzy: hoist the post-repair fs modification step
  ` [PATCH 09/24] common/fuzzy: add an underline to the full log between sections
  ` [PATCH 13/24] common/fuzzy: fix some problems with the no-repair strategy
  ` [PATCH 12/24] common/fuzzy: fix some problems with the offline repair strategy
  ` [PATCH 14/24] common/fuzzy: fix some problems with the online-then-offline "
  ` [PATCH 19/24] common/fuzzy: exercise the filesystem a little harder after repairing
  ` [PATCH 22/24] fuzzy: report the fuzzing repair strategy in seqres.full
  ` [PATCH 21/24] fuzzy: compress coredumps created while fuzzing
  ` [PATCH 16/24] xfs/{35[45],455}: fix bogus corruption errors
  ` [PATCH 18/24] common: check xfs health after doing an online scrub
  ` [PATCH 17/24] common/fuzzy: evaluate xfs_check vs xfs_repair
  ` [PATCH 15/24] common/fuzzy: fix some problems with the post-repair fs modification code
  ` [PATCH 20/24] fuzzy: dump metadata state before fuzzing
  ` [PATCH 23/24] xfs: improve metadata array field handling when fuzzing
  ` [PATCH 24/24] fuzzy: for fuzzing ag btrees, find the path to the AG header
` [PATCHSET v24.0 0/5] fstests: strengthen fuzz testing
  ` [PATCH 2/5] fuzzy: test fuzzing xattr block mappings
  ` [PATCH 1/5] fuzzy: test fuzzing directory "
  ` [PATCH 4/5] xfs: fuzz test both repair strategies
  ` [PATCH 3/5] fuzzy: test fuzzing realtime free space metadata
` [PATCHSET v24.0 0/7] fstests: atomic file updates
` [PATCHSET v24.0 0/1] fstests: online repair of realtime summaries
` [PATCHSET v24.0 0/1] fstests: online repair of extended attributes
` [PATCHSET v24.0 0/2] fstests: online repair of directories
` [PATCHSET v24.0 0/1] fstests: test automatic scrub optimization by default

[NYE DELUGE 1/4] xfs: all pending online scrub improvements
 2022-12-30 22:13 UTC  (25+ messages)
` [PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
  ` [PATCH 06/16] fuzzy: explicitly check for common/inject in _require_xfs_stress_online_repair
  ` [PATCH 03/16] xfs/422: rework feature detection so we only test-format scratch once
  ` [PATCH 02/16] xfs/422: move the fsstress/freeze/scrub racing logic to common/fuzzy
  ` [PATCH 01/16] xfs/422: create a new test group for fsstress/repair racers
  ` [PATCH 04/16] fuzzy: clean up scrub stress programs quietly
  ` [PATCH 05/16] fuzzy: rework scrub stress output filtering
  ` [PATCH 07/16] fuzzy: give each test local control over what scrub stress tests get run
  ` [PATCH 12/16] fuzzy: increase operation count for each fsstress invocation
  ` [PATCH 13/16] fuzzy: clean up frozen fses after scrub stress testing
  ` [PATCH 10/16] fuzzy: abort scrub stress testing if the scratch fs went down
  ` [PATCH 14/16] fuzzy: make freezing optional for scrub stress tests
  ` [PATCH 08/16] fuzzy: test the scrub stress subcommands before looping
  ` [PATCH 11/16] fuzzy: clear out the scratch filesystem if it's too full
  ` [PATCH 09/16] fuzzy: make scrub stress loop control more robust
  ` [PATCH 16/16] fuzzy: delay the start of the scrub loop when stress-testing scrub
  ` [PATCH 15/16] fuzzy: allow substitution of AG numbers when configuring scrub stress test
` [PATCHSET v24.0 0/3] fstests: refactor GETFSMAP stress tests
  ` [PATCH 1/3] fuzzy: enhance scrub stress testing to use fsx
  ` [PATCH 2/3] fuzzy: refactor fsmap stress test to use our helper functions
  ` [PATCH 3/3] xfs: race fsmap with readonly remounts to detect crash or livelock
` [PATCHSET v24.0 0/2] fstests: race online scrub with mount state changes
  ` [PATCH 1/2] xfs: stress test xfs_scrub(8) with fsstress
  ` [PATCH 2/2] xfs: stress test xfs_scrub(8) with freeze and ro-remount loops

[NYE DELUGE 4/4] xfs: freespace defrag for online shrink
 2022-12-30 21:14 UTC 

[NYE DELUGE 3/4] xfs: modernize the realtime volume
 2022-12-30 21:14 UTC 

[PATCH v2 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 23:47 UTC  (16+ messages)
` [PATCH v2 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH v2 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH v2 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH v2 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH v2 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH v2 06/10] generic/573: "
` [PATCH v2 07/10] generic/577: "
` [PATCH v2 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH v2 09/10] generic/624: "
` [PATCH v2 10/10] generic/575: test 1K Merkle tree block size

[PATCH v3 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-29 23:32 UTC  (11+ messages)
` [PATCH v3 01/10] common/verity: add and use _fsv_can_enable()
` [PATCH v3 02/10] common/verity: set FSV_BLOCK_SIZE to an appropriate value
` [PATCH v3 03/10] common/verity: use FSV_BLOCK_SIZE by default
` [PATCH v3 04/10] common/verity: add _filter_fsverity_digest()
` [PATCH v3 05/10] generic/572: support non-4K Merkle tree block size
` [PATCH v3 06/10] generic/573: "
` [PATCH v3 07/10] generic/577: "
` [PATCH v3 08/10] generic/574: test multiple Merkle tree block sizes
` [PATCH v3 09/10] generic/624: "
` [PATCH v3 10/10] generic/575: test 1K Merkle tree block size

[PATCH] overlay: avoid to use NULL OVL_BASE_FSTYP for mounting
 2022-12-29 13:44 UTC 

supporting overlay+tmpfs breaks check -n -overlay -g auto
 2022-12-29 12:52 UTC  (2+ messages)

[PATCH] btrfs/154: migrate to python3
 2022-12-28 12:03 UTC  (6+ messages)

[ANNOUNCE] fstests: for-next branch updated to 3dc46f477b39
 2022-12-25 16:09 UTC 

[ANNOUNCE] fstests: merge v2022.12.18 onto master branch
 2022-12-25 16:07 UTC 

[PATCH] fstests: update patien module remover usage
 2022-12-25 13:47 UTC  (2+ messages)

[PATCH] fstests: report/xunit: report excluded test cases
 2022-12-25 11:10 UTC 

[PATCH] xfs/440: skip test if the dax mount option is enabled
 2022-12-23 10:21 UTC 

[PATCH] fstests: btrfs/220: fix the test failure due to new default mount option
 2022-12-23  0:06 UTC  (2+ messages)

[PATCHSET 0/1] fstests: fix tests for kernel 6.1
 2022-12-22 18:38 UTC  (4+ messages)
` [PATCH 1/1] xfs/122: fix EFI/EFD log format structure size after flex array conversion

[PATCH] xfs: Test bulkstat special query for root inode
 2022-12-22 18:10 UTC  (4+ messages)
` [PATCH v2] "

Which dashboard do most fs developers use for the fstests results?
 2022-12-22 12:08 UTC 

[PATCHSET 0/3] fstests: fix tests for kernel 6.2
 2022-12-21 16:57 UTC  (6+ messages)
` [PATCH 1/3] xfs: regression test for writeback corruption bug
` [PATCH 2/3] xfs: regression test for writes racing with reclaim writeback
  ` [PATCH v1.1 "
` [PATCH 3/3] xfs/179: modify test to trigger refcount update bugs

[PATCH 00/10] xfstests: update verity tests for non-4K block and page size
 2022-12-20 20:40 UTC  (5+ messages)
` [PATCH 09/10] generic/624: test multiple Merkle tree block sizes

[PATCHSET RFC 0/8] fstests: improve junit xml reporting
 2022-12-20 18:18 UTC  (15+ messages)
` [PATCH 1/8] check: generate section reports between tests
` [PATCH 2/8] report: derive an xml schema for the xunit report
` [PATCH 3/8] report: capture the time zone in the test report timestamp
` [PATCH 4/8] report: sort properties by name
` [PATCH 5/8] report: pass property value to _xunit_add_property
` [PATCH 6/8] report: collect basic information about a test run
` [PATCH 7/8] report: record xfs-specific "
` [PATCH 8/8] report: record ext*-specific "

[PATCH] fstests: skip btrfs/253 for zoned devices
 2022-12-20 14:48 UTC  (4+ messages)

[PATCH v2] btrfs: new test for logical inode resolution panic
 2022-12-20 11:33 UTC  (2+ messages)

[PATCH] fstests: report: always save the dmesg as system-err if KEEP_DMESG is set
 2022-12-20  0:55 UTC  (7+ messages)

[PATCH] fstests: report: add arch and kernel version info into testsuite attributes
 2022-12-20  0:00 UTC  (5+ messages)

[PATCH] check: wipe tmp.arglist
 2022-12-19 19:03 UTC  (3+ messages)

[PATCHSET 0/1] fstests: fix tests for kernel 6.1
 2022-12-19 19:01 UTC  (7+ messages)
` [PATCH 1/1] xfs/122: fix EFI/EFD log format structure size after flex array conversion

Why fstests g/673 and g/683~687 suddently fail (on xfs, ext4...) on latest linux v6.1+ ?
 2022-12-19  4:11 UTC  (5+ messages)

[ANNOUNCE] fstests: for-next branch updated to e26310404671
 2022-12-18 14:51 UTC 

[ANNOUNCE] fstests: merge v2022.12.11 onto master branch
 2022-12-18 14:50 UTC 

[PATCHSET 0/4] fstests: fix broken fuzzing xfs_mdrestore calls
 2022-12-17 20:06 UTC  (8+ messages)
` [PATCH 3/4] common/populate: move decompression code to _{xfs,ext4}_mdrestore
  ` [PATCH v1.1 "
` [PATCH 4/4] fuzzy: don't fail on compressed metadumps

[PATCH] xfs/243: add _require_scratch_delalloc()
 2022-12-17  9:53 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).