FS/XFS testing framework
 help / color / mirror / Atom feed
 messages from 2018-01-18 01:28:36 to 2018-01-31 10:19:46 UTC [more...]

[xfstests PATCH v2 0/5] overlay: add overlay filesystem dirs check
 2018-01-31 10:27 UTC  (2+ messages)
` [xfstests PATCH v2 1/5] common/rc: improve mounted check helper

[xfstests PATCH v2 0/4] overlay: add fsck.overlay basic tests
 2018-01-31 10:26 UTC  (5+ messages)
` [xfstests PATCH v2 1/4] overlay: add filesystem check helper
` [xfstests PATCH v2 2/4] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v2 3/4] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v2 4/4] overlay: add fsck.overlay impure xattr test

[PATCH 0/2] Fix some _require_* checks for filesystem features
 2018-01-30 16:16 UTC  (5+ messages)
` [PATCH 1/2] generic/307: Require ACL support
` [PATCH 2/2] generic/{274,315}: Require falloc -k support

[PATCH v4 0/5] Overlayfs exportfs tests
 2018-01-30  6:12 UTC  (6+ messages)
` [PATCH v4 1/5] fstests: implement require of multiple overlayfs features
` [PATCH v4 2/5] overlay: test encode/decode overlay file handles
` [PATCH v4 3/5] overlay: test encode/decode of non-samefs "
` [PATCH v4 4/5] overlay: test encode/decode overlay file handles with renames
` [PATCH v4 5/5] overlay: test encode/decode of non-samefs "

[PATCH v3 0/5] Overlayfs exportfs tests
 2018-01-30  4:54 UTC  (13+ messages)
` [PATCH v3 1/5] fstests: implement require of multiple overlayfs features
` [PATCH v3 2/5] overlay: test encode/decode overlay file handles
` [PATCH v3 3/5] overlay: test encode/decode of non-samefs "
` [PATCH v3 4/5] overlay: test encode/decode overlay file handles with renames
` [PATCH v3 5/5] overlay: test encode/decode of non-samefs "

[PATCH 0/4] Assorted overlay test fixes
 2018-01-29  9:25 UTC  (7+ messages)
` [PATCH 1/4] ovelray: drop explicit use of OVERLAY_MOUNT_OPTIONS
` [PATCH 2/4] overlay/036: fix upper/lower dir mismatch
` [PATCH 3/4] overlay: consider index dir with whiteouts clean
` [PATCH 4/4] overlay/017: require and enable redirect_dir

[ANNOUNCE] fstests: master branch updated to dae4fcad54be
 2018-01-28 12:29 UTC 

[PATCH v2 0/8] Fix build with musl libc
 2018-01-28 10:46 UTC  (28+ messages)
` [PATCH v2 1/8] fsstress: Include stddef.h for ptrdiff_t
` [PATCH v2 2/8] Replace all __[u]intNN_t types with standard [u]intNN_t
` [PATCH v2 3/8] doio, growfiles: Use standard signal name SIGCHLD instead of SIGCLD
` [PATCH v2 4/8] metaperf: Include linux/param.h explicitly for HZ macro
` [PATCH v2 5/8] dmiperf: Include sys/types.h for u_int32_t
` [PATCH v2 6/8] fssum: Use bswap_64() instead of __bswap_64()
        ` [PATCH v3 6/8] fssum: Use htobe64() instead of a custom macro
` [PATCH v2 7/8] t_mtab: Replace sys_siglist[] with strsignal()
` [PATCH v2 8/8] pwrite_mmap_blocked: Include signal.h instead of sys/signal.h

[PATCH v2] overlay: add a test for multiple redirects to the same lower dir
 2018-01-28  9:07 UTC 

[PATCH 0/5] xfstests: fixes and reflink quota tests
 2018-01-26  7:00 UTC  (11+ messages)
` [PATCH 1/5] common/rc: report kmemleak errors
` [PATCH 2/5] xfs/122: fix xfs header ordering problems
` [PATCH 3/5] generic/403: don't spew '$GETFATTR_PROG: Killed' messages
` [PATCH 4/5] xfs/24[356]: checking cow fork bmap requires CONFIG_XFS_DEBUG=y
` [PATCH 5/5] xfs: regression tests for reflink quota bugs

[PATCH] xfs/439: mkfs again to avoid corruption failure
 2018-01-25 14:06 UTC  (3+ messages)

[xfstests PATCH 0/5] overlay: add overlay filesystem dirs check
 2018-01-25  9:35 UTC  (9+ messages)
` [xfstests PATCH 1/5] common/rc: improve mounted check helper
` [xfstests PATCH 2/5] overlay: hook filesystem "
` [xfstests PATCH 3/5] overlay/003: fix fs check failure
` [xfstests PATCH 4/5] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH 5/5] overlay: correct scratch dirs check

[xfstests PATCH 0/4] overlay: add fsck.overlay basic tests
 2018-01-25  8:00 UTC  (6+ messages)
` [xfstests PATCH 1/4] overlay: add filesystem check helper
` [xfstests PATCH 2/4] overlay: add fsck.overlay whiteout test
` [xfstests PATCH 3/4] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH 4/4] overlay: add fsck.overlay impure xattr test

[PATCH v3] ext4/030: Ext4 online resize with bigalloc tests
 2018-01-25  5:00 UTC  (8+ messages)
