public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-01 01:02:12 to 2025-03-13 07:30:29 UTC [more...]

initial xfstests support for zoned XFS
 2025-03-13  7:30 UTC  (42+ messages)
` [PATCH 01/17] xfs/177: force a small file system size
` [PATCH 02/17] xfs/419: use _scratch_mkfs_xfs
` [PATCH 03/17] xfs/540: "
` [PATCH 04/17] common: extend the zoned device checks in _require_dm_target
` [PATCH 05/17] common: allow _require_non_zoned_device without an argument
` [PATCH 06/17] common: support internal RT device in _require_realtime
` [PATCH 07/17] common: support internal RT devices in scratch_mkfs_sized
` [PATCH 08/17] xfs: check for zoned-specific errors in _try_scratch_mkfs_xfs
` [PATCH 09/17] common: notrun in mkfs_dev for too small zoned file systems
` [PATCH 10/17] xfs: add helpers to require zoned/non-zoned "
` [PATCH 11/17] xfs: handle zoned file systems in _scratch_xfs_force_no_metadir
` [PATCH 12/17] xfs: no quota support with internal rtdev
` [PATCH 13/17] xfs: xfs_copy doesn't like RT sections
` [PATCH 14/17] xfs: skip filestreams tests on internal RT devices
` [PATCH 15/17] xfs: skip various tests on zoned devices
` [PATCH 16/17] xfs: skip various tests when using the zoned allocator
` [PATCH 17/17] xfs/206: filter out the zoned line from mkfs output

[PATCHBOMB] fstests: random fixes and 6.14 stragglers
 2025-03-12 23:12 UTC  (9+ messages)
` [PATCHSET 1/3] fstests: test dumping fs directory trees
  ` [PATCH 1/1] xfs: test filesystem recovery with rdump
` [PATCHSET 2/3] fstests: test handling emoji filenames better
  ` [PATCH 1/1] generic/45[34]: add colored emoji variants to unicode tests
` [PATCHSET 3/3] fstests: more random fixes for v2025.03.09
  ` [PATCH 1/3] xfs/614: determine the sector size of the fs image by doing a test format
  ` [PATCH 2/3] generic/537: disable quota mount options for pre-metadir rt filesystems
  ` [PATCH 3/3] check: don't allow TEST_DIR/SCRATCH_MNT to be in /tmp

[PATCH] common/rc: explicitly test for engine availability in _require_fio
 2025-03-12 16:48 UTC 

[PATCH v4 1/6] common/config: remove redundant export variables
 2025-03-12  7:23 UTC  (6+ messages)
` [PATCH v4 2/6] common/config: export F2FS_INJECT_PROG
` [PATCH v4 3/6] common/config: export F2FS_FSCK_PROG
` [PATCH v4 4/6] common/rc: use -f for mkfs.f2fs by default
` [PATCH v4 5/6] common/rc: introduce _check_f2fs_filesystem()
` [PATCH v4 6/6] f2fs/009: detect and repair nlink corruption

[PATCH v3 1/6] common/config: remove redundant export variables
 2025-03-12  7:14 UTC  (12+ messages)
` [PATCH v3 2/6] common/config: export F2FS_INJECT_PROG
` [PATCH v3 3/6] common/config: export F2FS_FSCK_PROG
` [PATCH v3 4/6] common/rc: use -f for mkfs.f2fs by default
` [PATCH v3 5/6] common/rc: introduce _check_f2fs_filesystem()
` [PATCH v3 6/6] f2fs/009: detect and repair nlink corruption

[PATCH] xfs: remove the post-EOF prealloc tests from the auto and quick groups
 2025-03-12  6:45 UTC  (3+ messages)

[PATCH v1 0/2] Minor cleanups in common/rc
 2025-03-12  5:46 UTC  (16+ messages)
` [PATCH v1 1/2] generic/749: Remove redundant sourcing of common/rc
` [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc

[PATCH v2 0/2] isolate privatens way
 2025-03-11 21:19 UTC  (8+ messages)
` [PATCH v2 1/2] check: disable HAVE_PRIVATENS by default
` [PATCH v2 2/2] check: remove the deprecation of sessionid

[PATCH] f2fs/008: avoid endless wait
 2025-03-11 20:48 UTC  (2+ messages)

[PATCH] common/rc: use getent when available
 2025-03-11 15:44 UTC  (6+ messages)

[PATCH 0/7 V2] fstests: enable sparse checking & fix fallout
 2025-03-11 15:25 UTC  (12+ messages)
` [PATCH 1/7] fstests: enable sparse checking with make C=[12]
` [PATCH 2/7] treewide: check for #ifdef __linux__ not linux
  ` [PATCH 2/7 V3] "
