All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] external ioengine fixes
@ 2017-08-31 20:13 kusumi.tomohiro
  2017-08-31 20:13 ` [PATCH 1/5] skeleton: add option example kusumi.tomohiro
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: kusumi.tomohiro @ 2017-08-31 20:13 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

This is resend of below which I believe hasn't been reviewed/commented yet.

The entire diff is the exact same as the original one, but [PATCH 3/4]
has been splitted into two ([PATCH 3/5] and [PATCH 4/5] in this series),
to make diffs more clear and obvious.

[PATCH 0/4] external ioengine fixes
http://www.spinics.net/lists/fio/msg06204.html

--
Tomohiro Kusumi (5):
  skeleton: add option example
  fix broken external ioengine option
  cleanup ioengine_load() (for the next commit)
  fix load_ioengine() not to support no "external:" prefix
  add __load_ioengine() to separate ioengine loading from td context

 HOWTO                       |  4 +++-
 engines/skeleton_external.c | 32 +++++++++++++++++++++++++++++++-
 fio.1                       |  4 +++-
 init.c                      | 21 ++-------------------
 ioengines.c                 | 30 ++++++++++++++++++------------
 ioengines.h                 |  2 +-
 options.c                   | 34 ++++++++++++++++++++++++++++++++++
 thread_options.h            |  1 +
 8 files changed, 93 insertions(+), 35 deletions(-)

-- 
2.9.5



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

end of thread, other threads:[~2017-09-01 15:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 20:13 [PATCH 0/5] external ioengine fixes kusumi.tomohiro
2017-08-31 20:13 ` [PATCH 1/5] skeleton: add option example kusumi.tomohiro
2017-08-31 20:13 ` [PATCH 2/5] fix broken external ioengine option kusumi.tomohiro
2017-08-31 20:13 ` [PATCH 3/5] cleanup ioengine_load() (for the next commit) kusumi.tomohiro
2017-08-31 20:13 ` [PATCH 4/5] fix load_ioengine() not to support no "external:" prefix kusumi.tomohiro
2017-09-01  4:52   ` Sitsofe Wheeler
2017-09-01  5:38     ` Tomohiro Kusumi
2017-09-01 14:43       ` Jens Axboe
2017-09-01 15:03         ` Tomohiro Kusumi
2017-09-01 15:08           ` Jens Axboe
2017-09-01 15:18             ` Tomohiro Kusumi
2017-09-01 15:21               ` Jens Axboe
2017-09-01 15:28                 ` Tomohiro Kusumi
2017-08-31 20:13 ` [PATCH 5/5] add __load_ioengine() to separate ioengine loading from td context kusumi.tomohiro
2017-08-31 20:20 ` [PATCH 0/5] external ioengine fixes Jens Axboe

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.