2008-03-04 | Jens Axboe | Revamp file locking Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | filehash.c: remove debug hash dump Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | sem.c: cleanup Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Makefile updates Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Makefile updates Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Add rw mutex init helper Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Use read-writer locks in smalloc Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Add read-write mutexes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-03 | Jens Axboe | Remove debug printf() in net engine Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add the file sharing bits Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Hook up the file hashing Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Missed fio.h update for filehash, oops Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add file hashing helpers Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Remember to init and exit the smalloc allocator Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Jobs must always open their own files Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add list_del_init() to list.h Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Remember to free the file structure as well Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Allocate file structure from shared process pool Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add a semaphore implementation Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add a really simple allocator, backed with mmap'ed... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Missed update of dup_files() for dynamically allocated... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add file locking hooks Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Remove the file->last_completed_pos variable Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Make file structures dynamically allocated Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Enable quiet build mode, enable by default Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Update close file handler to return potential error Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Add close_files() that closes all files Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Only initialize random map if we are actually going... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Fix potential crash in terminate_threads() Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | When retrieving a requeued IO, don't setup data pointers... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Fix bad inlining in mutex.h Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-03-01 | Jens Axboe | Fix recursive dump of options Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-27 | Jens Axboe | Confusion between mutex and semaphore naming Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-27 | Jens Axboe | Add --debug=parse for option parsing debug Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-26 | Aaron Carroll | fio.1: add section option and remove spurious command... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-26 | Zhang, Yanmin | extend_file need continue when the file exists Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-24 | Jens Axboe | Move syslet/indirect bits into the OS specific directory Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-21 | Jens Axboe | Remove dead FIO_FILE_EXISTS flag Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-21 | Jens Axboe | prune_io_piece_log() also needs to take list into account Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-21 | Jens Axboe | Remove dead FIO_FILE_NOSORT flag Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-20 | Aaron Carroll | fix hugepage-size type mismatch Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-20 | Aaron Carroll | account for delayed jobs when reaping threads Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-19 | Jens Axboe | Fio 1.19 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-19 | Jens Axboe | Don't always print usage info Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-19 | Jens Axboe | Mention new --debug=random option in README Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-19 | Jens Axboe | More random fixes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-19 | Jens Axboe | Fix TO_MAP_BLOCK() taking offset into account twice Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Add FIO_SIGQUIT engine option Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Cleanup parse_cmd_line() Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Add --section command line option Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Exit on bad command line options Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Add/correct missing command line options in help text Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Fio 1.18.1 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Fix typo in mark_random_map() Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-18 | Jens Axboe | Fix random location generation with offset != 0 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-08 | Gurudas Pai | fio: HOWTO update Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-06 | Jens Axboe | Verify doesn't really work on mixed read/write workloads... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-06 | Jens Axboe | Fix misplaced exit(0) in cpus_allowed setting Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-06 | Gurudas Pai | fio: minor HOWTO fix Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-05 | Jens Axboe | man page update Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-05 | Jens Axboe | Fio 1.18 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-05 | Jens Axboe | Fix offset retrieval problem for read and write having... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-05 | Jens Axboe | parser: always set off3/4 even if we have more Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | sync engine: missing fsync check in vsync Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Add vsync io engine Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Improve depth marking Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Decrement io_issue count when requeuing an io_u Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Add debug trace for io_u_queue_complete() Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Don't allow FIO_SYNCIO io engine flag to override queue... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | sync engine: cleanup psync/sync seperation Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Jens Axboe | Don't force iodepth == 1 for SYNC io engine Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-04 | Zhang, Yanmin | Fix bug in fio mutex initialization Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | A few debug debug log fixes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | Add option for not including the tracing stuff Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | Add blktrace and verify debug tracing Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | CPU burn engine fix Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | A bunch of fixes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | Typo in 'init' debug option mask Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | Add --debug for enabling internal dumps on various... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-02-01 | Jens Axboe | Stop job if it fails to do any IO for a new invocation Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-31 | Jens Axboe | Fio 1.17.3 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-31 | Jens Axboe | Merge branch 'master' of ssh://router/data/git/fio |
commit | commitdiff | tree |
2008-01-31 | Jens Axboe | Fix wrong accouning of zone bytes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-25 | Jens Axboe | Random IO fixes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-24 | Jens Axboe | More file extend fixes Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-24 | Gurudas Pai | file extent fix Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-18 | Jens Axboe | Update iodepth_batch documentation Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-18 | Jens Axboe | Make iodepth_batch=1 by default Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-18 | Jens Axboe | libio: fix bug in commit hook Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-16 | Jens Axboe | surface-scan: make bs 64k again Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-16 | Shawn Lewis | Add sample file for surface scan Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-16 | Shawn Lewis | Revert "Remove verify_pattern option, replace with... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-11 | Shawn Lewis | Don't truncate files if we don't need to extend them Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2008-01-11 | Shawn Lewis | Add fill_device option Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-21 | Gurudas Pai | fio: Fix for new file creation Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-19 | Jens Axboe | Show fio help page when no arguments are given Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-14 | Jens Axboe | Overflow bugs in random map Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-14 | Jens Axboe | Add Intel IOMeter file access server example job file Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-14 | Jens Axboe | Add support for 'bssplit' option, fine grained block... Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
2007-12-12 | Jens Axboe | '1' is minimum value for queue depth, don't allow 0 Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |
commit | commitdiff | tree |
next |