public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-14 06:42:01 to 2018-01-03 19:22:05 UTC [more...]

[PATCH 0/8] weekly fstests changes
 2018-01-03 19:22 UTC  (27+ messages)
` [PATCH 1/8] common/rc: report kmemleak errors
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "
` [PATCH 8/8] xfs/068: fix variability problems in file/dir count output
  ` [PATCH v2 8/8] xfs/068: fix clonerange "
  ` [PATCH v3 8/8] xfs/068: fix variability "
  ` [PATCH v4 "
` [PATCH 9/8] xfs: find libxfs api violations

[PATCH xfstest v2 0/4] overlay: add fsck.overlay basic tests
 2018-01-03 15:04 UTC  (17+ messages)
` [PATCH xfstest v2 1/4] overlay: add filesystem check helper
` [PATCH xfstest v2 2/4] overlay: add fsck.overlay whiteout test
` [PATCH xfstest v2 3/4] overlay: add fsck.overlay redirect directory test
` [PATCH xfstest v2 4/4] overlay: add fsck.overlay impure xattr test

[PATCH v3 1/3] common/rc: add scratch shutdown support for overlayfs
 2018-01-03 14:54 UTC  (8+ messages)

[PATCH] fstests: btrfs/158: reproduce a scrub bug on raid6 corruption
 2018-01-02 20:35 UTC 

[PATCH] generic/466: be more precise about which block sizes to use
 2018-01-02 20:36 UTC  (4+ messages)

[PATCH] generic/050: fix _require_local_device $SCRATCH_DEV check order
 2018-01-02 17:17 UTC 

[PATCH] fstests: btrfs: Add new 'limit' test group for btrfs
 2018-01-02 16:24 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to e6f1dfa3e331
 2017-12-31 14:21 UTC 

[PATCH v3 0/6] overlay: implement fsck.overlay utility
 2017-12-29 10:25 UTC  (18+ messages)
` [PATCH v3 1/6] overlay: implement fsck utility
` [PATCH v3 2/6] fsck.overlay: add -n -p and -y options
` [PATCH v3 3/6] fsck.overlay: encapsulate underlying directories options
` [PATCH v3 4/6] fsck.overlay: correct redirect xattr check
` [PATCH v3 5/6] fsck.overlay: fix lower target lookup
` [PATCH v3 6/6] fsck.overlay: add impure xattr check

xfstests: generic/342 run failed in f2fs
 2017-12-28 21:21 UTC  (12+ messages)

generic/399 and xfs_io pwrite command
 2017-12-24 19:51 UTC  (9+ messages)
      ` [PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)

[ANNOUNCE] fstests: master branch updated to 39fa7d89bce5
 2017-12-24 13:50 UTC 

[PATCH] ext4: use a slightly bigger file system in ext4/021
 2017-12-22 18:26 UTC 

[PATCH] common/encrypt: Create an encrypted equivalent of _scratch_mkfs_sized
 2017-12-22  5:09 UTC  (8+ messages)
` [PATCH v2] "

[xfsprogs PATCH v4 0/2] Add necessary items for MAP_SYNC testing
 2017-12-21 22:18 UTC  (4+ messages)
` [xfsprogs PATCH v4 1/2] xfs_io: add MAP_SYNC support to mmap()
` [xfsprogs PATCH v4 2/2] xfs_io: add a new 'log_writes' command

[xfsprogs PATCH v2 0/3] Add necessary items for MAP_SYNC testing
 2017-12-21 17:46 UTC  (7+ messages)
` [xfsprogs PATCH v2 2/3] xfs_io: add MAP_SYNC support to mmap()

[PATCH] generic/381: enable on systems which allows usernames that begin with digits
 2017-12-21 17:48 UTC  (3+ messages)

[xfsprogs PATCH v2 3/3] xfs_io: add a new 'log_writes' command
 2017-12-21 17:14 UTC  (3+ messages)
` [xfsprogs PATCH v3 "

[PATCH] generic/399: Use dd instead of xfs_io pwrite to fill volume
 2017-12-21 15:48 UTC  (3+ messages)

generic/388 is failed under ext4
 2017-12-21 15:39 UTC  (2+ messages)

[PATCH] fstests: Add 9p network filesystem support
 2017-12-21 10:21 UTC  (5+ messages)

[PATCH 1/2] fsstress: Eliminate valgrind noise
 2017-12-20 17:00 UTC  (2+ messages)
` [PATCH 2/2] fsstress: getcwd() return value fixes

[PATCH] generic/473: test return EBUSY from BLKRRPART for mounted whole-dev
 2017-12-20  8:03 UTC  (14+ messages)
          ` [PATCH blktests] block/013: Add test for BLKRRPART ioctl

[PATCH] tests/xfs/040: document purpose
 2017-12-18 14:47 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to 3d04948b8238
 2017-12-17 12:57 UTC 

[PATCH v2 00/18] overlay: implement fsck.overlay utility
 2017-12-15 16:17 UTC  (44+ messages)
` [PATCH v2 01/18] overlay: implement fsck utility
` [PATCH v2 02/18] fsck.overlay: fix uninitialized variable
` [PATCH v2 03/18] fsck.overlay: add -n -p and -y options
` [PATCH v2 04/18] fsck.overlay: add path package and split helper
` [PATCH v2 05/18] fsck.overlay: convert path parse to use helper function
` [PATCH v2 08/18] fsck.overlay: fix spelling mistakes
` [PATCH v2 09/18] fsck.overlay: add counter of checked objects
` [PATCH v2 11/18] fsck.overlay: add ovl_ask_invalid helper
` [PATCH v2 12/18] fsck.overlay: remove duplicate redirect xattr in yes mode
` [PATCH v2 13/18] fsck.overlay: handle missing case of redirecte directory
` [PATCH v2 14/18] fsck.overlay: correct copyright and License
` [PATCH v2 15/18] fsck.overlay: fix word mistake
` [PATCH v2 16/18] fsck.overlay: remove test cases
` [PATCH v2 17/18] fsck.overlay: not enforce overlayfs is offline in 'no changes' mode
` [PATCH v2 18/18] fsck.overlay: use relative path when checking lowers

[PATCH 1/2] fsstress: Fix memory leaks
 2017-12-15 14:55 UTC  (4+ messages)

[PATCH for xfstests 0/4] overlay: add fsck.overlay basic tests
 2017-12-15  8:57 UTC  (15+ messages)
` [PATCH for xfstests 1/4] overlay: add filesystem check helper
` [PATCH for xfstests 2/4] overlay: add fsck.overlay whiteout test
` [PATCH for xfstests 3/4] overlay: add fsck.overlay opaque directory test
` [PATCH for xfstests 4/4] overlay: add fsck.overlay redirect "

[PATCH v7] generic: initial fiemap range query test
 2017-12-15  8:41 UTC  (3+ messages)

[PATCH v5 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-15  7:47 UTC  (3+ messages)
` [PATCH v5 2/3] common/rc: check syncfs support
` [PATCH v5 3/3] generic/471: add syncfs test

[PATCH 0/9] fstests: few updates
 2017-12-15  7:14 UTC  (10+ messages)
` [PATCH 4/9] build: update AC_PACKAGE_WANT_GDBM() and src/dbtest.c to build
` [PATCH 5/9] tests/xfs/group: add group for tests which require a logdev

[PATCH v4 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-15  3:38 UTC  (9+ messages)
` [PATCH v4 2/3] common/rc: check syncfs support
` [PATCH v4 3/3] generic/471: add syncfs test


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