Flexible I/O Tester
[Prev Page][Next Page]
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: [PATCH 8/8] Fix num2str() output when modulo != -1U
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH 8/8] Fix num2str() output when modulo != -1U
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 7/8] Fix num2str() output when maxlen <= strlen(tmp)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 6/8] Make lib/num2str.c a stand-alone library by adding lib/num2str.h
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/8] Make lib/memalign.c a stand-alone library
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/8] Add assert(0) to DDIR_DATASYNC sync path if fdatasync(2) is unsupported
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/8] dump_td_info() doesn't really need to be a function
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/8] Make lib/prio_tree.c a stand-alone library
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/8] Don't silently terminate td when no I/O performed due to error
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Error handling in fio_libaio_event()
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Error handling in fio_libaio_event()
- From: "Scott Forman (scforman)" <scforman@xxxxxxxxx>
- Re: fio seems to calls functions which are not defined (ffio_file_open, io_file_done, ...)
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio seems to calls functions which are not defined (ffio_file_open, io_file_done, ...)
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- fio seems to calls functions which are not defined (ffio_file_open, io_file_done, ...)
- From: "Scott Forman (scforman)" <scforman@xxxxxxxxx>
- Re: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- Re: numberio failure with numjobs=1
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Tarek <cashew250@xxxxxxxxx>
- Re: numberio failure with numjobs=1
- From: Guruganesh Hegde <guruhegde4u@xxxxxxxxx>
- Re: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: numberio failure with numjobs=1
- From: Guruganesh Hegde <guruhegde4u@xxxxxxxxx>
- Re: numberio failure with numjobs=1
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: numberio failure with numjobs=1
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- numberio failure with numjobs=1
- From: Guruganesh Hegde <guruhegde4u@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Tarek <cashew250@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Input help for fiologparser.py script in fio/tools/
- From: Ben England <bengland@xxxxxxxxxx>
- Input help for fiologparser.py script in fio/tools/
- From: abhishek koundal <akoundal@xxxxxxxxx>
- Re: [PATCH 02/13] Use GOLDEN_RATIO_PRIME
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 02/13] Use GOLDEN_RATIO_PRIME
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH 01/13] Fix return value of make_filename() when no filename_format
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 02/13] Use GOLDEN_RATIO_PRIME
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 03/13] Test malloc result when allocation size is tunable
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 09/13] Ignore pre-read for character devices
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 13/13] Separate io_u from ioengine [3/3] - rename ioengine.h to ioengines.h
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 07/13] Ignore pre-read for FIO_NOIO td
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 10/13] Drop prototype of unused function td_io_sync()
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 04/13] Don't malloc more than necessary on extending/prereading file
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 11/13] Separate io_u from ioengine [1/3] - add io_u.h
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 12/13] Separate io_u from ioengine [2/3] - move io_u functions
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 06/13] Drop redundant "ignore invalidate option" message from 21c1b29e
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 08/13] Don't proceed with error set when failed to pre-read files/devices
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 01/13] Fix return value of make_filename() when no filename_format
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 05/13] HOWTO: Mention niche detail of range format options
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 02/13] Use GOLDEN_RATIO_PRIME
- From: kusumi.tomohiro@xxxxxxxxx
- Re: How does FIO detect write errors when ioengine is libaio
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- How does FIO detect write errors when ioengine is libaio
- From: "Scott Forman (scforman)" <scforman@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Tarek <cashew250@xxxxxxxxx>
- Re: Clat min zero on Randread?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Clat min zero on Randread?
- From: Tarek <cashew250@xxxxxxxxx>
- Re: How to simulate bursty I/O traffic with fio?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- How to simulate bursty I/O traffic with fio?
- From: Jason Sirichoke <jason.sirichoke@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Ensure all json field keys do not have ' ' in them
- From: Gwendal Grignou <gwendal@xxxxxxxxxxxx>
- Re: [PATCH] Ensure all json field keys do not have ' ' in them
- From: Jens Axboe <axboe@xxxxxx>
- [PATCH] Ensure all json field keys do not have ' ' in them
- From: Gwendal Grignou <gwendal@xxxxxxxxxxxx>
- Re: [PATCH] configure: add a --disable-rdma flag to control rdma deps
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/7] Replace redundant TD_F_NOIO flag with td->io_ops_init
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/7] Test fsync/fdatasync/sync_file_range for the next i/o only if should_fsync(td)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 6/7] Test uint,int before division uint/int for the next i/o
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/7] Fix a comment after f227e2b6
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/7] HOWTO: Mention fsync=/fsyncdata= are set to 0 by default
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/7] HOWTO: Mention cpuload= is mandatory for cpuio
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/7] Define struct sk_out in server.h (not server.c)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/7] Replace redundant TD_F_NOIO flag with td->io_ops_init
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio: forcing file /dev/nvme0n1 size to 4286578688
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio: forcing file /dev/nvme0n1 size to 4286578688
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- fio: forcing file /dev/nvme0n1 size to 4286578688
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: could fio be used to wipe disks?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: could fio be used to wipe disks?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: could fio be used to wipe disks?
- From: Antoine Beaupré <anarcat@xxxxxxxxxxxxxxx>
- Re: could fio be used to wipe disks?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO data integrity - description for different fields
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- could fio be used to wipe disks?
- From: Antoine Beaupre <anarcat@xxxxxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Conditionally enable FIO_HAVE_PSHARED_MUTEX on FreeBSD
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Conditionally enable FIO_HAVE_PSHARED_MUTEX on FreeBSD
- From: kusumi.tomohiro@xxxxxxxxx
- Re: [PATCH 1/7] Make check_mount_writes() test appropriate device types
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 7/7] Apply outbox patch from FreeBSD ports
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/7] HOWTO: Add note/exception on allow_mounted_write=
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/7] Apply outbox patch from FreeBSD ports
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 6/7] manpage: Add URL links to HOWTO/README
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/7] Fix errval variable to be positive errno value
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/7] Use ENOTSUP if OS doesn't support blkdev page cache invalidation
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/7] Minor fixup for page cache invalidation debug prints
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/7] HOWTO: Add note/exception on allow_mounted_write=
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/7] Make check_mount_writes() test appropriate device types
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Only enable arm64 CRC32 acceleration if the required header files are there
- From: Jens Axboe <axboe@xxxxxx>
- [PATCH] Only enable arm64 CRC32 acceleration if the required header files are there
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 00/17]
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: FIO data integrity - description for different fields
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- FIO data integrity - description for different fields
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 16/17] Use union for per file engine private data storage
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 13/17] Minor fixup for "Layint out IO file..." message
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 17/17] configure: Make Cygwin take regular configure path
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 03/17] configure: Align help messages
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 15/17] Define struct file_name as a file local structure
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 06/17] Fixup for a minor 0 byte file size case
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 00/17]
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 04/17] Avoid irrelevant "offset extend ends" error message for chrdev
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 07/17] Explicitly check td_trim(td) to detect open(2) flag
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 10/17] Drop fio_unused attribute from used variable
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 11/17] Fix a function name typo in debug print
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 01/17] Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 05/17] Fix debug print format of file ->file_name
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 02/17] HOWTO: Add platforms without fdatasync(2)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 09/17] Remove unassigned fio_unused variable
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 08/17] Drop redundant td_rw(td) tests
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 14/17] HOWTO: Add some details for invalidate=
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 12/17] Don't set FIO_FILE_extend when create_on_open= option is set
- From: kusumi.tomohiro@xxxxxxxxx
- Re: fio output-format=json+ and latency histogram buckets ~1200
- From: Ben England <bengland@xxxxxxxxxx>
- Re: fio output-format=json+ and latency histogram buckets ~1200
- From: Vincent Fu <vincentfu@xxxxxxxxx>
- fio output-format=json+ and latency histogram buckets ~1200
- From: abhishek koundal <akoundal@xxxxxxxxx>
- RE: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- [PATCH] Add support for the CPU clock (System Timer) on Aarch64.
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- [PATCH] configure: add a --disable-rdma flag to control rdma deps
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Re: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- Re: [PATCH 1/3] Add runtime handlers for 97900ebf for BSDs
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/3] Add runtime handlers for 97900ebf for BSDs
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- [PATCH 1/3] Add runtime handlers for 97900ebf for BSDs
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 2/3] HOWTO: Add platforms without fdatasync(2)
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 3/3] configure: Align help messages
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Fio 2.18 release
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/6] Rename thread_options' ->io_limit to io_size
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5/6] Silence Cygwin warning "'vsprintf_s' redeclared without dllimport..."
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH 5/6] Silence Cygwin warning "'vsprintf_s' redeclared without dllimport..."
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- [PATCH 5/6] Silence Cygwin warning "'vsprintf_s' redeclared without dllimport..."
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 1/6] Rename thread_options' ->io_limit to io_size
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 2/6] Avoid irrelevant "offset extend ends" error message
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 3/6] Add details of file number/size related options to HOWTO
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 4/6] Remove irrelevant Cygwin config flag CONFIG_FADVISE
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 6/6] Revert "configure: Drop default CONFIG_LITTLE_ENDIAN for Cygwin"
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Has anyone run into write_bw_log and write_io_log recording segments of low numbers?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Has anyone run into write_bw_log and write_io_log recording segments of low numbers?
- From: Todd Lawall <tlawall@xxxxxxxxxx>
- Has anyone run into write_bw_log and write_io_log recording segments of low numbers?
- From: Todd Lawall <tlawall@xxxxxxxxxx>
- Re: [PATCH 1/2] Drop obsolete comment on a race condition
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] Explicitly check td_trim(td) for the direction of next io_u
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- [PATCH 1/2] Drop obsolete comment on a race condition
- From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 6/7] Acquire file ->lock while the lock itself is being copied
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 6/7] Acquire file ->lock while the lock itself is being copied
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH v2 0/7]
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 6/7] Acquire file ->lock while the lock itself is being copied
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 7/7] Use 0 instead of DDIR_READ to iterate from 0 to DDIR_RWDIR_CNT
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 6/7] Acquire file ->lock while the lock itself is being copied
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 5/7] Add missing "rand"/"trimwrite" strings to corresponding ddir slots
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 4/7] Always set ->real_file_size to -1 when failed to get file size
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 3/7] Drop conditional declaration of disk_list
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 2/7] configure: Use x86 instead of i386 for $cpu for IA32
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 1/7] configure: Drop default CONFIG_LITTLE_ENDIAN for Cygwin
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH v2 0/7]
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: basic verify - output shows start with read then write?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- basic verify - output shows start with read then write?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: [PATCH] Fix the return type of log_err and log_info functions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Windows: re-enable the mmap ioengine and fix static asserts
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Windows: Update the EULA year and add more examples to the installer
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5/6] Acquire file ->lock while the lock itself is being copied
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH 5/6] Acquire file ->lock while the lock itself is being copied
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/6] configure: Use x86 instead of i386 for $cpu for IA32
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- RE: [PATCH 2/6] configure: Use x86 instead of i386 for $cpu for IA32
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH 6/6] Add missing "rand"/"trimwrite" strings to corresponding ddir slots
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/6] Acquire file ->lock while the lock itself is being copied
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/6] Always set ->real_file_size to -1 when failed to get file size
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/6] Drop conditional declaration of disk_list
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/6] configure: Use x86 instead of i386 for $cpu for IA32
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/6] configure: Drop default CONFIG_LITTLE_ENDIAN for Cygwin
- From: kusumi.tomohiro@xxxxxxxxx
- Re: [PATCH] Be more verbose on endianness detection failure
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Be more verbose on endianness detection failure
- From: kusumi.tomohiro@xxxxxxxxx
- Re: [PATCH 2/3] Add a comment to clarify 941bda94
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/3] Be more verbose on endianness detection failure
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] Add a comment to clarify 941bda94
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/3] steadystate: Use calloc(3)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/3] Be more verbose on endianness detection failure
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH] Windows: re-enable the mmap ioengine and fix static asserts
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Differences in "BW" and "bw" results
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Differences in "BW" and "bw" results
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- [PATCH] Fix the return type of log_err and log_info functions
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Fio will crash by output folder is not exist when running server-client mode
- From: YHM <yanghm@xxxxxxxxx>
- __compiler_offsetof in fio's flist.h
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- data verification block size matters?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: randrepeat false for ssds
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: [PATCH] Windows: Update the EULA year and add more examples to the installer
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: randrepeat false for ssds
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- [PATCH] Windows: Update the EULA year and add more examples to the installer
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- randrepeat false for ssds
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: Removing *.py ending from python script filenames
- From: Martin Steigerwald <martin.steigerwald@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: NCQ Priority Support and FIO
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: NCQ Priority Support and FIO
- From: Brandon Schwartz <schwartz.xn@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Re: fio exit run on timeout of device?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- fio exit run on timeout of device?
- From: Slow bucks <frankwhitebe@xxxxxxxxx>
- Differences in "BW" and "bw" results
- From: Frank Steinberg <steinberg@xxxxxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio over hdfs
- From: Fabrice Bacchella <fabrice.bacchella@xxxxxxxxx>
- Re: fio over hdfs
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: not all the jobs running at equal speed
- From: "Prabhu Murugesan (pmurugesan)" <pmurugesan@xxxxxxxxxx>
- Re: fio over hdfs
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio over hdfs
- From: ankit patel <ankitpatel.edu@xxxxxxxxx>
- Re: NCQ Priority Support and FIO
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: fio over hdfs
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- NCQ Priority Support and FIO
- From: Brandon Schwartz <schwartz.xn@xxxxxxxxx>
- Fwd: fio over hdfs
- From: ankit patel <ankitpatel.edu@xxxxxxxxx>
- Re: not all the jobs running at equal speed
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: not all the jobs running at equal speed
- From: "Prabhu Murugesan (pmurugesan)" <pmurugesan@xxxxxxxxxx>
- Re: not all the jobs running at equal speed
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: not all the jobs running at equal speed
- From: "Prabhu Murugesan (pmurugesan)" <pmurugesan@xxxxxxxxxx>
- Re: not all the jobs running at equal speed
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: not all the jobs running at equal speed
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- not all the jobs running at equal speed
- From: "Prabhu Murugesan (pmurugesan)" <pmurugesan@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Offset in percentage rather than in LBA
- From: Prabhakaran <prabhugce@xxxxxxxxx>
- Re: Windows and TRIM support - files, not devices
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Windows and TRIM support - files, not devices
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- rw=readwrite and verify interaction
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Offset in percentage rather than in LBA
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Windows and TRIM support - files, not devices
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Windows and TRIM support - files, not devices
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Offset in percentage rather than in LBA
- From: Prabhakaran <prabhugce@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- RE: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- comparing ioengines IOPS normalized for CPU load
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: "Kudryavtsev, Andrey O" <andrey.o.kudryavtsev@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: "Kudryavtsev, Andrey O" <andrey.o.kudryavtsev@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: "Kudryavtsev, Andrey O" <andrey.o.kudryavtsev@xxxxxxxxx>
- Re: [PATCH 4/8] Remove unused io_u's priv union field
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- 4x lower IOPS: Linux MD vs indiv. devices - why?
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: [PATCH 1/8] Define pointer alignment macro in fio.h
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 8/8] Remove/Move Linux specific sysfs_root field from thread_data
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 7/8] Fix bad pointer du->sysfs_root
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 6/8] Add missing free(td->sysfs_root);
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/8] Remove unused disk_util's name field
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/8] Remove unused io_u's priv union field
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/8] Fix wrong comment on exit condition of threads/processes
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/8] Use ARRAY_SIZE()
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/8] Define pointer alignment macro in fio.h
- From: kusumi.tomohiro@xxxxxxxxx
- Re: Removing *.py ending from python script filenames
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- Re: hitting 2048 threads/jobs limit
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- hitting 2048 threads/jobs limit
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Re: Removing *.py ending from python script filenames
- From: Tobias Oberstein <tobias.oberstein@xxxxxxxxx>
- Removing *.py ending from python script filenames
- From: Martin Steigerwald <martin.steigerwald@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] Change .category of cpuio to FIO_OPT_C_ENGINE
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] Add missing opt/cat group entries
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/2] Change .category of cpuio to FIO_OPT_C_ENGINE
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/5] Rename FIO_TYPE_BD to FIO_TYPE_BLOCK
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5/5] Change td_var() to take void* for the first arg
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/5] Fix typo for "job" in plural
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/5] Refactor fio_show_ioengine_help()
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/5] Rename FIO_TYPE_BD to FIO_TYPE_BLOCK
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/5] Move options_mem_dupe() to parse.c
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: Recent changes (master)
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Support zlib in the Windows build (enables latency histogram logging)
- From: Jens Axboe <axboe@xxxxxx>
- Re: [PATCH] Support zlib in the Windows build (enables latency histogram logging)
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Support zlib in the Windows build (enables latency histogram logging)
- From: Jens Axboe <axboe@xxxxxx>
- Re: [PATCH v2 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
- From: Jens Axboe <axboe@xxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 4/4] pmemblk: Clarify fsize is in MiB not MB
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 3/4] pmemblk, dev-dax: clean up error logs
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 2/4] pmemblk, dev-dax: Update descriptions
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
- From: Robert Elliott <elliott@xxxxxxx>
- Re: [PATCH 1/4] Partly revert 8172fe97 in 2008 (A few debug debug log fixes)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/4] Python style/portability fix
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/4] Fix README regarding fio snapshots
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/4] Partly revert 8172fe97 in 2008 (A few debug debug log fixes)
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/4] Add missing trailing \n in dprint()
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH] Support zlib in the Windows build (enables latency histogram logging)
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- [PATCH 1/6] Bring in additional sg error cases from Linux kernel (and sg3) header
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/6] Staticize pmemblk ioengine_ops
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/6] Fix conditional/message for max lba for sg ioengine
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/6] Non functional fixup for 16 bytes read capacity for sg ioengine
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/6] Mention sg ioengine requires filename option
- From: kusumi.tomohiro@xxxxxxxxx
- Re: [PATCH 1/6] Bring in additional sg error cases from Linux kernel (and sg3) header
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 6/6] Fix compile time errors for skeleton_external ioengine
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] Fix comment on SCSI commands
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] Fix comment on SCSI commands
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/2] Remove doubled ; in .c
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] Fix invalid ioengine initialization for cpp_null
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: pmemblk and dev-dax cleanups
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] Don't malloc ioengine_ops for cpp_null
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/2] Fix invalid ioengine initialization for cpp_null
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: [PATCH 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: [PATCH v2] fio: add device dax engine
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH 4/4] pmemblk: Clarify fsize is in MiB not MB
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 3/4] pmemblk,dev-dax: clean up error logs
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 2/4] pmemblk, dev-dax: Update descriptions
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 1/4] pmemblk, dev-dax: load libpmem and libpmemblk at startup
- From: Robert Elliott <elliott@xxxxxxx>
- pmemblk and dev-dax cleanups
- From: Robert Elliott <elliott@xxxxxxx>
- RE: [PATCH v2] fio: add device dax engine
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Re: [PATCH 1/7] Fix trivial calloc argument order
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: Fio engine gfapi question
- From: qingwei wei <tchengwee@xxxxxxxxx>
- [PATCH 7/7] Add missing .help string for io_size option
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 6/7] Fix README - change just type "configure" to "./configure"
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 5/7] Add BSD package/building info to README
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 4/7] Fix canonical name for runtime/timeout option
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 3/7] Sync README with fio usage output
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 2/7] Add missing trailing \n in log_err/info()
- From: kusumi.tomohiro@xxxxxxxxx
- [PATCH 1/7] Fix trivial calloc argument order
- From: kusumi.tomohiro@xxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Fio engine gfapi question
- From: Ben England <bengland@xxxxxxxxxx>
- Fio engine gfapi question
- From: qingwei wei <tchengwee@xxxxxxxxx>
- Re: t/stest - OOM due to "smalloc bug, commit 271067a6"
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 01/12] Avoid using units in option defaults
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Update Windows maintainer contact details
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Update Windows maintainer contact details
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Faster fio verification
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Faster fio verification
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Faster fio verification
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: Faster fio verification
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: [PATCH 11/12] Improve IEC binary and SI decimal prefix handling
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH v2 11/12] Improve IEC binary and SI decimal prefix handling
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 12/12] Documentation for IEC binary and SI decimal prefix handling
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 05/12] Fix unit_base kb_base mixup in thread option conversion functions
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 09/12] Convert group_run_stats to use bytes instead of KiB/KB
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 08/12] gclient: Use proper time units in latency buckets chart
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 10/12] Clean up unit prefixes for binary multiples in comments and prints
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 06/12] Line up colons across read, write, and trim thread stats
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 07/12] gclient: Delete unused code
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 01/12] Avoid using units in option defaults
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 02/12] gfio: Improve IOPS textbox labels
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 03/12] Document trim workload choices and other nits
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH v2 04/12] tests, profiles: Use IEC prefixes for binary multiples
- From: Robert Elliott <elliott@xxxxxxx>
- RE: [PATCH 10/12] Clean up unit prefixes for binary multiples in comments and prints
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- RE: [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Re: [PATCH 02/12] gfio: Improve IOPS textbox labels
- From: Stephen Cameron <stephenmcameron@xxxxxxxxx>
- Re: [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- [PATCH 07/12] gclient: Delete unused code
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 12/12] Documentation for IEC binary and SI decimal prefix handling
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 06/12] Line up colons across read, write, and trim thread stats
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 10/12] Clean up unit prefixes for binary multiples in comments and prints
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 05/12] Fix unit_base kb_base mixup in thread option conversion functions
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 11/12] Improve IEC binary and SI decimal prefix handling
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 04/12] tests, profiles: Use IEC prefixes for binary multiples
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 08/12] gclient: Use proper time units in latency buckets chart
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 03/12] Document trim workload choices and other nits
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 02/12] gfio: Improve IOPS textbox labels
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 01/12] Avoid using units in option defaults
- From: Robert Elliott <elliott@xxxxxxx>
- Improve IEC binary and SI decimal prefix handling
- From: Robert Elliott <elliott@xxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- RE: [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- t/stest - OOM due to "smalloc bug, commit 271067a6"
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Re: [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- RE: [PATCH v2] fio: add device dax engine
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH 2/2] pmemblk: Clarify fsize is in MiB not MB
- From: Robert Elliott <elliott@xxxxxxx>
- [PATCH 1/2] pmemblk: clean up error logs
- From: Robert Elliott <elliott@xxxxxxx>
- Re: [PATCH v2] fio: Add support for auto detect dev-dax and libpmemblk engines
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2] fio: Add support for auto detect dev-dax and libpmemblk engines
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH] fio: Add support for auto detect dev-dax and libpmemblk engines
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] fio: Add support for auto detect dev-dax and libpmemblk engines
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: Signature for upstream tarball
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: OSX build error: POSIX_FADV_NORMAL undeclared
- From: Jens Axboe <axboe@xxxxxxxxx>
- OSX build error: POSIX_FADV_NORMAL undeclared
- From: Rebecca Cran <rebecca@xxxxxxxxxxxx>
- RE: [PATCH v2] fio: add device dax engine
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Signature for upstream tarball
- From: Martin Steigerwald <martin.steigerwald@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: [PATCH] fio: add additional support for dev-dax ioengine
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- RE: [PATCH] fio: add additional support for dev-dax ioengine
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: "fio --server" on Windows -> "fio: waitpid: Function not implemented"
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: FIO -- A few basic questions on Data Integrity.
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- FIO -- A few basic questions on Data Integrity.
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- [no subject]
- From: Saju Nair <saju.mad.nair@xxxxxxxxx>
- Re: [PATCH] fio: add additional support for dev-dax ioengine
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] fio: add additional support for dev-dax ioengine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: steadystate job termination
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- Re: steadystate job termination
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] use type double in creating floating point JSON values
- From: Jens Axboe <axboe@xxxxxxxxx>
- "fio --server" on Windows -> "fio: waitpid: Function not implemented"
- From: contactme@xxxxxxxxxxx
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] fio: move _FORTIFY_SOURCE to only when optimization is turned on
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] fio: move _FORTIFY_SOURCE to only when optimization is turned on
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: "fio --server" on Windows -> "fio: waitpid: Function not implemented"
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] fio: add debug compile flag to avoid compiler warning
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH v2] fio: add device dax engine
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] fio: add debug compile flag to avoid compiler warning
- From: Jens Axboe <axboe@xxxxxxxxx>
- Potential data races in fio as reported by ThreadSanitizer
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] use type double in creating floating point JSON values
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- Re: [PATCH] Change misleading error message for invalid size= value
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Change misleading error message for invalid size= value
- From: Jakub Sitnicki <jkbs@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- steadystate job termination
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- [PATCH v2] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Re: [PATCH] fio: add device dax engine
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Re: "fio --server" on Windows -> "fio: waitpid: Function not implemented"
- From: B Cran <bruce@xxxxxxxxxxx>
- "fio --server" on Windows -> "fio: waitpid: Function not implemented"
- From: "Olausson, Bjoern" <contactme@xxxxxxxxxxx>
- [PATCH] fio: add device dax engine
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] fio: add debug compile flag to avoid compiler warning
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- [PATCH] mmap engine: remove unused variable mmap_map_mask
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio assert
- From: Jaze Lee <jazeltq@xxxxxxxxx>
- Re: fio assert
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio assert
- From: Jaze Lee <jazeltq@xxxxxxxxx>
- Re: fio server code fix
- From: Jens Axboe <axboe@xxxxxxxxx>
- fio server code fix
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- Re: fio assert
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio assert
- From: Jaze Lee <jazeltq@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio bug report
- From: Denis Polom <dpolom@xxxxxxx>
- Re: fio bug report
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- fio bug report
- From: Denis Polom <dpolom@xxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio assert
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: [PATCH] Fix duplicated typos from 42d97b5c in fio(1)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Fix duplicated typos from 42d97b5c in fio(1)
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH] Remove extra space in tausworthe32 warning message
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio assert
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- fio assert
- From: Jaze Lee <jazeltq@xxxxxxxxx>
- [PATCH] Remove extra space in tausworthe32 warning message
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: fio crash on windows when using json output
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: fio crash on windows when using json output
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- [PATCH] Steadystate fixes
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- [PATCH] Eliminate extraneous JSON output
- From: Vincent Fu <Vincent.Fu@xxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Segfault in fio_libaio_getevents
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: [PATCH 1/2] Add blockdev_size() support for NetBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: [PATCH 1/2] Add blockdev_size() support for NetBSD
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] Add blockdev_size() support for NetBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Use the POSIX `EDEADLK` instead of the Linux `EDEADLOCK`
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Use the POSIX `EDEADLK` instead of the Linux `EDEADLOCK`
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: Results too good to be true?
- From: Andrzej Jakowski <andrzej.jakowski@xxxxxxxxx>
- Re: Results too good to be true?
- From: Tarek <cashew250@xxxxxxxxx>
- Re: Results too good to be true?
- From: Matthew Eaton <m.eaton82@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: Results too good to be true?
- From: "Elliott, Robert (Persistent Memory)" <elliott@xxxxxxx>
- [PATCH 2/2] Add blockdev_size() support for OpenBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 1/2] Add blockdev_size() support for NetBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Segfault in fio_libaio_getevents
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Results too good to be true?
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Results too good to be true?
- From: Tarek <cashew250@xxxxxxxxx>
- Re: [PATCH 1/2] Remove getopt_long_only macro from NetBSD header
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] Use fmt -w WIDTH option instead of -WIDTH
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/2] Remove getopt_long_only macro from NetBSD header
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 2/2] Use fmt -w WIDTH option instead of -WIDTH
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Sequential workload with fio
- From: Ben England <bengland@xxxxxxxxxx>
- Sequential workload with fio
- From: Andrzej Jakowski <andrzej.jakowski@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio replay_redirect fails when using log generated via write_iolog
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/4] Add FIO_HAVE_FS_STAT/get_fs_free_size() support for NetBSD
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/4] Add device_is_mounted() support for NetBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 3/4] Fix e7e136da (Add device_is_mounted() support for BSDs)
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 2/4] Add FIO_HAVE_FS_STAT/get_fs_free_size() support for OpenBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 1/4] Add FIO_HAVE_FS_STAT/get_fs_free_size() support for NetBSD
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Fio Multiple Nvme Disks
- From: Matthew Eaton <m.eaton82@xxxxxxxxx>
- fio replay_redirect fails when using log generated via write_iolog
- From: Jeremy Richards <jeremy.richards@xxxxxxxxxxx>
- Fio Multiple Nvme Disks
- From: Tarek <cashew250@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio crash on windows when using json output
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Implement nice() for Windows
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Implement nice() for Windows
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- "disable_bw" option in HOWTO should be "disable_bw_measurement"
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: [PATCH] windowsaio: fix completion thread affinitization
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/4] init: fix --bandwidth-log without argument
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] windowsaio: fix completion thread affinitization
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- [PATCH 3/4] iolog: make write_*_log prefix optional
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCH 4/4] Update bandwidth log documentation
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCH 1/4] init: fix --bandwidth-log without argument
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCH 2/4] iolog: fix --bandwidth-log segfaults
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- IOPS log per second and Latency log per-I/O
- From: Huaicheng Li <lhcwhu@xxxxxxxxx>
- fio crash on windows when using json output
- From: Shahar Glixman <sglixman@xxxxxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: Can FIO replay a "blktrace/blkparse" command list in Windows?
- From: Greg Frees <greg.frees@xxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: fio SGL support
- From: Jeff Furlong <jeff.furlong@xxxxxxxx>
- Re: fio SGL support
- From: Jens Axboe <axboe@xxxxxxxxx>
- RE: fio SGL support
- From: Jeff Furlong <jeff.furlong@xxxxxxxx>
- RE: json ouput is striping the last character of the year on Windows
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- Re: json ouput is striping the last character of the year on Windows
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio SGL support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: json ouput is striping the last character of the year on Windows
- From: Jens Axboe <axboe@xxxxxxxxx>
- Can FIO replay a "blktrace/blkparse" command list in Windows?
- From: Greg Frees <greg.frees@xxxxxxxx>
- fio SGL support
- From: Jeff Furlong <jeff.furlong@xxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- json ouput is striping the last character of the year on Windows
- From: Chris Taylor <ctaylor@xxxxxxxxxx>
- Re: Unaligned zoned write with bsrange ‘3k-1025K’ always fails for the reason being ‘data corruption’
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Unaligned zoned write with bsrange ‘3k-1025K’ always fails for the reason being ‘data corruption’
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Patches to fix Time_tToSystemTime and stat.c time_buf being uninitialized
- From: Jens Axboe <axboe@xxxxxxxxx>
- Patches to fix Time_tToSystemTime and stat.c time_buf being uninitialized
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- ETA and percentage complete seem a bit broken in git master (d22042d2117b78e16b06bab0880422c417007d37)
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: bssplit functionality seems broken in 2.13
- From: Ryan Stiles <rstiles.org@xxxxxxxxx>
- Re: fio and posix_fadvise
- From: Fabrice Bacchella <fabrice.bacchella@xxxxxxxxx>
- Re: fio and posix_fadvise
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: progress on fio --client
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio and posix_fadvise
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: bssplit functionality seems broken in 2.13
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- disk utilization in terse output
- From: Bernhard Furtmueller <bernhard.furtmueller@xxxxxxxxxxxx>
- bssplit functionality seems broken in 2.13
- From: Ryan Stiles <rstiles.org@xxxxxxxxx>
- fio and posix_fadvise
- From: Fabrice Bacchella <fabrice.bacchella@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: client/server mode fails with Assertion `client->eta_in_flight = eta' failed
- From: Srinivasa Chamarthy <chamarthy.raju@xxxxxxxxx>
- progress on fio --client
- From: Ben England <bengland@xxxxxxxxxx>
- Re: client/server mode fails with Assertion `client->eta_in_flight = eta' failed
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: client/server mode fails with Assertion `client->eta_in_flight = eta' failed
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- fio x-axis show date/time on output logs
- From: Frank White <frankwhitebe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Compression with unique buffers across
- From: Srinivasa Chamarthy <chamarthy.raju@xxxxxxxxx>
- Re: client/server mode fails with Assertion `client->eta_in_flight = eta' failed
- From: Chris Worley <worleys@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio hanging waiting of Futex lock in 2.12
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio hanging waiting of Futex lock in 2.12
- From: Ryan Stiles <ras@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio hanging waiting of Futex lock in 2.12
- From: Ryan Stiles <ras@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: client/server histograms
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio hanging waiting of Futex lock in 2.12
- From: Jens Axboe <axboe@xxxxxxxxx>
- fio hanging waiting of Futex lock in 2.12
- From: Ryan Stiles <ras@xxxxxxxxx>
- client/server histograms
- From: Karl Cronburg <kcronbur@xxxxxxxxxx>
- Re: Fwd: Trim options for Windows
- From: Bruce Cran <bruce@xxxxxxxxxxx>
- Re: Fwd: Trim options for Windows
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: multiple entries for each second for bw/iop/xlat log files
- From: Saeed <ionictea@xxxxxxxxx>
- Re: Error during sequential read
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: multiple entries for each second for bw/iop/xlat log files
- From: Saeed <ionictea@xxxxxxxxx>
- Re: multiple entries for each second for bw/iop/xlat log files
- From: Karl Cronburg <kcronbur@xxxxxxxxxx>
- Re: multiple entries for each second for bw/iop/xlat log files
- From: Saeed <ionictea@xxxxxxxxx>
- Re: [sparc64] fio bus error
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [sparc64] fio bus error
- From: Anatoly Pugachev <matorola@xxxxxxxxx>
- Re: multiple entries for each second for bw/iop/xlat log files
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: write_iops_log doesn't show any iops
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [sparc64] fio bus error
- From: Jens Axboe <axboe@xxxxxxxxx>
- multiple entries for each second for bw/iop/xlat log files
- From: Saeed <ionictea@xxxxxxxxx>
- write_iops_log doesn't show any iops
- From: Saeed <ionictea@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [sparc64] fio bus error
- From: Anatoly Pugachev <matorola@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Segfault in fio_libaio_getevents
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Segfault in fio_libaio_getevents
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: Segfault in fio_libaio_getevents
- From: Jens Axboe <axboe@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Segfault in fio_libaio_getevents
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Re: json output and normal output in different files?
- From: Jens Axboe <axboe@xxxxxxxxx>
- json output and normal output in different files?
- From: Saeed <ionictea@xxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Fio latency inconsistent
- From: Sitsofe Wheeler <sitsofe@xxxxxxxxx>
- Fio latency inconsistent
- From: "j.Lucas" <j_lucas@xxxxx>
- Re: [PATCH 1/6] Use char* for pid_file path
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 6/6] Check if sysfs ioscheduler entry is "none"
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 5/6] Use a pointer to const char* for I/O engine name (in response to aa2b823c)
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 4/6] Add missing FIO_NET_CMD entry to fio_server_ops[]
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 3/6] Make local const string array static
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 2/6] Change --output-format argument from optional to required
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- [PATCH 1/6] Use char* for pid_file path
- From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
- Re: fio2gnuplot iop graphs not showing any output
- From: Saeed <ionictea@xxxxxxxxx>
- Re: Unlink after each loop in job
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Unlink after each loop in job
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Unlink after each loop in job
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Unlink after each loop in job
- From: Erwan Velu <evelu@xxxxxxxxxx>
- Re: Unlink after each loop in job
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Recent changes (master)
- From: Erwan Velu <evelu@xxxxxxxxxx>
- Recent changes (master)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: fio2gnuplot iop graphs not showing any output
- From: Erwan Velu <evelu@xxxxxxxxxx>
[Index of Archives]
[Linux Kernel]
[Linux SCSI]
[Linux IDE]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Git]
[Yosemite News]