fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 11:23:31 to 2022-02-19 07:12:37 UTC [more...]

[PATCH 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-19  7:12 UTC  (5+ 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

[PATCH v2 0/3] kmod: add patient module removal support
 2022-02-18  8:20 UTC  (5+ messages)

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

[PATCHSET 0/2] fstests: new stuff for kernel 5.17
 2022-02-18  5:26 UTC  (5+ messages)
` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe
  ` [PATCH v1.1 "

[PATCH] common/attr: adbjust acl_max of f2fs
 2022-02-18  2:33 UTC  (2+ messages)

[PATCH] btrfs: test log replay after fsync of file with prealloc extents beyond eof
 2022-02-17 12:14 UTC 

[PATCH] common/config: fix use of MODPROBE_RM_PATIENT_TIMEOUT_ARGS
 2022-02-17  8:12 UTC  (2+ messages)

[PATCH v2 0/3] adjust btrfs/237 uuid heuristics and use AWK_PROG
 2022-02-17  6:29 UTC  (10+ messages)
` [PATCH v2 1/3] btrfs/237: adjust uuid heuristics
` [PATCH v2 2/3] common/btrfs: use $AWK_PROG
` [PATCH v2 3/3] tests/btrfs: use $AWK_PROG instead of awk

[PATCH] btrfs: add support for capturing metadumps of corrupted fses
 2022-02-16 19:03 UTC 

[PATCH v2] xfs: test xfsdump with bind-mounted filesystem
 2022-02-16 14:55 UTC 

[PATCH] xfs: test xfsdump with bind-mounted filesystem
 2022-02-16 14:32 UTC  (3+ messages)

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-02-16 10:05 UTC 

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-02-16  9:03 UTC 

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-15 15:53 UTC  (13+ 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 v6 0/4] tests for btrfs fsverity
 2022-02-15  0:09 UTC  (5+ messages)
` [PATCH v6 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v6 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v6 3/4] btrfs: test verity orphans with dmlogwrites
` [PATCH v6 4/4] generic: test fs-verity EFBIG scenarios

[PATCH] fsstress: add new syscall(fadvise) to op list
 2022-02-14 11:55 UTC 

[PATCH] btrfs/237: adjust uuid heuristics
 2022-02-14  7:47 UTC  (2+ messages)

[PATCH] xfs: test xfsdump when an inode < root inode is present
 2022-02-14  5:25 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to b91862aa4c95
 2022-02-13 17:50 UTC 

[PATCH] btrfs: add test case to make sure autodefrag works even the extent maps are read from disk
 2022-02-11 11:52 UTC  (4+ messages)

[PATCH 0/4] dbench: few enhancements from mmtests
 2022-02-10 13:04 UTC  (8+ 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 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/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 "

[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] common/attr: _acl_get_max echo 532 for f2fs
 2022-02-07 15:46 UTC  (6+ messages)

[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  (2+ messages)

[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


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).