All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] OS specific fixes
@ 2017-08-29 21:12 kusumi.tomohiro
  2017-08-29 21:12 ` [PATCH 1/6] cleanup NetBSD/OpenBSD header kusumi.tomohiro
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kusumi.tomohiro @ 2017-08-29 21:12 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>


Tomohiro Kusumi (6):
  cleanup NetBSD/OpenBSD header
  HOWTO: add OpenBSD to direct I/O unsupported platform
  add ifdef __sun__ for Solaris specific code
  filesetup: add non O_DIRECT direct I/O support for initial layout
    setup
  change fio_set_odirect() prototype not to use int fd
  change os_trim() prototype not to use int fd

 HOWTO             |  2 +-
 file.h            |  1 +
 filesetup.c       | 31 +++++++++++++++++++++++++++++++
 fio.1             |  2 +-
 io_u.c            |  2 +-
 ioengines.c       | 22 ++--------------------
 os/os-android.h   |  4 ++--
 os/os-dragonfly.h |  4 ++--
 os/os-freebsd.h   |  4 ++--
 os/os-linux.h     |  4 ++--
 os/os-mac.h       |  4 ++--
 os/os-netbsd.h    |  6 ++----
 os/os-openbsd.h   |  6 ++----
 os/os-solaris.h   |  4 ++--
 14 files changed, 53 insertions(+), 43 deletions(-)

-- 
2.9.5



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

end of thread, other threads:[~2017-08-29 21:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 21:12 [PATCH 0/6] OS specific fixes kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 1/6] cleanup NetBSD/OpenBSD header kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 2/6] HOWTO: add OpenBSD to direct I/O unsupported platform kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 3/6] add ifdef __sun__ for Solaris specific code kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 4/6] filesetup: add non O_DIRECT direct I/O support for initial layout setup kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 5/6] change fio_set_odirect() prototype not to use int fd kusumi.tomohiro
2017-08-29 21:12 ` [PATCH 6/6] change os_trim() " kusumi.tomohiro
2017-08-29 21:15 ` [PATCH 0/6] OS specific 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.