All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Add tmpfs filesystem support
@ 2013-12-10 20:11 Junho Ryu
  2013-12-10 20:11 ` [PATCH 01/10] xfstests: Add tmpfs support Junho Ryu
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Junho Ryu @ 2013-12-10 20:11 UTC (permalink / raw)
  To: xfs; +Cc: tytso, hughd, branto, Junho Ryu

Hi all,

Boris Ranto has sent a series of 3 patches adding tmpfs support.
http://oss.sgi.com/archives/xfs/2013-05/msg00069.html

This one only contains the first patch from Boris Ranto's series followed by
more patches in order to either run or not run all generic tests instead of
failing.

This one does not contains other 2 patches in Boris Ranto's series just because
rest these patehes do not depend on those, but it will be nice if those are
also reviewed as well.

Boris Ranto (1):
  xfstests: Add tmpfs support

Hugh Dickins (3):
  xfstests: use mount point instead of device name
  xfstests: _scratch_mkfs_sized() for tmpfs
  xfstests: add executable permission to tests

Junho Ryu (6):
  xfstests: increase tmpfs memory size
  xfstests: do not unmount tmpfs during remount.
  xfstests: fix generic/225 to check fiemap support
  xfstests: fix generic/127 to call _cleanup() only once
  xfstests: check O_DIRECT support before testing direct I/O
  xfstests: skip parts of tests which cannot work on tmpfs

 check                 |  2 ++
 common/rc             | 78 +++++++++++++++++++++++++++++++++++++++++++++++++--
 tests/generic/053     |  6 ++--
 tests/generic/076     |  2 ++
 tests/generic/091     |  1 +
 tests/generic/127     |  1 -
 tests/generic/130     |  1 +
 tests/generic/133     |  1 +
 tests/generic/135     | 18 +++---------
 tests/generic/169     | 20 ++++---------
 tests/generic/169.out |  6 ++--
 tests/generic/192     |  3 +-
 tests/generic/225     |  1 +
 tests/generic/226     |  4 +--
 tests/generic/256     |  2 +-
 tests/generic/258     |  3 +-
 tests/generic/263     |  1 +
 tests/generic/273     |  2 +-
 tests/generic/277     |  2 ++
 tests/generic/299     |  1 +
 tests/generic/300     |  1 +
 tests/generic/306     |  3 +-
 tests/generic/311     |  0
 tests/generic/314     |  0
 tests/generic/315     |  0
 tests/generic/321     |  0
 tests/generic/322     |  0
 27 files changed, 110 insertions(+), 49 deletions(-)
 mode change 100644 => 100755 tests/generic/311
 mode change 100644 => 100755 tests/generic/314
 mode change 100644 => 100755 tests/generic/315
 mode change 100644 => 100755 tests/generic/321
 mode change 100644 => 100755 tests/generic/322

-- 
1.8.5.1

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-12-17 16:40 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-10 20:11 [PATCH 00/10] Add tmpfs filesystem support Junho Ryu
2013-12-10 20:11 ` [PATCH 01/10] xfstests: Add tmpfs support Junho Ryu
2013-12-11  7:40   ` Christoph Hellwig
2013-12-17 16:40   ` Rich Johnston
2013-12-10 20:11 ` [PATCH 02/10] xfstests: use mount point instead of device name Junho Ryu
2013-12-11  7:42   ` Christoph Hellwig
2013-12-10 20:11 ` [PATCH 03/10] xfstests: _scratch_mkfs_sized() for tmpfs Junho Ryu
2013-12-11  7:44   ` Christoph Hellwig
2013-12-10 20:11 ` [PATCH 04/10] xfstests: increase tmpfs memory size Junho Ryu
2013-12-11  7:44   ` Christoph Hellwig
2013-12-10 20:11 ` [PATCH 05/10] xfstests: do not unmount tmpfs during remount Junho Ryu
2013-12-11  7:46   ` Christoph Hellwig
2013-12-11 22:40     ` Dave Chinner
2013-12-12  0:16       ` Theodore Ts'o
2013-12-12  0:53         ` Dave Chinner
2013-12-12 18:01       ` Christoph Hellwig
2013-12-12 22:56         ` Dave Chinner
2013-12-13  0:00           ` Junho Ryu
2013-12-13  1:41             ` Dave Chinner
2013-12-13 11:12               ` Christoph Hellwig
2013-12-13  4:56           ` Theodore Ts'o
2013-12-13 11:04           ` Christoph Hellwig
2013-12-10 20:11 ` [PATCH 06/10] xfstests: fix generic/225 to check fiemap support Junho Ryu
2013-12-11  7:46   ` Christoph Hellwig
2013-12-11 22:42     ` Dave Chinner
2013-12-12 18:01       ` Christoph Hellwig
2013-12-12 22:44         ` Junho Ryu
2013-12-12 23:00           ` Dave Chinner
2013-12-10 20:11 ` [PATCH 07/10] xfstests: fix generic/127 to call _cleanup() only once Junho Ryu
2013-12-11  7:47   ` Christoph Hellwig
2013-12-10 20:11 ` [PATCH 08/10] xfstests: check O_DIRECT support before testing direct I/O Junho Ryu
2013-12-11  7:47   ` Christoph Hellwig
2013-12-10 20:12 ` [PATCH 09/10] xfstests: add executable permission to tests Junho Ryu
2013-12-11  7:48   ` Christoph Hellwig
2013-12-10 20:12 ` [PATCH 10/10] xfstests: skip parts of tests which cannot work on tmpfs Junho Ryu
2013-12-11  7:51   ` Christoph Hellwig

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.