fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-19 08:24:05 to 2022-02-09 22:32:14 UTC [more...]

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09 22:32 UTC  (10+ messages)
` [PATCH v2 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v2 2/6] generic/204: remove unnecessary _scratch_mkfs call
` [PATCH v2 3/6] generic/{171,172,173,174}: check _scratch_mkfs_sized return code
` [PATCH v2 4/6] ext4/021: "
` [PATCH v2 5/6] xfs/015: "
` [PATCH v2 6/6] common: factor out xfs unique part from _filter_mkfs

[PATCH 00/25] dbench: fix compile warnings and update a bit
 2022-02-09 22:26 UTC  (26+ messages)
` [PATCH 01/25] dbench: simplify open_loadfile() as check_loadfile_ok()
` [PATCH 02/25] child: fix usage of gzFile and gzopen()
` [PATCH 03/25] dbench: remove unused double t value
` [PATCH 04/25] child: fix data type comparison on child_run
` [PATCH 05/25] Makefile.in: disable unused warning for rpc generated code
` [PATCH 06/25] configure.ac: run autoupdate
` [PATCH 07/25] dbench: update use of time.h or sys/time.h
` [PATCH 08/25] config.h.in: run autoconf
` [PATCH 09/25] snprintf: specify safe fallthrough on switches
` [PATCH 10/25] nfsio.c: include dbench.h before nfs.h
` [PATCH 11/25] nfsio: remove unused status variable
` [PATCH 12/25] child: be expicit about string truncation goal
` [PATCH 13/25] child: do not overlap on memcpy()
` [PATCH 14/25] dbench.h: use bits/types.h instead of defining uint32
` [PATCH 15/25] sockio.c: use uint32_t
` [PATCH 16/25] libnfs.c: fix a few simple compile warnings
` [PATCH 17/25] libnfs: fix compilation warning for inet_tons
` [PATCH 18/25] libnfs.c: fix sign conflict compile warning
` [PATCH 19/25] Makefile.in:
` [PATCH 20/25] linux_scsi.c: fix redeclaration of _GNU_SOURCE
` [PATCH 21/25] Makefile.in: modernize build output with V=1 or V=0
` [PATCH 22/25] Makefile.in: declare datarootdir
` [PATCH 23/25] configure.ac: fix smbclient detection
` [PATCH 24/25] libiscsi: fix compile warning on data types
` [PATCH 25/25] smb: fix compilation and disable warning on deprecated-declarations

[PATCH 0/4] dbench: few enhancements from mmtests
 2022-02-09 22:18 UTC  (5+ messages)
