All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17]
@ 2017-03-07 20:12 kusumi.tomohiro
  2017-03-07 20:12 ` [PATCH 01/17] Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD kusumi.tomohiro
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: kusumi.tomohiro @ 2017-03-07 20:12 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

The first 3 patches are resend of what I've sent after 2.18,
except that I've modified commit messages a bit.

  Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
  HOWTO: Add platforms without fdatasync(2)
  configure: Align help messages

Tomohiro Kusumi (17):
  Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
  HOWTO: Add platforms without fdatasync(2)
  configure: Align help messages
  Avoid irrelevant "offset extend ends" error message for chrdev
  Fix debug print format of file ->file_name
  Fixup for a minor 0 byte file size case
  Explicitly check td_trim(td) to detect open(2) flag
  Drop redundant td_rw(td) tests
  Remove unassigned fio_unused variable
  Drop fio_unused attribute from used variable
  Fix a function name typo in debug print
  Don't set FIO_FILE_extend when create_on_open= option is set
  Minor fixup for "Layint out IO file..." message
  HOWTO: Add some details for invalidate=
  Define struct file_name as a file local structure
  Use union for per file engine private data storage
  configure: Make Cygwin take regular configure path

 HOWTO                    |   8 +-
 backend.c                |   2 +-
 configure                | 320 +++++++++++++++++++++++++++++++++--------------
 engines/glusterfs_sync.c |   2 +-
 engines/pmemblk.c        |  16 +--
 engines/sync.c           |   2 +-
 file.h                   |  17 ++-
 filesetup.c              |  76 ++++++++---
 fio.h                    |   2 +-
 init.c                   |  13 +-
 io_u.c                   |   4 +-
 os/os-dragonfly.h        |  14 ++-
 os/os-freebsd.h          |  15 ++-
 os/os-linux.h            |   5 +
 os/os-openbsd.h          |  12 +-
 os/os.h                  |   7 ++
 rate-submit.c            |   1 -
 verify.c                 |   2 +-
 18 files changed, 359 insertions(+), 159 deletions(-)

-- 
2.9.3



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

end of thread, other threads:[~2017-03-10 21:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 20:12 [PATCH 00/17] kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 01/17] Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 02/17] HOWTO: Add platforms without fdatasync(2) kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 03/17] configure: Align help messages kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 04/17] Avoid irrelevant "offset extend ends" error message for chrdev kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 05/17] Fix debug print format of file ->file_name kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 06/17] Fixup for a minor 0 byte file size case kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 07/17] Explicitly check td_trim(td) to detect open(2) flag kusumi.tomohiro
2017-03-07 20:12 ` [PATCH 08/17] Drop redundant td_rw(td) tests kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 09/17] Remove unassigned fio_unused variable kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 10/17] Drop fio_unused attribute from used variable kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 11/17] Fix a function name typo in debug print kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 12/17] Don't set FIO_FILE_extend when create_on_open= option is set kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 13/17] Minor fixup for "Layint out IO file..." message kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 14/17] HOWTO: Add some details for invalidate= kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 15/17] Define struct file_name as a file local structure kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 16/17] Use union for per file engine private data storage kusumi.tomohiro
2017-03-07 20:13 ` [PATCH 17/17] configure: Make Cygwin take regular configure path kusumi.tomohiro
2017-03-10 21:44 ` [PATCH 00/17] 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.