fio.git
2016-09-26 Jens Axboeinit: remove unused variable
2016-09-26 Jens Axboefilehash: move to separate allocation
2016-09-26 Jens Axboefio: bump max jobs to 4k
2016-09-25 Jens Axboesmalloc: OOM fixups
2016-09-25 Jens Axboebloom: don't enforce minimum entry count
2016-09-25 Jens Axboefile: add bloom filter to avoid quadratic lookup behavior
2016-09-25 Jens Axboeinit: re-call sinit() if we change the smallc pool...
2016-09-25 Jens Axboesmalloc: fixup --alloc-size
2016-09-25 Jens Axboebloom: allow to pass in whether to set bits for strings
2016-09-23 Jens Axboebloom: add string version
2016-09-23 Jens Axboebloom: hashes take byte lengths, not nwords
2016-09-23 Jens Axboebloom: use bool
2016-09-21 Jens Axboestat: check if ctime_r() ends in a newline before stripping
2016-09-21 Jens Axboeos/windows/posix.c: ensure that ctime_r() adds a newline
2016-09-19 Josh SinykinWindows: fix Time_tToSystemTime function to be 64-bit...
2016-09-19 Josh SinykinFix garbage characters in json output caused by time_bu...
2016-09-16 Jens Axboeworkqueue: kill SW_F_EXITED
2016-09-16 Jens Axboeiolog: dprint() casts for 32-bit warnings
2016-09-16 Jens AxboeFixup two compile warnings
2016-09-16 Jens AxboeFio 2.14 fio-2.14
2016-09-16 Jens Axboeconfigure: harden clockid_t test
2016-09-16 Jens Axboemac: fix for 10.12 having clockid_t
2016-09-16 Jens Axboeclient: coding style fixups
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-16 Jens Axboeio_u: fix overflow in 64-bit bssplit calculation
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-15 Jan Fajerskiadd simple fio.service to start fio server with systemd
2016-09-13 Jens Axboeclient: ignore SEND_ETA, if we can't fin a reply command
2016-09-12 Jens AxboeMakefile: fixup java path for libhdfs
2016-09-12 Jens Axboeinit: pass in right pointer to def thread options free
2016-09-08 Ben Englandsafety first!
2016-09-06 Ben Englandadhere to fio coding standards
2016-09-06 Ben Englandgenerate unique pathname for each fio --client log...
2016-09-06 Karl CronburgMakes use of configparser portable to older versions by:
2016-09-02 Jens Axboeserver: bump version
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-29 Jeff Furlongjesd219: fix alignment
2016-08-29 Jens AxboeFIO-VERSION-GEN: fix dirty repo tracking
2016-08-29 Jens Axboefilelock: bool conversion
2016-08-29 Jens Axboetrim: convert to bool
2016-08-26 Jens Axboebackend: check if we need to update rusage stats, if...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-26 Jens Axboefile: fio_files_done() can return bool
2016-08-26 Jens Axboefile: fix numjobs > 1 and implied jobname as filename
2016-08-25 Jens AxboeMerge branch 'epoch-histograms' of https://github.com...
2016-08-25 Karl CronburgGive job file to fiologparser_hist.py so that it can...
2016-08-22 Jens Axboestat: don't trust per_unit_log() if log is NULL
2016-08-20 Jens Axboeverify: use proper include for PATH_MAX
2016-08-18 Karl CronburgManual page for fiologparser_hist.py and Makefile updat...
2016-08-18 Jens AxboeMerge branch 'epoch' of https://github.com/cronburg/fio
2016-08-18 Karl CronburgOption for changing log files to use Unix epoch instead...
2016-08-18 Jens Axboeparse: fix void * pointer math complaint
2016-08-18 Jens AxboeAdd basic write/read-and-verify example job file
2016-08-18 Jens Axboefio: use the proper enum type for the shifted IO engine...
2016-08-16 Jens AxboeFix backwards reads with --size smaller than the file...
2016-08-16 Jens Axboehistogram: style and list fixups
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Karl CronburgMake histogram samples non-cumulative by tracking a...
2016-08-16 Jens AxboeVarious cleanups
2016-08-16 Jens Axboegfio: fix auto-start of backend
2016-08-15 Jens Axboegfio: fix link error
2016-08-15 Jens Axboeparse: remove dead code
2016-08-15 Jens Axboeparse: get rid of __td_var()
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-08-15 Jens AxboeOption updates
2016-08-15 Jens Axboeoptions: pass in right pointer to options free
2016-08-15 Jens Axboefio: inherit IO engine flags to 'td'
2016-08-15 Jens Axboefio: move thread_options
2016-08-15 Jens Axboeoptions: remove dependency of 'o' being first in 'td'
2016-08-15 Jens AxboeOnly enable atomic io_u flag setting/clearing if we...
2016-08-08 Jens Axboeiolog: silence warning on pointer cast on 32-bit compiles
2016-08-08 Tomohiro KusumiCheck if sysfs ioscheduler entry is "none"
2016-08-08 Tomohiro KusumiUse a pointer to const char* for I/O engine name (in...
2016-08-08 Tomohiro KusumiAdd missing FIO_NET_CMD entry to fio_server_ops[]
2016-08-08 Tomohiro KusumiMake local const string array static
2016-08-08 Tomohiro KusumiChange --output-format argument from optional to required
2016-08-08 Tomohiro KusumiUse char* for pid_file path
2016-08-08 Jens AxboeFix spelling error
2016-08-08 mrturtledevAdd 'unlink_each_loop' option
2016-08-08 Jens Axboeioengines: fixup td_io_unlink_file() error propagation
2016-08-08 Jens Axboeiolog: hist_sum() should return unsigned long
2016-08-07 Jens Axboestat: fixups to histogram logging
2016-08-07 Jens Axboeiolog: style updates
2016-08-07 Jens Axboeserver: bump protocol version
2016-08-07 Jens AxboeMerge branch 'histograms-PR' of https://github.com...
2016-08-06 Karl CronburgThis commit / feature adds completion latency histogram...
2016-08-05 Jens AxboeRevert "filesetup: ensure that we catch a file flagged...
2016-08-03 Jens Axboetravis: don't enable rbd
2016-08-03 Jens Axboetravis: add rbd/zlib
2016-08-03 Jens Axboefilesetup: ensure that we catch a file flagged for...
2016-08-03 Jens Axboeiolog: prevent early entry from skewing entire logging run
2016-08-03 Jan Fajerskifix typo in HOWTO
2016-08-03 Jan Fajerskifix typo in HOWTO
2016-08-02 Jens Axboeengines/rbd: fix compile without blkin support
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-08-02 Jens AxboeRevert "filesetup: ensure that we align file starting...
2016-08-01 Jens Axboebackend: do_verify() cleanup
2016-07-29 Jens Axboebackend: do_dry_run(): get_io_u() can return an error...
2016-07-29 Tomohiro KusumiUse larger local buffer for I/O engine name
2016-07-29 Tomohiro KusumiNull terminate before (or after) strncpy(3)
next