eda3a60699e1d96bb68875ef2169ca819eb8f4f9 |
|
20-May-2017 |
Elliott Hughes <enh@google.com> |
Update to fio-2.20. Bug: N/A Test: builds, seems to work Change-Id: I455dcc898f00dc50ae5cb65d1b381982df5a51e0
/external/fio/lib/num2str.c
|
de54cfd8b8e93d2a32a02961f1587b83f0763aa8 |
|
11-Nov-2014 |
Jens Axboe <axboe@fb.com> |
Add support for verify triggers and verify state saving This allows you to (for instance) instantly terminate a verify write workload, and then later that everything was written correctly up to that very point. This can be useful for testing powercut scenarios, which is often problematic on storage devices. The trigger part is a file based notification scheme, similar to what is provided for the status dumps. When triggered, fio will exit immediately and write the verify state safely to disk. A trigger can be accompanied by a trigger command. Say you wanted to test powercut safety, the trigger could be something that immediately cut power to the machine. The verify state is either saved locally (if run locally), or saved over the network if run in client/server mode. Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/lib/num2str.c
|
b7e147d1552c022838f4b9d8f02c477b6f906084 |
|
14-Apr-2014 |
Jens Axboe <axboe@fb.com> |
num2str: ensure we never access postfix[] out-of-bounds Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/lib/num2str.c
|
10aa136bddbaa7c845ab4eacb4a9a4a88d6657a3 |
|
02-Apr-2014 |
Jens Axboe <axboe@fb.com> |
Cleanup symbols that should be static Run analysis on symbols not used outside of their current file, turn them into statics. Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/lib/num2str.c
|
73798eb297e4d4afa2f67d72eb2a3618592a1c4d |
|
06-Apr-2013 |
Steven Noonan <steven@uplinklabs.net> |
num2str: add arguments to represent values in terms of bytes/bits This allows for representing I/O rates in terms of e.g. megabits (Mb) versus megabytes (MB). Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/lib/num2str.c
|
05463816cb6944649ac152283a9d02629ff91c0d |
|
16-Sep-2010 |
Jens Axboe <jaxboe@fusionio.com> |
num2str fixes Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
/external/fio/lib/num2str.c
|
1ec3d69b0ed8cc7a3eba0192685034d5442989e4 |
|
16-Sep-2010 |
Jens Axboe <jaxboe@fusionio.com> |
Implement a better num2str() Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
/external/fio/lib/num2str.c
|