fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-17 16:28:59 to 2021-02-11 19:13:24 UTC [more...]

[PATCHSET 0/6] fstests: various improvements to the test framework
 2021-02-11 19:05 UTC  (19+ messages)
` [PATCH 1/6] config: wrap xfs_metadump as $XFS_METADUMP_PROG like the other tools
` [PATCH 2/6] common: capture metadump output if xfs filesystem check fails
` [PATCH 3/6] check: allow '-e testid' to exclude a single test
` [PATCH 4/6] check: don't abort on non-existent excluded groups
` [PATCH 5/6] check: run tests in exactly the order specified
` [PATCH 6/6] fuzzy: capture core dumps from repair utilities

[PATCH] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-02-11 17:01 UTC 

[PATCH 0/3] fstests: -I <n> CLI option and some random fixes
 2021-02-11  3:31 UTC  (4+ messages)
` [PATCHv2 1/3] check: add CLI option to repeat and stop tests in case of failure
` [PATCH 2/3] common/rc: Add _require_get_hugepagesize and fix _require_label_get_max
` [PATCH 3/3] generic/{413/605}: Add _require_get_hugepagesize check

[PATCH] generic: test which tries to exercise AIO/DIO into unwritten space
 2021-02-10 20:58 UTC 

[PATCH] generic: test mapped write after shutdown and failed writeback
 2021-02-10 19:12 UTC  (3+ messages)

[PATCH v2 0/5] Tests for overlayfs immutable/append-only files
 2021-02-10 19:03 UTC  (6+ messages)
` [PATCH v2 1/5] overlay/030: Update comment w.r.t upstream kernel
` [PATCH v2 2/5] src/t_immutable: factor out some helpers
` [PATCH v2 3/5] src/t_immutable: Allow setting flags on existing files
` [PATCH v2 4/5] overlay: Test lost immutable/append-only flags on copy-up
` [PATCH v2 5/5] overlay: Regression test for deadlock on directory ioctl

[PATCH ] check: add CLI option to repeat and stop tests in case of failure
 2021-02-10  9:51 UTC  (3+ messages)

[PATCH v2] common/rc: add filter in _test_inode_flag
 2021-02-10  8:34 UTC 

[PATCH v2] generic/608: verify S_DAX is active immediately for DONTCACHE
 2021-02-10  7:58 UTC 

[PATCH v1] generic/608: verify S_DAX is active immediately for DONTCACHE
 2021-02-10  3:35 UTC  (3+ messages)

[PATCHSET 0/2] fstests: remove _require_no_rtinherit from xfs tests
 2021-02-10  2:57 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix filestreams tests when rtinherit=1
` [PATCH 2/2] common: remove _require_no_rtinherit

[PATCH] src/splice-test.c: use memalign instead of aligned_alloc
 2021-02-09 17:36 UTC  (3+ messages)

[PATCH] _scratch_mkfs_geom(): Filter out 'k' suffix from fs block size
 2021-02-09 16:36 UTC  (2+ messages)

[PATCH] xfs: test a regression in dquot type checking
 2021-02-08 16:50 UTC  (6+ messages)

[ANNOUNCE] fstests: master branch updated to 08a617f21dca
 2021-02-07 16:37 UTC 

[PATCH] generic/233,270: unlimit the max locked memory size for io_uring
 2021-02-07 16:31 UTC  (6+ messages)

[PATCH] btrfs: add a test for btrfs fsverity
 2021-02-05  6:38 UTC  (3+ messages)

[xfstests PATCH v3] ext4: Add a test for rename with RENAME_WHITEOUT
 2021-02-04 13:11 UTC  (5+ messages)

[PATCH] xfs: test delalloc quota leak when chprojid fails
 2021-02-03 20:52 UTC  (5+ messages)

[PATCH] generic/095: don't silence fio error output
 2021-02-03 16:22 UTC  (2+ messages)

[v2] ext4: Add a test for rename with RENAME_WHITEOUT
 2021-02-02 11:52 UTC  (5+ messages)

[PATCH v2] src/swapon.c: initiate p to NULL
 2021-02-01  7:57 UTC 

[PATCH] src/swapon.c: initiate p to NULL
 2021-02-01  3:18 UTC  (3+ messages)

[PATCH] ltp/fsstress: don't fail on io_uring ENOSYS
 2021-01-31 16:18 UTC  (4+ messages)

[PATCH 0/4] Tests for overlayfs immutable/append-only files
 2021-01-28  6:45 UTC  (16+ messages)
` [PATCH 1/4] overlay/030: Update comment w.r.t upstream kernel
` [PATCH 2/4] src/t_immutable: factor out some helpers
` [PATCH 3/4] src/t_immutable: Allow setting flags on existing files
` [PATCH 4/4] overlay: Test lost immutable/append-only flags on copy-up

[PATCH] ext4: Add a test for rename with RENAME_WHITEOUT
 2021-01-28  4:36 UTC 

[ANNOUNCE] fstests: master branch updated to 44a1fbf786a8
 2021-01-24 15:23 UTC 

[PATCH] xfs: test mkfs.xfs config files
 2021-01-24 13:33 UTC  (6+ messages)

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-22 20:32 UTC  (4+ messages)

[xfstests PATCH v2] generic: test for lazytime timestamp updates
 2021-01-22  1:44 UTC 

[PATCH] ext4/046: skip test when ext4 doesn't support bs < ps with dioread_nolock
 2021-01-19  6:13 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH V4 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-01-18  6:20 UTC  (12+ messages)
` [PATCH V4 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V4 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V4 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V4 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V4 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V4 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V4 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V4 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V4 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V4 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V4 11/11] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[ANNOUNCE] fstests: master branch updated to 0e195a4ca997
 2021-01-17 15:23 UTC 

