fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] generic/075: no need to move the .fsxlog to the same directory
 2023-03-20 14:37 UTC  (3+ messages)

[PATCH 0/3] xfstests: make fscrypt-crypt-util self-tests work with OpenSSL 3.0
 2023-03-20 14:03 UTC  (5+ 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] generic/020: fix another really long attr test failure for ceph
 2023-03-19  6:29 UTC 

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-17 23:45 UTC  (22+ 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] 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  (4+ 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 

[PATCHSET v24.2 0/7] fstests: atomic file updates
 2023-03-02 15:36 UTC  (10+ messages)
` [PATCH 1/7] xfs/122: fix for swapext log items
` [PATCH 2/7] generic: test old xfs extent swapping ioctl
` [PATCH 3/7] generic: test new vfs swapext ioctl
` [PATCH 4/7] generic, xfs: test scatter-gather atomic file updates
` [PATCH 5/7] generic: test that file privilege gets dropped with FIEXCHANGE_RANGE
` [PATCH 6/7] fsx: support FIEXCHANGE_RANGE
` [PATCH 7/7] fsstress: update for FIEXCHANGE_RANGE

[PATCH v2] common/rc: don't clear superblock for zoned scratch pools
 2023-03-02  7:17 UTC  (5+ messages)

[PATCHSET v24.0 0/7] fstests: atomic file updates
 2023-03-01  2:56 UTC  (4+ messages)
` [PATCH 6/7] fsx: support FIEXCHANGE_RANGE

[PATCH v2] generic/020: fix really long attr test failure for ceph
 2023-02-27 16:14 UTC  (4+ messages)

[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
 2023-02-27 14:49 UTC  (6+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem

[PATCH] generic/020: fix really long attr test failure for ceph
 2023-02-27  4:14 UTC  (7+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2023.02.26
 2023-02-26 15:23 UTC 

[ANNOUNCE] fstests: merge v2023.02.19 onto master branch
 2023-02-26 15:17 UTC 

[PATCH] btrfs: add test case for NODATASUM dev-replace
 2023-02-25 14:04 UTC  (2+ messages)

[PATCH] btrfs: add a test case to check btrfs won't crash on certain corruption
 2023-02-25  9:14 UTC 

[PATCH] common/rc: don't clear superblock for zoned scratch pools
 2023-02-24 13:40 UTC  (6+ messages)

[PATCH v2] generic: add test for direct io partial writes
 2023-02-24  9:44 UTC  (4+ messages)

[PATCH] generic: add test for direct io partial writes
 2023-02-23 14:43 UTC  (4+ messages)

[PATCH v3] selftest: add tests for debugging testing setup
 2023-02-22 17:45 UTC  (5+ messages)

[PATCH 0/2] README: Add distro and btrfs testing info
 2023-02-22 17:24 UTC  (6+ messages)
` [PATCH 2/2] README: Add tiny note concerning required scratch devs for btrfs testing

[ANNOUNCE] fstests: for-next branch updated to v2023.02.19
 2023-02-20 14:46 UTC 

[ANNOUNCE] fstests: merge v2023.02.12 onto master branch
 2023-02-20 14:35 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).