` [PATCH 1/4] Allow reporting of workload execution times
` [PATCH 2/4] Defer reporting of "
` [PATCH 3/4] libnfs: Include stdint.h
` [PATCH 4/4] Check if parent is alive once per loadfile processed

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09  8:18 UTC  (14+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09  8:02 UTC  (10+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

[PATCH 0/4] dbench: fixes for latest glibc
 2022-02-09  2:02 UTC  (5+ messages)
` [PATCH 1/4] configure.in: rename to configure.ac
` [PATCH 2/4] config.h.in: run autoheader and update
` [PATCH 3/4] Makefile: address deprecation of /usr/include/rpc
` [PATCH 4/4] libnfs.c: fix compilation due to intptr_t move

[PATCH v5 0/4] tests for btrfs fsverity
 2022-02-08 22:34 UTC  (3+ messages)

[PATCH 0/4] Improvements for NFS
 2022-02-08 21:52 UTC  (5+ messages)
` [PATCH 1/4] check: Export CHECK_OPTIONS and PLATFORM for Xunit Reporting
` [PATCH 2/4] generic/531: Move test from 'quick' group to 'stress'
` [PATCH 3/4] generic/578: Test that filefrag is supported before running
` [PATCH 4/4] generic/633: Check if idmapped mounts are "

[PATCH] common/config: fix use of MODPROBE_RM_PATIENT_TIMEOUT_ARGS
 2022-02-08 21:37 UTC 

[RFC] Makefile: add check target to run shellcheck
 2022-02-08 21:40 UTC 

[PATCH v1] btrfs: Add new test for setting the chunk size
 2022-02-08 19:32 UTC 

[PATCH] btrfs: add test case to make sure autodefrag works even the extent maps are read from disk
 2022-02-08  7:14 UTC 

[PATCH] common/attr: adbjust acl_max of f2fs
 2022-02-08  7:16 UTC 

[PATCH] common/attr: _acl_get_max echo 532 for f2fs
 2022-02-07 15:46 UTC  (6+ messages)

[PATCH 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-07  8:25 UTC  (3+ messages)
` [PATCH 1/2] src/ext4_resize.c: Refactor code and ensure accurate errno is returned
` [PATCH 2/2] ext4: Test to ensure resize with sparse_super2 is handled correctly

[PATCHv1 0/4] fstests: ext4: Add fast_commit related tests
 2022-02-05 14:28 UTC  (5+ messages)
` [PATCHv1 1/4] ext4/056: Add fast_commit regression test causing data abort exception
` [PATCHv1 2/4] common/punch: Add block_size argument to _filter_fiemap_**
` [PATCHv1 3/4] ext4/057: Add crash test to check unwritten extents tracking with fast_commit
` [PATCHv1 4/4] ext4/058: Add shutdown recovery test "

[PATCH] generic/673: Add test for seekdir
 2022-02-04 17:56 UTC 

[PATCH -v2] common: handle old versions of modprobe which don't support --help
 2022-02-03 14:50 UTC 

[PATCH] fstest: add more tests to the metadump group
 2022-02-02 17:46 UTC  (2+ messages)

[PATCH] common: handle old versions of modprobe which don't support --help
 2022-02-02 13:48 UTC  (3+ messages)

[PATCH v2] btrfs: add test case to verify "btrfs filesystem defragment -c" behavior
 2022-02-02 12:00 UTC  (2+ messages)

[PATCH] btrfs: add test case to verify "btrfs filesystem defrag -c" behavior
 2022-02-02 10:57 UTC  (3+ messages)

[PATCH] generic/633: adapt execveat() invocations
 2022-02-02  9:53 UTC  (5+ messages)

[PATCH] generic/633: pass non-empty argv with execveat()
 2022-02-02  9:52 UTC 

[PATCH] btrfs: add test case to verify that btrfs won't waste IO/CPU to defrag compressed extents already at their max size
 2022-02-02  8:46 UTC  (10+ messages)

[PATCH] src/fssum: use newer EVP_* interface to replace deprecated MD5_* interace
 2022-02-02  4:29 UTC 

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-02  1:18 UTC  (9+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

[PATCH v6 0/1] xfstests: add log attribute replay test
 2022-02-01 22:09 UTC  (4+ messages)
` [PATCH v6 1/1] xfstests: Add Log Attribute Replay test

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-02-01 15:18 UTC  (4+ messages)

[PATCH] common/rc: set maximum label length for ext4
 2022-01-31 20:46 UTC  (5+ messages)

[RFC] ext4/056: Add fast_commit regression test causing data abort exception
 2022-01-31 15:33 UTC 

[PATCH] fsx: disable allocsp_calls if -F is specified
 2022-01-30  4:56 UTC  (2+ messages)

[PATCH v2] xfs/126: Add a getxattr opeartion after corrupted xattr
 2022-01-30  2:44 UTC  (6+ messages)
` [PATCH v3] xfs/12[4-6]: Add getfattr operation after xattr corrupted

[PATCH v3 1/3] btrfs: test defrag with regular and preallocated extents
 2022-01-28 12:32 UTC  (8+ messages)
` [PATCH v2 2/3] btrfs: test autodefrag with regular and hole extents
` [PATCH 3/3] btrfs: test defrag with compressed extents

[PATCHSET 0/2] fstests: new stuff for kernel 5.17
 2022-01-27  2:52 UTC  (8+ messages)
` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe
  ` [PATCH v1.1 "
` [PATCH 2/2] fstests: skip tests that require XFS_IOC_ALLOCSP

[RFC 0/1] ext4/054: Should we remove auto and quick group?
 2022-01-26  7:38 UTC  (6+ messages)
` [RFC 1/1] ext4/054: Remove auto and quick group

adding support for ceph-fuse
 2022-01-26  4:21 UTC  (2+ messages)

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-01-25  9:23 UTC 

[PATCH] btrfs: add test case to make sure autodefrag won't give up the whole cluster when there is a hole in it
 2022-01-25  9:16 UTC 

[PATCH] generic/273: use _get_file_block_size
 2022-01-24 23:21 UTC  (2+ messages)

[PATCH v2] iogen: upgrade to fallocate
 2022-01-24 18:40 UTC  (3+ messages)

[PATCH] btrfs: add test to verify the defrag behavior around preallocated extents
 2022-01-24 12:30 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to d8dee1222ecd
 2022-01-23 15:12 UTC 

[PATCH] common/dump: add explicit requirement for specific users and groups
 2022-01-21 13:58 UTC 

[PATCH] common/rc: fix group detection regex to strictly match required name
 2022-01-21 13:58 UTC 

xfs/311 test pass but leave block device unusable
 2022-01-21 10:20 UTC  (3+ messages)

[PATCH] xfs/107: fix formatting failures
 2022-01-21  2:41 UTC  (2+ messages)

[PATCH] ext4/053: Test remount without changing mount options
 2022-01-20 10:20 UTC 

[PATCH v5 0/1] xfstests: add log attribute replay test
 2022-01-19 21:54 UTC  (3+ messages)
` [PATCH v5 1/1] xfstests: Add Log Attribute Replay test

[PATCH] src/ext4_resize.c: set errno to 0 before the strtoull call
 2022-01-19 20:13 UTC  (14+ messages)

[PATCH v3] btrfs/255: add test for quota disable in parallel with balance
 2022-01-19 10:39 UTC  (2+ 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 NNTP newsgroup(s).