` [PATCH 3/7] lib: Fix non-ANSI function declarations
` [PATCH 4/7] lib: fix empty arg function prototypes
` [PATCH 5/7] lib: replace aiocb_t with struct aiocb
` [PATCH 6/7] lib: make a few symbols static
` [PATCH 7/7] lib: remove random.c

[PATCH v2 1/4] common/config: remove redundant export variables
 2025-03-11  8:06 UTC  (7+ messages)
` [PATCH v2 2/4] common/config: export F2FS_INJECT_PROG
` [PATCH v2 3/4] common/rc: support f2fs in _repair_scratch_fs
` [PATCH v2 4/4] f2fs/009: detect and repair nlink corruption

[PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG
 2025-03-11  2:24 UTC  (16+ messages)
` [PATCH 2/4] common/config: export F2FS_INJECT_PROG
` [PATCH 3/4] common/rc: support f2fs in _repair_scratch_fs
` [PATCH 4/4] f2fs/009: detect and repair nlink corruption

[ANNOUNCE] fstests: for-next branch updated to v2025.03.09
 2025-03-09 13:49 UTC 

[PATCH 0/2] Fix compilation errors when not using GNU libc
 2025-03-09 12:57 UTC  (8+ messages)
` [PATCH 1/2] src: include libgen.h for function basename() if "
` [PATCH 2/2] src/locktest: add missing struct cast with syscall getsockname()

[PATCH 0/5] fstests: remove old SGI QE scripts
 2025-03-07  4:04 UTC  (8+ messages)
` [PATCH 1/5] fstests: remove setup script
` [PATCH 2/5] fstests: remove old soak script
` [PATCH 3/5] fstests: remove crash script
` [PATCH 4/5] fstests: remove tools/auto-qa
` [PATCH 5/5] fstests: remove old tools from tools directory

[PATCH] generic/363: add annotation for btrfs kernel commit
 2025-03-06 13:24 UTC  (2+ messages)

[PATCH] generic/633: add _require_idmapped_mounts check
 2025-03-06  9:58 UTC  (3+ messages)

[PATCH] check: disable HAVE_PRIVATENS by default
 2025-03-06  8:05 UTC  (5+ messages)

[PATCH v3] xfs: add a test for atomic writes
 2025-03-04 23:47 UTC  (7+ messages)
          ` [External] : "

[ANNOUNCE] fstests: for-next branch updated to v2025.02.23
 2025-03-04 18:58 UTC  (14+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2025.02.23
 2025-03-04 18:37 UTC  (3+ messages)

[PATCHSET 09/12] fstests: check new 6.14 behaviors
 2025-03-04 18:26 UTC  (4+ messages)
` [PATCH 1/1] common: test statfs reporting with project quota

[PATCHSET v6.2 4/7] fstests: make protofiles less janky
 2025-03-04 18:21 UTC  (6+ messages)
` [PATCH 1/1] fstests: test mkfs.xfs protofiles with xattr support

[PATCH] tools/run_privatens: check if it is mount point for --make-private
 2025-03-04 18:03 UTC  (5+ messages)

[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
 2025-03-04 13:48 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes
 2025-03-04  3:12 UTC 

[PATCH] btrfs/080: fix sporadic failures starting with kernel 6.13
 2025-03-03  9:48 UTC  (2+ messages)

[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
 2025-03-03  9:30 UTC  (5+ messages)
` [RFC 4/5] check,common/config: Add support for central fsconfig

[PATCH V2] generic: test zero-byte writes to file
 2025-03-01 14:19 UTC  (2+ messages)

[PATCH] README: add supported fs list
 2025-03-01 11:30 UTC  (3+ messages)


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