fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 01:47:53 to 2021-03-15 11:21:00 UTC [more...]

[RFC PATCH v3 0/3] xfs: testcases for shrinking free space in the last AG
 2021-03-15 11:19 UTC 

[PATCH] generic/095: don't silence fio error output
 2021-03-15  0:56 UTC  (5+ messages)

[PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12
 2021-03-14 21:36 UTC  (24+ messages)
` [PATCH 01/10] xfs: test regression in xfs_bmap_validate_extent
` [PATCH 02/10] generic: test reflink and copy_file_range behavior with O_SYNC and FS_XFLAG_SYNC files
` [PATCH 03/10] xfs: test rtalloc alignment and math errors
` [PATCH 04/10] xfs: test mkfs min log size calculation w/ rt volumes
` [PATCH 05/10] common/filter: refactor quota report filtering
` [PATCH 06/10] xfs: test quota softlimit warning functionality
` [PATCH 07/10] xfs/122: fix test for xfs_attr_shortform_t conversion
` [PATCH 08/10] generic: test file writers racing with FIDEDUPERANGE
` [PATCH 09/10] generic: test a deadlock in xfs_rename when whiteing out files
` [PATCH 10/10] xfs: test delalloc quota leak when chprojid fails

[PATCH] common/rc: specifically make new xfs in _test_mkfs
 2021-03-14 15:58 UTC  (4+ messages)

[RFC PATCH v2 0/3] xfs: testcases for shrinking free space in the last AG
 2021-03-12 16:58 UTC  (12+ messages)
` [RFC PATCH v2 1/3] common/xfs: add a _require_xfs_shrink helper
` [RFC PATCH v2 2/3] xfs: basic functionality test for shrinking free space in the last AG
` [RFC PATCH v2 3/3] xfs: stress "

[PATCH] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-03-12  6:43 UTC  (6+ messages)

[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-11 18:36 UTC  (34+ messages)
` [PATCH V6 01/13] _check_xfs_filesystem: sync fs before running scrub
` [PATCH V6 02/13] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V6 03/13] common/xfs: Add helper to obtain fsxattr field value
  ` [PATCH V6.1] "
` [PATCH V6 04/13] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V6 06/13] xfs: Check for extent overflow when punching a hole
` [PATCH V6 07/13] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V6 08/13] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V6 09/13] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V6 10/13] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V6 11/13] xfs: Check for extent overflow when remapping an extent
` [PATCH V6 12/13] xfs: Check for extent overflow when swapping extents
` [PATCH V6 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCH 0/4] fstests: add idmapped mounts tests
 2021-03-11 17:55 UTC  (4+ messages)
` [PATCH 1/4] generic/626: add test for detached mount propagation
` [PATCH 3/4] xfs/528: quotas and idmapped mounts
` [PATCH 4/4] xfs/529: quotas on "

[PATCHSET 0/2] fstests: remove obsolete DMAPI tests
 2021-03-11 12:56 UTC  (5+ messages)
` [PATCH 2/2] fstests: remove DMAPI support from build system

[PATCHSET 0/2] fstests: fix compiler warnings with fsx/fsstress
 2021-03-11 12:54 UTC  (5+ messages)
` [PATCH 1/2] fsstress: get rid of attr_list
` [PATCH 2/2] fstests: remove libattr dependencies

[PATCH] fstest: random read fio test for read policy
 2021-03-10 23:40 UTC  (3+ messages)

[PATCH] xfs/528: Add test for printing deprec. mount options
 2021-03-10 21:02 UTC 

[PATCH] generic/626: add test for detached mount propagation
 2021-03-10 19:05 UTC  (2+ messages)

[WIP] [RFC PATCH] xfs: add test on shrinking unused space in the last AG
 2021-03-10  2:33 UTC  (8+ messages)

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-03-09  7:30 UTC  (4+ messages)

[PATCHSET 0/1] fstests: functional testing for xfs realtime extent size
 2021-03-09  4:40 UTC  (2+ messages)
` [PATCH 1/1] xfs: test fallocate ops when rt extent size is and isn't a power of 2

[PATCHSET 0/4] fstests: improve metadata dump capture helpers
 2021-03-09  4:39 UTC  (5+ messages)
` [PATCH 1/4] common: capture metadump output if xfs filesystem check fails
` [PATCH 2/4] common: move _scratch_metadump to common/xfs
` [PATCH 3/4] populate: support compressing metadumps
` [PATCH 4/4] common: capture qcow2 dumps of corrupt ext* filesystems

[PATCH v2] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-03-09  4:01 UTC  (5+ messages)

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

[PATCH] generic: clean up tests using fio
 2021-03-08  1:54 UTC 

[PATCH] generic: test which tries to exercise AIO/DIO into unwritten space
 2021-03-08  1:22 UTC  (10+ messages)
    ` [PATCH -v2] "

[ANNOUNCE] fstests: master branch updated to 52a3700b26e1
 2021-03-07 18:10 UTC 

[PATCH 0/3] fstests: -I <n> CLI option and some random fixes
 2021-03-07 16:00 UTC  (4+ messages)
` [PATCH 2/3] common/rc: Add _require_get_hugepagesize and fix _require_label_get_max

[PATCH] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-03-07 15:30 UTC  (2+ messages)

[PATCH V4 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-05 14:43 UTC  (29+ 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

[PATCHSET 0/4] fstests: various fixes
 2021-03-05  8:35 UTC  (12+ 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 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/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  (2+ 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)


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