public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-10 04:24:20 to 2022-06-25 19:35:58 UTC [more...]

[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
 2022-06-25 19:35 UTC  (13+ messages)
          ` sharing fstests results (Was: [PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1))

[PATCH v3] generic/692: test group ownership change
 2022-06-25 18:31 UTC  (4+ messages)

[PATCH] common/config: Fix use of MKFS_OPTIONS
 2022-06-25 16:39 UTC  (8+ messages)

[PATCH v2] ceph/005: verify correct statfs behaviour with quotas
 2022-06-25 15:06 UTC  (2+ messages)

[PATCH] ext4/056: add a check to make sure ext4 uuid ioctls get/set during fsstress
 2022-06-25  8:53 UTC 

[PATCH 0/4] aborted fstests may leave frozen fs behind
 2022-06-25  3:11 UTC  (24+ messages)
` [PATCH 1/4] fstests: add missing _require_freeze() to tests
` [PATCH 2/4] fstests: make sure to unfreeze test and scratch mounts
` [PATCH 3/4] xfs/{422,517}: add missing killall to _cleanup()
      ` Delegating fstests maintenance work (Was: Re: [PATCH 3/4] xfs/{422,517}: add missing killall to _cleanup())
` [PATCH 4/4] xfs/{422,517}: fix false positive failure

[PATCH 0/5] Misceillaneous ext4 test fix ups
 2022-06-25  3:07 UTC  (6+ messages)
` [PATCH 1/5] ext4/050: support indirect as well as extent mapped journals
` [PATCH 2/5] ext4/044: skip test if the file system does not have a journal
` [PATCH 3/5] ext4/045: clean up unnecessary arguments to _require_e2fsprogs
` [PATCH 4/5] ext4/054: skip test if the dax mount option is enabled
` [PATCH 5/5] ext4/055: skip test if dax mount option is used

[PATCH v2 0/3] aborted fstests may leave frozen fs behind
 2022-06-24 16:06 UTC  (6+ messages)
` [PATCH v2 1/3] fstests: add missing _require_freeze() to tests
` [PATCH v2 2/3] fstests: unfreeze fs on cleanup routines
` [PATCH v2 3/3] xfs/{422,517}: kill background jobs on test termination

[RFC PATCH 0/2] add option to rerun failed tests
 2022-06-24 15:18 UTC  (7+ messages)
` [RFC PATCH 1/2] check: append bad / notrun arrays in helper function
` [RFC PATCH 2/2] check: add -L <n> parameter to rerun failed tests

[5.10 CANDIDATE v2 0/5] xfs stable candidate patches for 5.10.y (v5.15+)
 2022-06-24  6:37 UTC  (6+ messages)
` [5.10 CANDIDATE v2 1/5] xfs: use kmem_cache_free() for kmem_cache objects
` [5.10 CANDIDATE v2 2/5] xfs: punch out data fork delalloc blocks on COW writeback failure
` [5.10 CANDIDATE v2 3/5] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [5.10 CANDIDATE v2 4/5] xfs: remove all COW fork extents when remounting readonly
` [5.10 CANDIDATE v2 5/5] xfs: check sb_meta_uuid for dabuf buffer recovery

[xfstests PATCH v2] ext4/053: test changing test_dummy_encryption on remount
 2022-06-24  6:16 UTC  (2+ messages)

[xfstests-bld PATCH] {kvm,gce}-xfstests: fix the --update-xfstests-tar option
 2022-06-24  3:48 UTC  (2+ messages)

btrfs read repair: more tests
 2022-06-24  2:25 UTC  (9+ messages)
` [PATCH 1/4] btrfs: fix the_btrfs_get_physical invocation in btrfs-map-logical
` [PATCH 2/4] btrfs; add a test for impossible repair cases
` [PATCH 3/4] btrfs: test checker pattern corruption on raid10
` [PATCH 4/4] btrfs: test read repair on a corrupted compressed extent

[PATCH 5.10 CANDIDATE 00/11] xfs stable candidate patches for 5.10.y (v5.15+)
 2022-06-23 16:05 UTC  (28+ messages)
` [PATCH 5.10 CANDIDATE 01/11] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH 5.10 CANDIDATE 02/11] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.10 CANDIDATE 03/11] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.10 CANDIDATE 04/11] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.10 CANDIDATE 05/11] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.10 CANDIDATE 06/11] xfs: refactor xfs_file_fsync
` [PATCH 5.10 CANDIDATE 07/11] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 5.10 CANDIDATE 08/11] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.10 CANDIDATE 09/11] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.10 CANDIDATE 10/11] xfs: fix up non-directory creation in SGID directories
` [PATCH 5.10 CANDIDATE 11/11] xfs: use setattr_copy to set vfs inode attributes

[PATCH V3 0/4] Large extent counters tests
 2022-06-23 14:12 UTC  (9+ messages)
` [PATCH V3 1/4] xfs/270: Fix ro mount failure when nrext64 option is enabled
` [PATCH V3 2/4] common/xfs: Add helper to check if nrext64 option is supported
` [PATCH V3 3/4] xfs: Verify that the correct inode extent counters are updated with/without nrext64
` [PATCH V3 4/4] xfs: Verify correctness of upgrading an fs to support large extent counters

[PATCH 0/6] check: minor cleanups and xunit report fix
 2022-06-22  5:21 UTC  (14+ messages)
` [PATCH 1/6] check: avoid FSTYP=<fstyp parameter> repetition
` [PATCH 2/6] check: simplify check.time parsing
` [PATCH 3/6] report: drop unused _xunit_make_section_report parameter
` [PATCH 4/6] report: fix xunit tests count
` [PATCH 5/6] check: use arrays instead of separate n_ counters
` [PATCH 6/6] check: remove err and first_test variables

[PATCH v2 0/2] Fix input value to _scratch_mkfs_sized
 2022-06-21  4:40 UTC  (14+ messages)
` [PATCH v2 1/2] common/rc: add _parse_size_string
` [PATCH v2 2/2] common/rc: fix input value to _scratch_mkfs_sized

[PATCH] xfs/122: escape %zu in printf with %% not \\%
 2022-06-21  4:27 UTC  (2+ messages)

[PATCH v3] common/rc: Modify _require_batched_discard to improve test coverage
 2022-06-20  5:05 UTC  (4+ messages)

[GIT PULL] xfs: bug fixes for 5.19-rc3
 2022-06-19 15:01 UTC  (2+ messages)

[Notice] Defer fstests release to next weekend (2022-06-26)
 2022-06-19 12:57 UTC 

[PATCH 1/2] common/rc: add _parse_size_from_string
 2022-06-16  4:37 UTC  (6+ messages)
` [PATCH 2/2] common/rc: fix input value to _scratch_mkfs_sized