` [PATCH v4] "
    ` [PATCH v4] ext4: "
        ` [PATCH v5] "

[PATCH v2 0/7] Overlayfs exportfs tests
 2018-01-24 16:40 UTC  (12+ messages)
` [PATCH v2 1/7] open_by_handle: verify dir content only with -r flag
` [PATCH v2 2/7] generic/exportfs: golden output is not silent
` [PATCH v2 3/7] generic/exportfs: test decoding file handles after cycle mount
` [PATCH v2 4/7] overlay: test encode/decode overlay file handles
` [PATCH v2 5/7] overlay: test encode/decode of non-samefs "
` [PATCH v2 6/7] overlay: test encode/decode overlay file handles with renames
` [PATCH v2 7/7] overlay: test encode/decode of non-samefs "

[xfstests PATCH v6 0/8] overlay: add fsck.overlay basic tests
 2018-01-24 10:53 UTC  (15+ messages)
` [xfstests PATCH v6 1/8] common/rc: modify mounted check helper
` [xfstests PATCH v6 2/8] overlay: add filesystem "
` [xfstests PATCH v6 3/8] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v6 4/8] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v6 5/8] overlay: add fsck.overlay impure xattr test
` [xfstests PATCH v6 6/8] overlay/003: fix fs check failure
` [xfstests PATCH v6 7/8] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v6 8/8] overlay: correct scratch dirs check

ext4 quota tests fail with CONFIG_QFMT_V2=n
 2018-01-24 10:44 UTC  (13+ messages)

[PATCH 0/7] Overlayfs exportfs tests
 2018-01-23 13:56 UTC  (4+ messages)
` [PATCH 1/7] open_by_handle: store and load file handles from file

[xfstests PATCH v5 0/7] overlay: add fsck.overlay basic tests
 2018-01-23 11:10 UTC  (10+ messages)
` [xfstests PATCH v5 1/7] overlay: add filesystem check helper
` [xfstests PATCH v5 2/7] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v5 3/7] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v5 4/7] overlay: add fsck.overlay impure xattr test
` [xfstests PATCH v5 5/7] overlay/003: fix fs check failure
` [xfstests PATCH v5 6/7] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v5 7/7] overlay: correct scratch dirs check

[ANNOUNCE] fstests: master branch updated to 5acc29ad7048
 2018-01-21 14:19 UTC 

[PATCH 1/2] fstests: move expunge test into a helper
 2018-01-21  7:24 UTC  (2+ messages)
` [PATCH 2/2] fstests: expunge tests when doing a dry run

[PATCH] Replace obsolete symbols and macros, fix build with musl libc
 2018-01-19 14:42 UTC  (3+ messages)

[PATCH v4 0/3] Fix/harden "quick" tests for realtime subvolumes
 2018-01-19  8:07 UTC  (4+ messages)
` [PATCH v4 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function

[PATCH v2 2/2] xfs: Regression test for invalid sb_logsunit
 2018-01-19  5:38 UTC  (26+ messages)
              ` [PATCH v4 1/3] common/xfs: Check if write supports [-c|-d] option in xfs_db
                ` [PATCH v4 2/3] common/filter: factor out expected XFS warnings for mount
                ` [PATCH v4 3/3] xfs: Regression test for invalid sb_logsunit
                    ` [PATCH v5 1/3] common/xfs: Check if write supports [-c|-d] option in xfs_db
                      ` [PATCH v5 2/3] common/filter: Factor out expected XFS warnings for assert
                          ` [PATCH v6 2/3] common: Add _require_no_xfs_bug_on_assert && Factor out filter_xfs_dmesg
                            ` [PATCH v6 3/3] xfs: Regression test for invalid sb_logsunit
                      ` [PATCH v5 "

[ANNOUNCE PATCH v4 0/5] overlay: implement fsck.overlay utility
 2018-01-19  1:45 UTC  (10+ messages)
` [PATCH v4 1/5] overlay: implement fsck utility
` [PATCH v4 2/5] fsck.overlay: correct redirect xattr check
` [PATCH v4 3/5] fsck.overlay: add origin count
` [PATCH v4 4/5] fsck.overlay: add merge and redirect subdir count
` [PATCH v4 5/5] fsck.overlay: add impure xattr check

[fstests PATCH 1/2] shared/272: don't use data journaling with DAX
 2018-01-18 16:07 UTC  (5+ messages)
` [fstests PATCH 2/2] generic/347: dm-thin lacks DAX support
    ` [fstests PATCH v2] "

[PATCH] Fstests: btrfs/011 fix device mounted when tests aborts
 2018-01-18 14:05 UTC  (2+ messages)

[xfstest PATCH v4 0/7] overlay: add fsck.overlay basic tests
 2018-01-18  8:21 UTC  (13+ messages)
` [xfstest PATCH v4 1/7] overlay: add filesystem check helper
` [xfstest PATCH v4 2/7] overlay: add fsck.overlay whiteout test
` [xfstest PATCH v4 3/7] overlay: add fsck.overlay redirect directory test
` [xfstest PATCH v4 4/7] overlay: add fsck.overlay impure xattr test
` [xfstest PATCH v4 5/7] overlay/003: fix fs check failure
` [xfstest PATCH v4 6/7] overlay: skip check for tests finished with corrupt filesystem
` [xfstest PATCH v4 7/7] overlay: replace _require_scratch() in optionally dirs cases


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