fio.git
2010-08-25 Jens AxboeFio 1.43 fio-1.43
2010-08-25 Jens AxboeMark "read_iolog" as a parent for "replay_no_stall"
2010-08-24 David NellansAdd option to skip delays when replaying traces
2010-08-24 Jens AxboeFix blktrace replay
2010-08-15 Jens AxboeFio 1.43-rc1 fio-1.43-rc1
2010-08-15 Jens AxboeFixup misuse of get_cpu_clock()
2010-08-11 Jens AxboeAdd comment on why fallocate is disabled on AIX
2010-08-11 Jens AxboeUpdate OS support line
2010-08-11 Jens AxboeCleanup MSG_DONTWAIT
2010-08-11 Jens AxboeBad indentation
2010-08-11 Jens AxboeAIX fixups
2010-08-10 Jens AxboeAdd comment as to where getopt_long.c came from
2010-08-10 Cigy CyriacAdd support for AIX
2010-08-10 Cigy CyriacNot all platforms have MSG_DONTWAIT
2010-08-10 Cigy CyriacFix bad casting of unsigned long long to unsigned long
2010-08-10 Cigy CyriacAdd get_cpu_clock() for powerpc
2010-08-01 bart Van AsscheReduce thread stack size
2010-08-01 Jens AxboeReduce stack consumption in blktrace load
2010-07-29 Jens AxboeFix leak when finding aliases in the log rbtree
2010-07-29 Jens AxboeFix bad deref of memory in parser
2010-07-20 Jens AxboeAdd rw_sequencer option
2010-07-20 Jens AxboeRename ddir_nr -> ddir_seq_nr
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-07-19 Jens AxboeHave cscope look in subdirs too
2010-07-14 Jens AxboeFio 1.42 fio-1.42
2010-07-14 Radha RamachandranNo need to use specific flag for io_u fill length
2010-07-14 Jens AxboeReally fix broken option length check
2010-07-14 Jens AxboeTurn io_u filled variable into a flag
2010-07-14 Radha RamachandranReuse filled pattern
2010-07-09 Jens AxboeFio 1.41.6 fio-1.41.6
2010-07-09 Jens AxboeOnly flag sync_file_range() support for newer Linux...
2010-06-30 Jens AxboeUpdate documentation on new terse format and add versio...
2010-06-29 Jens AxboeFix startdelay option with s/m/h/d postfix
2010-06-29 Jens Axboecrc32c-intel: replace SIGILL approach with cpuid
2010-06-28 Greg Edwardsfix posix_fallocate() return value usage
2010-06-28 Greg Edwardsgracefully handle full /tmp file system
2010-06-25 Jens AxboeFio 1.41.5 fio-1.41.5
2010-06-25 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-06-25 Jens AxboeRevert "fix 1000 vs kb_base confusion in show_run_stats."
2010-06-25 Jens AxboeDocumentation update
2010-06-24 Jens AxboeFio 1.41.4 fio-1.41.4
2010-06-24 Jens AxboeAdd chardev size getting
2010-06-24 Jens AxboeAdd total latency log
2010-06-24 Jens AxboeFix FreeBSD warning
2010-06-24 Jens AxboeAdd real blockdev_size() for FreeBSD
2010-06-24 Jens AxboeMake fill_device detect bdev sizes too
2010-06-24 Jens AxboeFix man page documentation for verify_pattern
2010-06-23 Jens AxboeAllow use of KiB etc to give explicit base 10 multiplies
2010-06-23 YAMAMOTO Takashifix 1000 vs kb_base confusion in show_run_stats.
2010-06-22 Jens Axboeposixaio: return any ready event in ->getevents()
2010-06-22 Jens AxboeAdd off64_t to FreeBSD
2010-06-21 Jens AxboeFio 1.41.3 fio-1.41.3
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-06-21 Jens AxboeDocumentation update
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2010-06-21 Jens AxboeMissing new line
2010-06-21 Jens AxboeCleanup up SIGILL for crc32c-intel
2010-06-21 Jens AxboeAdd documentation for verify_backlog and verify_backlog...
2010-06-21 Jens AxboeFio 1.41.2 fio-1.41.2
2010-06-21 Jens AxboeFix disk util for slaves
2010-06-21 Jens AxboeDo diskutil check earlier
2010-06-21 Jens AxboeFio 1.41.1 fio-1.41.1
2010-06-21 Jens AxboeFix a bug with multiple files in the same io_piece...
2010-06-18 Jens AxboeFio 1.41 fio-1.41
2010-06-18 Jens AxboeVerify fatal fixups
2010-06-18 Jens AxboeError reporting fixups for meta/pattern verifies
2010-06-18 Jens AxboeInclude file name in offset failure
2010-06-18 Jens AxboeUnified verify failure error reporting
2010-06-18 Jens Axboeparser: match on length of argument, not potential...
2010-06-18 Jens AxboeFirst step in unified crc error logging
2010-06-18 Jens AxboeFio 1.40 fio-1.40
2010-06-18 Jens AxboeRevert "Only apply verify interval to meta verifier...
2010-06-18 Jens AxboeFix bad int truncate in verify
2010-06-17 Jens AxboeEnsure we never overlap with existing blocks
2010-06-17 Jens AxboeOnly apply verify interval to meta verifier, which...
2010-06-17 Jens Axboemd5: fix bug in hash size
2010-06-15 Jens AxboeDefault verify backlog batch to verify backlog setting...
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-06-11 YAMAMOTO Takashifix a weird check of the return value of aio_cancel.
2010-06-09 Jens AxboeUpdate email addresses
2010-06-09 YAMAMOTO Takashiinclude libgen.h for basename
2010-06-03 Jens AxboeFio 1.39 fio-1.39
2010-06-02 YAMAMOTO Takashiremove unnecessary bash-ism
2010-06-01 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-06-01 Jens AxboeFix undeclared mkdir() on Fedora 13
2010-05-22 Jens AxboeFio 1.39-rc1 fio-1.39-rc1
2010-05-22 Jens AxboeFix problem with --section matching
2010-05-21 Jens AxboeAdd missing os/os-netbsd.h file
2010-05-20 YAMAMOTO TakashiInclude latest Makefile changes in Makefile.NetBSD
2010-05-17 Jens AxboeFix blkparse typo
2010-05-17 Jens AxboeImprove ETA for fill_device based job files
2010-05-12 YAMAMOTO Takashifio netbsd support
2010-05-04 Jens AxboeFix typo in flist_sort.c
2010-05-04 Jens AxboeAdd flist sorting
2010-04-14 Erik Inge Bolsøadd link to new list archives
2010-04-13 Jens AxboeFix spelling error
2010-04-13 Jens AxboeMake sure that alias names are also valid on the comman...
2010-04-01 Jens AxboeMake the 'closest option' print a bit better
2010-03-31 Vivek GoyalAdd an option "cgroup_nodelete" to not delete cgroups...
2010-03-31 Jens Axboesfree(NULL) is ok
next