Flexible I/O Tester development
 help / color / mirror / Atom feed
 messages from 2016-12-06 13:00:46 to 2017-01-23 18:08:12 UTC [more...]

[PATCH 1/8] Define pointer alignment macro in fio.h
 2017-01-23 18:08 UTC  (12+ messages)
` [PATCH 2/8] Use ARRAY_SIZE()
` [PATCH 3/8] Fix wrong comment on exit condition of threads/processes
` [PATCH 4/8] Remove unused io_u's priv union field
` [PATCH 5/8] Remove unused disk_util's name field
` [PATCH 6/8] Add missing free(td->sysfs_root);
` [PATCH 7/8] Fix bad pointer du->sysfs_root
` [PATCH 8/8] Remove/Move Linux specific sysfs_root field from thread_data

4x lower IOPS: Linux MD vs indiv. devices - why?
 2017-01-23 17:52 UTC  (2+ messages)

Removing *.py ending from python script filenames
 2017-01-23 14:47 UTC  (3+ messages)

hitting 2048 threads/jobs limit
 2017-01-23 14:17 UTC  (2+ messages)

Recent changes (master)
 2017-01-21 13:00 UTC 

[PATCH 1/2] Change .category of cpuio to FIO_OPT_C_ENGINE
 2017-01-20 17:50 UTC  (3+ messages)
` [PATCH 2/2] Add missing opt/cat group entries

Recent changes (master)
 2017-01-20 13:00 UTC 

[PATCH 1/5] Rename FIO_TYPE_BD to FIO_TYPE_BLOCK
 2017-01-19 23:10 UTC  (6+ messages)
` [PATCH 2/5] Fix typo for "job" in plural
` [PATCH 3/5] Refactor fio_show_ioengine_help()
` [PATCH 4/5] Move options_mem_dupe() to parse.c
` [PATCH 5/5] Change td_var() to take void* for the first arg

Recent changes (master)
 2017-01-19 13:00 UTC 

Recent changes (master)
 2017-01-18 13:00 UTC 

Recent changes (master)
 2017-01-17 16:03 UTC  (4+ messages)

[PATCH] Support zlib in the Windows build (enables latency histogram logging)
 2017-01-12 17:12 UTC  (4+ messages)

Recent changes (master)
 2017-01-12 13:00 UTC 

pmemblk and dev-dax cleanups
 2017-01-12  4:00 UTC  (12+ messages)
` [PATCH 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
` [PATCH 2/4] pmemblk, dev-dax: Update descriptions
` [PATCH 3/4] pmemblk,dev-dax: clean up error logs
` [PATCH 4/4] pmemblk: Clarify fsize is in MiB not MB
` [PATCH v2 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
  ` [PATCH v2 2/4] pmemblk, dev-dax: Update descriptions
  ` [PATCH v2 3/4] pmemblk, dev-dax: clean up error logs
  ` [PATCH v2 4/4] pmemblk: Clarify fsize is in MiB not MB

Recent changes (master)
 2017-01-11 13:00 UTC 

[PATCH 1/4] Partly revert 8172fe97 in 2008 (A few debug debug log fixes)
 2017-01-10 20:21 UTC  (5+ messages)
` [PATCH 2/4] Add missing trailing \n in dprint()
` [PATCH 3/4] Fix README regarding fio snapshots
` [PATCH 4/4] Python style/portability fix

[PATCH 1/6] Bring in additional sg error cases from Linux kernel (and sg3) header
 2017-01-09 15:39 UTC  (7+ messages)
` [PATCH 2/6] Staticize pmemblk ioengine_ops
` [PATCH 3/6] Fix conditional/message for max lba for sg ioengine
` [PATCH 4/6] Non functional fixup for 16 bytes read capacity "
` [PATCH 5/6] Mention sg ioengine requires filename option
` [PATCH 6/6] Fix compile time errors for skeleton_external ioengine

Recent changes (master)
 2017-01-07 13:00 UTC 

[PATCH 1/2] Remove doubled ; in .c
 2017-01-06 18:26 UTC  (3+ messages)
` [PATCH 2/2] Fix comment on SCSI commands

Recent changes (master)
 2017-01-06 13:00 UTC 

[PATCH 1/2] Fix invalid ioengine initialization for cpp_null
 2017-01-05 17:36 UTC  (3+ messages)
` [PATCH 2/2] Don't malloc ioengine_ops "

Recent changes (master)
 2017-01-05 13:00 UTC 

Recent changes (master)
 2017-01-04 13:00 UTC 

[PATCH v2] fio: add device dax engine
 2017-01-04  6:55 UTC  (11+ messages)

[PATCH 1/7] Fix trivial calloc argument order
 2017-01-03 17:11 UTC  (8+ messages)
` [PATCH 2/7] Add missing trailing \n in log_err/info()
` [PATCH 3/7] Sync README with fio usage output
` [PATCH 4/7] Fix canonical name for runtime/timeout option
` [PATCH 5/7] Add BSD package/building info to README
` [PATCH 6/7] Fix README - change just type "configure" to "./configure"
` [PATCH 7/7] Add missing .help string for io_size option