[PATCH v1 0/1] parent pointer tests
 2022-06-14 22:01 UTC  (2+ messages)
` [PATCH v1 1/1] xfstests: Add parent pointer test

[PATCH v2] generic/692: test group ownership change
 2022-06-14 10:56 UTC 

[PATCH] generic/692: test group ownership change
 2022-06-14 10:16 UTC  (3+ messages)

[PATCH v3 0/2] Two xattrs-related fixes for ceph
 2022-06-14  9:22 UTC  (6+ messages)
` [PATCH v3 1/2] generic/020: adjust max_attrval_size "
` [PATCH v3 2/2] generic/486: adjust the max xattr size

[ANNOUNCE] fstests: for-next branch updated to 0882b0913eae
 2022-06-12 10:48 UTC 

[ANNOUNCE] fstests: merge v2022.06.05 onto master branch
 2022-06-12 10:06 UTC 

[PATCH v2 0/2] Two xattrs-related fixes for ceph
 2022-06-10 13:08 UTC  (13+ messages)
` [PATCH v2 1/2] generic/020: adjust max_attrval_size "
` [PATCH v2 2/2] generic/486: adjust the max xattr size

[PATCH V2 0/4] Large extent counters tests
 2022-06-10  8:51 UTC  (5+ messages)
` [PATCH V2 1/4] xfs/270: Fix ro mount failure when nrext64 option is enabled
` [PATCH V2 2/4] common/xfs: Add helper to check if nrext64 option is supported
` [PATCH V2 3/4] xfs: Verify that the correct inode extent counters are updated with/without nrext64
` [PATCH V2 4/4] xfs: Verify correctness of upgrading an fs to support large extent counters

[PATCH] generic/297: fix the delta time based on stat
 2022-06-10  6:00 UTC  (7+ messages)


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