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

[PATCHSET v3] fstests: random fixes for v2025.02.02
 2025-02-12  3:31 UTC  (5+ messages)
` [PATCH 01/34] generic/476: fix fsstress process management
` [PATCH 02/34] metadump: make non-local function variables more obvious
` [PATCH 03/34] metadump: fix cleanup for v1 metadump testing
` [PATCH 04/34] generic/019: don't fail if fio crashes while shutting down

[PATCH v3] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-12  3:04 UTC 

[PATCH v2] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-12  3:02 UTC  (7+ messages)

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

[xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
 2025-02-11  4:06 UTC  (3+ messages)

[PATCH] fstests: use '-std=gnu11' to fix build errors with gcc-15
 2025-02-10 16:57 UTC 

[PATCH 1/2] xfs/614: query correct direct I/O alignment
 2025-02-10 16:21 UTC  (8+ messages)
` [PATCH 2/2] xfs/614: remove the _require_loop call

[PATCH v2] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-02-10 14:23 UTC  (13+ messages)

[PATCH] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-10  4:36 UTC  (2+ messages)

Btrfs crash on generic/437 on x86_64
 2025-02-10  3:59 UTC  (4+ messages)

Failed to compile due to missing <linux/blkdev.h> header with liburing-2.9?
 2025-02-08 22:08 UTC  (4+ messages)

[PATCH 0/7] fstests: enable sparse checking & fix fallout
 2025-02-07  5:06 UTC  (25+ messages)
` [PATCH 1/7] fstests: enable sparse checking with make C=[12]
` [PATCH 2/7] builddefs: define linux
` [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] fstests: btrfs/226: use nodatasum mount option to prevent false alerts
 2025-02-06 13:11 UTC  (4+ messages)

[PATCH] generic/631: suggest xfs fix only if the tested filesystem is xfs
 2025-02-06 13:07 UTC  (3+ messages)

[PATCH v2 0/5] fstests: btrfs: add test case to validate sysfs input arguments
 2025-02-05 23:30 UTC  (9+ messages)
` [PATCH v2 1/5] fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout
` [PATCH v2 2/5] fstests: filter: helper for sysfs error filtering
` [PATCH v2 3/5] fstests: common/rc: add sysfs argument verification helpers
` [PATCH v2 4/5] fstests: btrfs: testcase for sysfs policy syntax verification
` [PATCH v2 5/5] fstests: btrfs: testcase for sysfs chunk_size attribute validation

[PATCHSET v2] fstests: random fixes for v2025.02.02
 2025-02-05 21:25 UTC  (67+ messages)
` [PATCH 01/34] generic/476: fix fsstress process management
` [PATCH 02/34] metadump: make non-local function variables more obvious
` [PATCH 03/34] metadump: fix cleanup for v1 metadump testing
` [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 15/34] check: run tests in a private pid/mount namespace
` [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/3] fstests: btrfs: add test case to validate sysfs input arguments
 2025-02-05 11:06 UTC  (6+ messages)
` [PATCH 3/3] fstests: btrfs: testcase for sysfs policy syntax verification

[PATCH v5 0/2] fstests: test reads/writes from hugepages-backed buffers
 2025-02-04 21:52 UTC  (17+ messages)
` [PATCH v5 1/2] fsx: support reads/writes from buffers backed by hugepages

[LSF/MM/BPF TOPIC] Long Duration Stress Testing Filesystems
 2025-02-04 21:14 UTC  (4+ messages)

remove _supported_fs v2
 2025-02-04 17:36 UTC  (5+ messages)
` [PATCH 3/3] replace _supported_fs with _exclude_fs

[PATCH] common: fix a spelling error in _require_zoned_device
 2025-02-04 17:32 UTC  (3+ messages)

[PATCH] fix vfs/utils.c for big-endian systems
 2025-02-04 12:52 UTC  (4+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Lustre filesystem upstreaming
 2025-02-03 16:06 UTC  (5+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2025.02.02
 2025-02-02 14:46 UTC 

[PATCH] xfs/541: _notrun if the file system can't mount
 2025-01-29 21:06 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