Fio engine gfapi question
 2017-01-03 14:53 UTC  (3+ messages)

Recent changes (master)
 2017-01-03 13:00 UTC 

t/stest - OOM due to "smalloc bug, commit 271067a6"
 2017-01-03  1:20 UTC  (2+ messages)

Improve IEC binary and SI decimal prefix handling
 2017-01-03  1:20 UTC  (31+ messages)
` [PATCH 01/12] Avoid using units in option defaults
` [PATCH 02/12] gfio: Improve IOPS textbox labels
` [PATCH 03/12] Document trim workload choices and other nits
` [PATCH 04/12] tests, profiles: Use IEC prefixes for binary multiples
` [PATCH 05/12] Fix unit_base kb_base mixup in thread option conversion functions
` [PATCH 06/12] Line up colons across read, write, and trim thread stats
` [PATCH 07/12] gclient: Delete unused code
` [PATCH 08/12] gclient: Use proper time units in latency buckets chart
` [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB
` [PATCH 10/12] Clean up unit prefixes for binary multiples in comments and prints
` [PATCH 11/12] Improve IEC binary and SI decimal prefix handling
` [PATCH 12/12] Documentation for "
` [PATCH v2 01/12] Avoid using units in option defaults
  ` [PATCH v2 02/12] gfio: Improve IOPS textbox labels
  ` [PATCH v2 03/12] Document trim workload choices and other nits
  ` [PATCH v2 04/12] tests, profiles: Use IEC prefixes for binary multiples
  ` [PATCH v2 05/12] Fix unit_base kb_base mixup in thread option conversion functions
  ` [PATCH v2 06/12] Line up colons across read, write, and trim thread stats
  ` [PATCH v2 07/12] gclient: Delete unused code
  ` [PATCH v2 08/12] gclient: Use proper time units in latency buckets chart
  ` [PATCH v2 09/12] Convert group_run_stats to use bytes instead of KiB/KB
  ` [PATCH v2 10/12] Clean up unit prefixes for binary multiples in comments and prints
  ` [PATCH v2 11/12] Improve IEC binary and SI decimal prefix handling
  ` [PATCH v2 12/12] Documentation for "

[PATCH] Update Windows maintainer contact details
 2017-01-03  1:18 UTC  (2+ messages)

Recent changes (master)
 2016-12-30 13:00 UTC 

Faster fio verification
 2016-12-27 20:55 UTC  (4+ messages)

FIO -- A few basic questions on Data Integrity
 2016-12-27  4:33 UTC  (15+ messages)

Recent changes (master)
 2016-12-24 13:00 UTC 

[PATCH 1/2] pmemblk: clean up error logs
 2016-12-21 16:46 UTC  (6+ messages)
` [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB

Recent changes (master)
 2016-12-21 13:00 UTC 

[PATCH v2] fio: Add support for auto detect dev-dax and libpmemblk engines
 2016-12-20 23:44 UTC  (2+ messages)

[PATCH] fio: Add support for auto detect dev-dax and libpmemblk engines
 2016-12-20 23:28 UTC  (2+ messages)

Signature for upstream tarball
 2016-12-20 22:35 UTC  (2+ messages)

OSX build error: POSIX_FADV_NORMAL undeclared
 2016-12-20 22:23 UTC  (2+ messages)

Recent changes (master)
 2016-12-20 13:00 UTC 

[PATCH] fio: add additional support for dev-dax ioengine
 2016-12-20  0:01 UTC  (4+ messages)

"fio --server" on Windows -> "fio: waitpid: Function not implemented"
 2016-12-17 16:34 UTC  (5+ messages)

Recent changes (master)
 2016-12-17 13:00 UTC 

(no subject)
 2016-12-17 10:41 UTC 

steadystate job termination
 2016-12-16 18:16 UTC  (3+ messages)

[PATCH] use type double in creating floating point JSON values
 2016-12-16 17:57 UTC  (2+ messages)

Recent changes (master)
 2016-12-16 13:00 UTC 

[PATCH] fio: move _FORTIFY_SOURCE to only when optimization is turned on
 2016-12-15 21:55 UTC  (2+ messages)

[PATCH] fio: add debug compile flag to avoid compiler warning
 2016-12-15 20:37 UTC  (3+ messages)

Potential data races in fio as reported by ThreadSanitizer
 2016-12-15  7:30 UTC 

Recent changes (master)
 2016-12-14 13:00 UTC 

[PATCH] Change misleading error message for invalid size= value
 2016-12-13 16:32 UTC  (2+ messages)

Recent changes (master)
 2016-12-13 13:00 UTC 

[PATCH] fio: add device dax engine
 2016-12-07 22:47 UTC  (2+ messages)

Recent changes (master)
 2016-12-06 13:00 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox