All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Parent pointers test v1
@ 2018-06-10  5:10 Allison Henderson
  2018-06-10  5:10 ` [PATCH v1 1/1] xfstests: Add parent pointer test Allison Henderson
  0 siblings, 1 reply; 20+ messages in thread
From: Allison Henderson @ 2018-06-10  5:10 UTC (permalink / raw)
  To: linux-xfs

Hi all,

This is the first revision of a new xfstest to exercise the parent
pointer code. The test cover basic parent pointer operations,
including link, unlink, rename, overwrite, hardlinks and
error inject.

As always, comments and feedback are appreciated.  Thank you!

Allison Henderson (1):
  xfstests: Add parent pointer test

 tests/xfs/448     |  423 +++++++++++++++++++++
 tests/xfs/448.out | 1096 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/group   |    1 +
 3 files changed, 1520 insertions(+)
 create mode 100755 tests/xfs/448
 create mode 100644 tests/xfs/448.out

-- 
2.7.4


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH v1 0/1] parent pointer tests
@ 2022-06-14 22:01 Catherine Hoang
  2022-06-14 22:01 ` [PATCH v1 1/1] xfstests: Add parent pointer test Catherine Hoang
  0 siblings, 1 reply; 20+ messages in thread
From: Catherine Hoang @ 2022-06-14 22:01 UTC (permalink / raw)
  To: linux-xfs, fstests

Hi all,

These are the tests for Allison's parent pointer series:
https://lore.kernel.org/linux-xfs/20220611094200.129502-1-allison.henderson@oracle.com/

These tests cover basic parent pointer operations, including link, unlink,
rename, overwrite, hardlinks and error inject. This patch also adds a new
parent group and parent common functions.

Feedback is appreciated!

Thanks,
Catherine

Allison Henderson (1):
  xfstests: Add parent pointer test

 common/parent       |  196 +++++++++
 common/rc           |    3 +
 doc/group-names.txt |    1 +
 tests/xfs/547       |  126 ++++++
 tests/xfs/547.out   |   59 +++
 tests/xfs/548       |   97 +++++
 tests/xfs/548.out   | 1002 +++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/549       |  110 +++++
 tests/xfs/549.out   |   14 +
 9 files changed, 1608 insertions(+)
 create mode 100644 common/parent
 create mode 100755 tests/xfs/547
 create mode 100644 tests/xfs/547.out
 create mode 100755 tests/xfs/548
 create mode 100644 tests/xfs/548.out
 create mode 100755 tests/xfs/549
 create mode 100644 tests/xfs/549.out

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-09-27  1:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10  5:10 [PATCH v1 0/1] Parent pointers test v1 Allison Henderson
2018-06-10  5:10 ` [PATCH v1 1/1] xfstests: Add parent pointer test Allison Henderson
2018-06-10  5:43   ` Amir Goldstein
2018-06-10 11:15     ` Amir Goldstein
2018-06-10 18:54       ` Allison Henderson
2018-06-11  5:48         ` Amir Goldstein
2018-06-11 16:46           ` Allison Henderson
2018-06-10 15:49     ` Allison Henderson
2018-06-11 17:25   ` Darrick J. Wong
2018-06-11 19:59     ` Allison Henderson
2018-06-11 20:36       ` Darrick J. Wong
2022-06-14 22:01 [PATCH v1 0/1] parent pointer tests Catherine Hoang
2022-06-14 22:01 ` [PATCH v1 1/1] xfstests: Add parent pointer test Catherine Hoang
2022-09-22  5:53   ` Allison Henderson
2022-09-22 16:37   ` Zorro Lang
2022-09-22 18:45     ` Allison Henderson
2022-09-23  0:53       ` Zorro Lang
2022-09-27  1:16         ` Catherine Hoang
2022-09-24  0:49   ` Darrick J. Wong
2022-09-26 21:51     ` Allison Henderson
2022-09-27  1:03       ` Catherine Hoang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.