fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-05 15:20:12 to 2023-04-06 19:42:01 UTC [more...]

[PATCHSET DELUGE v11] xfs: Parent Pointers
 2023-04-06 19:41 UTC  (4+ messages)
` [PATCHSET v11 00/11] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/11] xfs/206: filter out the parent= status from mkfs

[RFC PATCH 0/5] fstests specific MAINTAINERS file
 2023-04-06 14:17 UTC  (23+ messages)
` [PATCH 1/5] fstests: add MAINTAINERS and get_maintainer.pl files
` [PATCH 2/5] tools/get_maintainer.pl: remove penguin chiefs
` [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
  ` [f2fs-dev] "
` [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
` [PATCH 5/5] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part

[PATCHSET v24.2 0/3] populate: tweaks to the filesystems created
 2023-04-04 23:17 UTC  (4+ messages)
` [PATCH 1/3] common/populate: fix btree-format xattr creation on xfs
` [PATCH 2/3] populate: create fewer subdirs when constructing directories
` [PATCH 3/3] populate: create fewer holes in directories and xattrs

[PATCHSET 0/3] fstests: random fixes for v2023.03.26
 2023-03-30 16:46 UTC  (9+ messages)
` [PATCH 1/3] generic/{251,260}: compute maximum fitrim offset
  ` [PATCH v1.1 "
` [PATCH 2/3] xfs/242: fix _filter_bmap for xfs_io bmap that does rt file properly
` [PATCH 3/3] common/report: fix typo in FSSTRESS_AVOID

[PATCH v2] common: switch _get_{available,total}_space accounting to units of single bytes
 2023-03-29 16:52 UTC  (2+ messages)

[PATCH] common: switch _get_available_space accounting to units of 512 bytes
 2023-03-28 18:03 UTC  (3+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2023.03.26
 2023-03-26 15:26 UTC 

[ANNOUNCE] fstests: merge v2023.03.19 onto master branch
 2023-03-26 15:24 UTC 

[PATCH] fstests: btrfs/012 don't follow symlinks for populating $SCRATCH_MNT
 2023-03-25 17:06 UTC  (5+ messages)

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-25 17:02 UTC  (24+ messages)
` [PATCHSET v10r1d2 00/14] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/14] xfs/122: update for "
  ` [PATCH 02/14] populate: create hardlinks "
  ` [PATCH 03/14] xfs/021: adapt golden output files "
  ` [PATCH 04/14] generic/050: adapt "
  ` [PATCH 05/14] xfs/018: disable parent pointers for this test
  ` [PATCH 06/14] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 07/14] common: add helpers for parent pointer tests
  ` [PATCH 08/14] xfs: add parent pointer test
  ` [PATCH 09/14] xfs: add multi link "
  ` [PATCH 10/14] xfs: add parent pointer inject test
  ` [PATCH 11/14] common/parent: add license and copyright
  ` [PATCH 12/14] common/parent: don't _fail on missing parent pointer components
  ` [PATCH 13/14] common/parent: check xfs_io parent command paths
  ` [PATCH 14/14] xfs/851: test xfs_io parent -p too
` [PATCHSET v10r1d2 0/1] xfs: bug fixes for parent pointers
  ` [PATCH 1/1] xfs/122: fix parent pointer ioctl structure sizes
` [PATCHSET v10r1d2 0/1] fstests: encode parent pointer name in xattr key
  ` [PATCH 1/1] xfs/{021,122}: adjust parent pointer encoding format

[PATCH] m4: Check for FTW_ACTIONRETVAL along with nftw
 2023-03-25  3:45 UTC  (2+ messages)

[PATCH] btrfs/246: skip the test if the tested btrfs doesn't support inline extents creation
 2023-03-22 12:14 UTC  (2+ messages)

[PATCH] generic/075: no need to move the .fsxlog to the same directory
 2023-03-22  2:24 UTC  (4+ messages)

[PATCH] generic/020: fix another really long attr test failure for ceph
 2023-03-21 14:26 UTC  (2+ messages)

[PATCH 0/3] xfstests: make fscrypt-crypt-util self-tests work with OpenSSL 3.0
 2023-03-20 16:20 UTC  (6+ messages)
` [PATCH 1/3] fscrypt-crypt-util: fix HKDF self-test with latest OpenSSL
` [PATCH 2/3] fscrypt-crypt-util: use OpenSSL EVP API for AES self-tests
` [PATCH 3/3] fscrypt-crypt-util: fix XTS self-test with latest OpenSSL

[ANNOUNCE] fstests: for-next branch updated to v2023.03.19
 2023-03-19 11:43 UTC 

[ANNOUNCE] fstests: merge v2023.03.05 onto master branch
 2023-03-19 11:40 UTC 

[PATCH] xfs: stress test cycling parent pointers with online repair
 2023-03-16  6:07 UTC  (4+ messages)

[PATCHSET v3 00/15] fstests: improve junit xml reporting
 2023-03-15  0:53 UTC  (16+ messages)
` [PATCH 01/15] check: generate section reports between tests
` [PATCH 02/15] report: derive an xml schema for the xunit report
` [PATCH 03/15] report: capture the time zone in the test report timestamp
` [PATCH 04/15] report: clarify the meaning of the timestamp attribute
` [PATCH 05/15] report: record fstests start and report generation timestamps
` [PATCH 06/15] report: encode cdata sections correctly
` [PATCH 07/15] report: encode the kernel log as a separate xml element
` [PATCH 08/15] report: sort properties by name
` [PATCH 09/15] report: pass property value to _xunit_add_property
` [PATCH 10/15] report: encode xml entities in property values
` [PATCH 11/15] report: collect basic information about a test run
` [PATCH 12/15] report: record optional environment variables
` [PATCH 13/15] report: record xfs-specific information about a test run
` [PATCH 14/15] report: record ext*-specific "
` [PATCH 15/15] report: allow test runners to inject arbitrary values

[PATCH v4 0/9] Tests for idmapped tmpfs
 2023-03-14 15:08 UTC  (13+ messages)
` [PATCH v4 1/9] vfs: Don't open-code safe_close()
` [PATCH v4 2/9] vfs: Fix documentation typo
` [PATCH v4 3/9] vfs: Use tabs to indent, not spaces
` [PATCH v4 4/9] vfs: Fix race condition on get_userns_fd()
` [PATCH v4 5/9] vfs: Make switch_userns set PR_SET_DUMPABLE
` [PATCH v4 6/9] vfs: Prepare tests in &s_idmapped_mounts to be reused inside a userns
` [PATCH v4 7/9] vfs: Make idmapped core tests public
` [PATCH v4 8/9] vfs: Export test_setup() and test_cleanup()
` [PATCH v4 9/9] vfs: Add tmpfs tests for idmap mounts

[PATCH v3 0/9] Tests for idmapped tmpfs
 2023-03-14 11:41 UTC  (12+ messages)
` [PATCH v3 1/9] vfs: Don't open-code safe_close()
` [PATCH v3 2/9] vfs: Fix documentation typo
` [PATCH v3 3/9] vfs: Use tabs to indent, not spaces
` [PATCH v3 4/9] vfs: Fix race condition on get_userns_fd()
` [PATCH v3 5/9] vfs: Make switch_userns set PR_SET_DUMPABLE
` [PATCH v3 6/9] vfs: Prepare tests in &s_idmapped_mounts to be reused inside a userns
` [PATCH v3 7/9] vfs: Make idmapped core tests public
` [PATCH v3 8/9] vfs: Export test_setup() and test_cleanup()
` [PATCH v3 9/9] vfs: Add tmpfs tests for idmap mounts

[PATCH v2 0/9] Tests for idmapped tmpfs
 2023-03-13 16:21 UTC  (17+ messages)
` [PATCH v2 1/9] vfs: Don't open-code safe_close()
` [PATCH v2 2/9] vfs: Fix documentation typo
` [PATCH v2 3/9] vfs: Use tabs to indent, not spaces
` [PATCH v2 4/9] vfs: Fix race condition on get_userns_fd()
` [PATCH v2 5/9] vfs: Make switch_userns set PR_SET_DUMPABLE
` [PATCH v2 6/9] vfs: Prepare tests in &s_idmapped_mounts to be reused inside a userns
` [PATCH v2 7/9] vfs: Make idmapped core tests public
` [PATCH v2 8/9] vfs: Export test_setup() and test_cleanup()
` [PATCH v2 9/9] vfs: Add tmpfs tests for idmap mounts

[PATCH 00/11] Tests for idmapped tmpfs
 2023-03-13 10:37 UTC  (28+ messages)
` [PATCH 01/11] vfs: Don't open-code safe_close()
` [PATCH 02/11] vfs: Fix documentation typo
` [PATCH 03/11] vfs: Fix race condition on get_userns_fd()
` [PATCH 04/11] vfs: Make switch_userns set PR_SET_DUMPABLE
` [PATCH 05/11] vfs: Specify wether a test is run inside a userns or not
` [PATCH 06/11] vfs: Prepare tests in &s_idmapped_mounts to be reused inside a userns
` [PATCH 07/11] vfs: Make idmapped core tests public
` [PATCH 08/11] vfs: Export test_setup() and test_cleanup()
` [PATCH 09/11] vfs: Add DIR0 constant
` [PATCH 10/11] vfs: Add tmpfs tests for idmap mounts
` [PATCH 11/11] vfs: Use tabs to indent, not spaces

[PATCH] btrfs/284: list a couple btrfs-progs git commits
 2023-03-08 10:09 UTC  (5+ messages)

[PATCH] btrfs/286: add missing calls to _scratch_dev_pool_put and _spare_dev_put
 2023-03-08  8:05 UTC  (2+ messages)

[PATCH] generic/{075,112}: fix printing the incorrect return value of fsx
 2023-03-08  2:59 UTC  (3+ messages)

[PATCH v3] common/rc: don't clear superblock for zoned scratch pools
 2023-03-07  1:47 UTC  (3+ messages)

[PATCHSET 0/1] fstests: test upgrading older features
 2023-03-06 23:14 UTC  (6+ messages)
` [PATCH 1/1] xfs: test upgrading old features

[PATCHSET v1.0 0/9] fstests: test XFS metadata directories
 2023-03-06 16:41 UTC  (3+ messages)
` [PATCH 2/9] various: fix finding metadata inode numbers when metadir is enabled

[ANNOUNCE] fstests: for-next branch updated to v2023.03.05
 2023-03-05 15:24 UTC 

[ANNOUNCE] fstests: merge v2023.02.26 onto master branch
 2023-03-05 15:19 UTC 


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