All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] CIFS support for XFS test suite
@ 2014-08-29 19:42 ` Pavel Shilovsky
  0 siblings, 0 replies; 10+ messages in thread
From: Pavel Shilovsky @ 2014-08-29 19:42 UTC (permalink / raw)
  To: fstests
  Cc: linux-fsdevel, linux-cifs, samba-technical, David Disseldorp,
	Steve French

These are patches that adds CIFS support to XFS tests.

The first patch changes generic/013 test to use mount options provided for $TEST_DEV for remount. The second patch adds "-cifs" command line argument and CIFS specific variables. The third patch disables tests that need POSIX behavior from filesystem for unix cifs mounts.

With these patches applied, most of generic/shared $TEST_DEV tests pass for the recent kernel cifs module.

Changes since v2:
1) patch #3 uses separate _require_test_{feature} functions rather than generic _require_test_posix_ext
2) patch #2 adds UDF notes to README

Pavel Shilovsky (3):
  generic/013: encapsulate remount during cleanup
  common: add cifs support
  cifs: skip tests that need POSIX support for nounix mounts

 README            |  5 +++--
 check             |  2 ++
 common/config     | 31 +++++++++++++++++++++++++++----
 common/rc         | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/005 |  8 ++------
 tests/generic/013 |  2 +-
 tests/generic/023 |  1 +
 tests/generic/024 |  1 +
 tests/generic/025 |  1 +
 tests/generic/131 |  1 +
 10 files changed, 94 insertions(+), 13 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-09-03 11:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 19:42 [PATCH v3 0/3] CIFS support for XFS test suite Pavel Shilovsky
2014-08-29 19:42 ` Pavel Shilovsky
2014-08-29 19:42 ` [PATCH v3 1/3] generic/013: encapsulate remount during cleanup Pavel Shilovsky
2014-08-29 19:42   ` Pavel Shilovsky
2014-08-29 19:42 ` [PATCH v3 2/3] common: add cifs support Pavel Shilovsky
2014-08-29 19:42   ` Pavel Shilovsky
2014-08-29 19:42 ` [PATCH v3 3/3] cifs: skip tests that need POSIX support for nounix mounts Pavel Shilovsky
2014-09-03  6:23 ` [PATCH v3 0/3] CIFS support for XFS test suite Pavel Shilovsky
2014-09-03 11:42   ` Dave Chinner
2014-09-03 11:42     ` Dave Chinner

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.