All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xfstests: generic swap file tests
@ 2018-05-16 16:56 Omar Sandoval
  2018-05-16 16:56 ` [PATCH 1/4] generic: enable swapfile tests on Btrfs Omar Sandoval
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Omar Sandoval @ 2018-05-16 16:56 UTC (permalink / raw)
  To: fstests; +Cc: Darrick J . Wong, Eryu Guan, kernel-team

From: Omar Sandoval <osandov@fb.com>

Hi,

I picked up my Btrfs swap file series again and added a few tests as a
result. I'm still working on the Btrfs-specific tests, but since Darrick
has a pending swap file test, I figured I'd send these out and see if we
can combine them. They're a little rough around the edges.

Thanks!

Omar Sandoval (4):
  generic: enable swapfile tests on Btrfs
  generic: add test for dedupe on an active swapfile
  generic: add test for truncate/fpunch of an active swapfile
  generic: test invalid swap file activation

 .gitignore            |  2 ++
 common/rc             |  3 ++
 src/Makefile          |  2 +-
 src/mkswap.c          | 83 +++++++++++++++++++++++++++++++++++++++++++
 src/swapon.c          | 24 +++++++++++++
 tests/generic/356     |  6 +++-
 tests/generic/357     |  6 +++-
 tests/generic/488     | 78 ++++++++++++++++++++++++++++++++++++++++
 tests/generic/488.out |  7 ++++
 tests/generic/489     | 77 +++++++++++++++++++++++++++++++++++++++
 tests/generic/489.out |  8 +++++
 tests/generic/490     | 75 ++++++++++++++++++++++++++++++++++++++
 tests/generic/490.out |  5 +++
 tests/generic/group   |  2 ++
 14 files changed, 375 insertions(+), 3 deletions(-)
 create mode 100644 src/mkswap.c
 create mode 100644 src/swapon.c
 create mode 100755 tests/generic/488
 create mode 100644 tests/generic/488.out
 create mode 100755 tests/generic/489
 create mode 100644 tests/generic/489.out
 create mode 100755 tests/generic/490
 create mode 100644 tests/generic/490.out

-- 
2.17.0


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

end of thread, other threads:[~2018-05-16 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 16:56 [PATCH 0/4] xfstests: generic swap file tests Omar Sandoval
2018-05-16 16:56 ` [PATCH 1/4] generic: enable swapfile tests on Btrfs Omar Sandoval
2018-05-16 19:39   ` Darrick J. Wong
2018-05-16 16:56 ` [PATCH 2/4] generic: add test for dedupe on an active swapfile Omar Sandoval
2018-05-16 16:56 ` [PATCH 3/4] generic: add test for truncate/fpunch of " Omar Sandoval
2018-05-16 16:57 ` [PATCH 4/4] generic: test invalid swap file activation Omar Sandoval

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.