[PATCH] btrfs/220: fix clear_cache and inode_cache option tests
 2021-01-17 15:10 UTC  (2+ messages)

[xfstests RFC PATCH 0/4] Test the FS_IOC_READ_VERITY_METADATA ioctl
 2021-01-15 18:28 UTC  (5+ messages)
` [xfstests RFC PATCH 1/4] generic: factor out helpers for fs-verity built-in signatures
` [xfstests RFC PATCH 2/4] generic: add helpers for dumping fs-verity metadata
` [xfstests RFC PATCH 3/4] generic: test retrieving verity Merkle tree and descriptor
` [xfstests RFC PATCH 4/4] generic: test retrieving verity signature

[PATCH v2] fstests: btrfs: check qgroup doesn't crash when beyond limit
 2021-01-12 12:03 UTC  (3+ messages)

[PATCH V3 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-01-12  7:40 UTC  (12+ messages)
` [PATCH V3 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V3 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V3 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V3 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V3 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V3 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V3 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V3 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V3 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V3 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V3 11/11] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCH] common/filter: add _filter_stat
 2021-01-12  5:31 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH] btrfs: test incremental send after cloning extents from the same file
 2021-01-11 16:11 UTC  (3+ messages)

[PATCH v2] btrfs: Add test 154
 2021-01-11 15:50 UTC  (2+ messages)

[PATCH] fstests: btrfs: check qgroup doesn't crash when beyond limit
 2021-01-11 12:21 UTC  (7+ messages)

[ANNOUNCE] fstests: master branch updated to 2080ad637bbb
 2021-01-10 11:13 UTC 

[PATCHv3 1/2] common/rc: swapon should not fail for given FS in _require_scratch_swapfile()
 2021-01-05 19:05 UTC  (4+ messages)
` [PATCHv3 2/2] generic/496: ext4 and xfs supports swapon on fallocated file

[PATCH v2] generic/388: randomly recover via read-only mounts
 2021-01-05 17:31 UTC  (2+ messages)

[PATCH] generic/388: randomly recover via read-only mounts
 2021-01-05 11:54 UTC  (3+ messages)

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2021-01-05 11:00 UTC  (5+ messages)

[xfstests RFC PATCH] generic: test for lazytime timestamp updates
 2021-01-05  0:58 UTC 

[PATCH v3 1/2] src/dmiperf: Remove obsolete dmiperf
 2021-01-04 22:21 UTC  (4+ messages)

[ANNOUNCE] fstests: master branch updated to 0ad1c034838d
 2021-01-04 22:20 UTC  (4+ messages)

[PATCHSET 0/5] xfstests: establish baseline for fuzz tests
 2020-12-31 22:48 UTC  (4+ messages)
` [PATCHSET 00/15] xfstests: improve xfs fuzzing
` [PATCHSET 0/2] xfstests: strengthen fuzz testing
` [PATCHSET 0/3] common/dm*: support external log and rt devices

[PATCH] common/filter: add _filter_stat
 2020-12-23  1:58 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2] btrfs: test if rename handles dir item collision correctly
 2020-12-20 15:31 UTC  (3+ messages)

[RESEND PATCH] btrfs: Add test 154
 2020-12-20 14:32 UTC  (2+ messages)

[PATCH] overlay: run unionmount tests with custom overlay mount options
 2020-12-19 10:47 UTC 

[PATCH v2] shared/032: add options for jffs2
 2020-12-19  9:10 UTC 

[PATCH] shared/032: add options for jffs2
 2020-12-19  8:57 UTC 

[PATCH] btrfs: test incremental send after removing a directory and all its files
 2020-12-17 16:28 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).