public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-18 06:23:02 to 2021-03-04 12:24:00 UTC [more...]

[PATCH V4 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-04 12:22 UTC  (25+ 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

[PATCH 1/2] btrfs: use a dedicated variable for qgroup released data rsv for insert_prealloc_file_extent()
 2021-03-03  8:12 UTC  (2+ messages)
` [PATCH 2/2] btrfs: fix qgroup data rsv leak caused by falloc failure

[PATCH] generic: test which tries to exercise AIO/DIO into unwritten space
 2021-03-03 20:02 UTC  (7+ messages)

[PATCHSET 0/4] fstests: various fixes
 2021-03-02 23:22 UTC  (5+ messages)
` [PATCH 1/4] generic/623: don't fail on core dumps
` [PATCH 2/4] xfs/271: fix test failure on non-reflink filesystems
` [PATCH 3/4] common/rc: fix detection of device-mapper/persistent memory incompatibility
` [PATCH 4/4] generic/60[78]: ensure the initial DAX file flag state before test

[PATCH] generic/624: add fstests for idmapped mounts
 2021-03-02  8:05 UTC  (4+ messages)

[PATCH] generic: test mapped write after shutdown and failed writeback
 2021-03-02  3:32 UTC  (4+ messages)

[PATCH] btrfs: fix the false data csum mismatch error caused
 2021-03-01 20:32 UTC  (2+ messages)

[PATCH] xfstests: remove _require_no_rtinherit completely
 2021-03-01 16:22 UTC  (2+ messages)

[PATCH 0/3] fstests: -I <n> CLI option and some random fixes
 2021-03-01  6:01 UTC  (5+ 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

[ANNOUNCE] fstests: master branch updated to 011bfb01f7f9
 2021-02-28 15:36 UTC 

[PATCH] fstests: make sure we rescan all devices after unregistering
 2021-02-26 10:35 UTC  (2+ messages)

xfstests seems broken on btrfs with multi-dev TEST_DEV
 2021-02-26  3:10 UTC  (9+ messages)

[PATCH] generic/473: fix expectation properly in out file
 2021-02-25  2:16 UTC  (12+ messages)

[PATCH v2 0/4] Test the FS_IOC_READ_VERITY_METADATA ioctl
 2021-02-24 22:35 UTC  (5+ messages)
` [PATCH v2 1/4] generic: factor out helpers for fs-verity built-in signatures
` [PATCH v2 2/4] generic: add helpers for dumping fs-verity metadata
` [PATCH v2 3/4] generic: test retrieving verity Merkle tree and descriptor
` [PATCH v2 4/4] generic: test retrieving verity signature

[PATCH v3] generic/608: verify S_DAX is active immediately for DONTCACHE
 2021-02-24  8:31 UTC  (2+ messages)

[PATCH] btrfs: Add simple stress test when qgroup limits are reached
 2021-02-23 15:50 UTC 

[PATCH] fstest: random read fio test for read policy
 2021-02-22 14:48 UTC 

[PATCH v3] common/rc: add filter in _test_inode_flag
 2021-02-19 16:54 UTC  (5+ messages)

[RFC][PATCH] btrfs: random read fio test for read policy
 2021-02-18 14:30 UTC 

[PATCH v2] common/rc: add filter in _test_inode_flag
 2021-02-18  8:49 UTC  (3+ messages)

[PATCH] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-02-18  7:13 UTC 

[PATCH v2] generic/608: verify S_DAX is active immediately for DONTCACHE
 2021-02-18  6:08 UTC  (2+ messages)

[PATCH] btrfs/220: fix clear_cache and inode_cache option tests
 2021-02-17 11:29 UTC  (2+ messages)

[PATCH] fstests: test a regression with btrfs extent reference collisions
 2021-02-17 10:52 UTC  (2+ messages)

[PATCH] btrfs: add test for cloning a hole post eof when using NO_HOLES feature
 2021-02-16 11:10 UTC 

[PATCH 0/4] xfstests: fix compiler warnings with fsx/fsstress
 2021-02-11 21:22 UTC  (5+ messages)
` [PATCH 4/4] fsstress: get rid of attr_list

[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 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 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  (15+ messages)
` [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] "


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