Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
e476994eed3bee246ca166ea6ad6018911408e9b
e476994
Merge branch 'master' into gfio
by Jens Axboe
· 13 years ago
ba47f51
Add regression test for 82af2a7c
by Jens Axboe
· 13 years ago
82af2a7
Fix failure to verify in mixed read/write workload with backlog
by Jens Axboe
· 13 years ago
38634cb
gfio: add recently opened files to File menu
by Jens Axboe
· 13 years ago
21ba904
gfio: change Job->Connect menu item string
by Jens Axboe
· 13 years ago
008ad07
Add gfio TODO file
by Jens Axboe
· 13 years ago
6547633
gfio: remove widgets from struct gui/gui_entry that we don't really use
by Jens Axboe
· 13 years ago
3af4520
Client reference fixes
by Jens Axboe
· 13 years ago
93e2db2
gfio: add support for graph tooltips
by Jens Axboe
· 13 years ago
f5c6726
gfio: allow close with ctrl-w if there are no clients
by Jens Axboe
· 13 years ago
2156fcd
Merge branch 'gfio' of ssh://brick.kernel.dk/data/git/fio into gfio
by Jens Axboe
· 13 years ago
63f81ed
gfio: fix hiding of menu entries
by Stephen M. Cameron
· 13 years ago
78cb2fe
gfio: fix crash when pushing 'start job' and no client connected
by Jens Axboe
· 13 years ago
76792ac
Makefile: properly clean all objects on make clean
by Jens Axboe
· 13 years ago
cf4b044
gfio: fix wrong pointer being passed into file_open()
by Jens Axboe
· 13 years ago
261f21d
gfio: prep for recent files
by Jens Axboe
· 13 years ago
85dd01e
gfio: improve Job menu
by Jens Axboe
· 13 years ago
02421e6
gfio: add support for making job menu visible or not
by Jens Axboe
· 13 years ago
16ce5ad
gfio: add close-tab functionality
by Jens Axboe
· 13 years ago
da18543
gfio: prevent multitext crash on invalid update
by Jens Axboe
· 13 years ago
c9c6331
Group options into categories
by Jens Axboe
· 13 years ago
c80b74b
gfio: pack per-job info in a multitext structure
by Jens Axboe
· 13 years ago
b7cfb2e
Only send job options once
by Jens Axboe
· 13 years ago
def0ac2
gfio: add extra space to the graphs at the edges
by Stephen M. Cameron
· 13 years ago
c9e8d6e
gfio: fix tickmark shortening for zero special case
by Stephen M. Cameron
· 13 years ago
c148dae
graph: drop more than 1 entry, if we are more than 1 above the limit
by Jens Axboe
· 13 years ago
c05d905
gfio: use current value of graph limit as the default
by Jens Axboe
· 13 years ago
57f9d28
gfio: encapsulate x- and y-offsets into graph library
by Stephen M. Cameron
· 13 years ago
ba35aa8
gfio: add comments to interface of graph mini library
by Stephen M. Cameron
· 13 years ago
f0af9f8
gfio: use graph axis unit change notification callbacks
by Stephen M. Cameron
· 13 years ago
7175d91
gfio: add graph axis unit change notification callbacks
by Stephen M. Cameron
· 13 years ago
09ad20f
gfio: fix discrepancies between graph header and implementation
by Stephen M. Cameron
· 13 years ago
1e1ffcc
gfio: do not mix K M and G when shortening axis labels
by Stephen M. Cameron
· 13 years ago
a31d9fa
gfio: move debug preferences last
by Jens Axboe
· 13 years ago
1cf6bca
gfio: add eta msec interval preference
by Jens Axboe
· 13 years ago
6433ee0
client: make ETA interval poll period configurage in fio_client_ops
by Jens Axboe
· 13 years ago
8577f4f
gfio: add preference entry for number of values to keep in graph
by Jens Axboe
· 13 years ago
207b18e
Mark buffer_compress_chunk as child of buffer_compress_percentage
by Jens Axboe
· 13 years ago
f97a43a
Add buffer_compress_chunk option
by Jens Axboe
· 13 years ago
629f1d7
Honor refill_buffers even for verifies
by Jens Axboe
· 13 years ago
9883653
Compression buffer fill fix
by Jens Axboe
· 13 years ago
d824c3b
client: send probe from fio_client_connect()
by Jens Axboe
· 13 years ago
3863d1a
gfio: better handle multiple threads/processes in a job
by Jens Axboe
· 13 years ago
0aa928c
gfio: make results notebook scrollable too
by Jens Axboe
· 13 years ago
b870c31
gfio: make notebooks scrollable if there are too many
by Jens Axboe
· 13 years ago
343cb4a
gfio: hold a reference to the fio_client structure
by Jens Axboe
· 13 years ago
c724926
gfio: more error reporting
by Jens Axboe
· 13 years ago
8b4e61b
server: return real error from fio_send_data()
by Jens Axboe
· 13 years ago
25095e1
client: return more errors
by Jens Axboe
· 13 years ago
a1a3ed5
client: return errno on connection failure
by Jens Axboe
· 13 years ago
9988ca7
gfio: handle clients individually
by Jens Axboe
· 13 years ago
a9eccde
gfio: only start one client net handler
by Jens Axboe
· 13 years ago
2f99deb
gfio: start of support for notebooked jobs
by Jens Axboe
· 13 years ago
98ceabd
gfio: ignore group stats for now
by Jens Axboe
· 13 years ago
5116779
Add basic cconv test
by Jens Axboe
· 13 years ago
b9d2f30
Separate the act of adding and starting a job
by Jens Axboe
· 13 years ago
7a8a9b2
example: bump netio example to 100g transfer
by Jens Axboe
· 13 years ago
5d7793a
server: rename CMD_RUN to CMD_SERVER_START
by Jens Axboe
· 13 years ago
dcaeb60
client/server: pass back packed thread_options in add_job()
by Jens Axboe
· 13 years ago
019dd47
gfio: Add y-axis labels
by Stephen M. Cameron
· 13 years ago
6bf8600
gfio: move graph area a bit to the right
by Stephen M. Cameron
· 13 years ago
b655c18
gfio: fix a bug in the y-axis label shortening algorithm
by Stephen M. Cameron
· 13 years ago
2dc1cbb
Add thread_options_pack structure
by Jens Axboe
· 13 years ago
ec41265
Abstract out the thread_options structure
by Jens Axboe
· 13 years ago
8c621fb
client/server: store/convert/send jobs_eta->nr_threads too
by Jens Axboe
· 13 years ago
6b79c80
gfio: improve stop handling
by Jens Axboe
· 13 years ago
b01329d
gfio: make the end results window a scrolled one
by Jens Axboe
· 13 years ago
f129909
gfio: don't use gtk_dialog_get_content_area()
by Jens Axboe
· 13 years ago
604cfe3
gfio: add missing disk utilization stat to end results
by Jens Axboe
· 13 years ago
3ea48b8
gfio: allow graph to stretch or shrink as window expands or contracts
by Stephen M. Cameron
· 13 years ago
10e54cd
gfio: right justify y-axis labels
by Stephen M. Cameron
· 13 years ago
d582bf7
gfio: fix problem with graph finding data range.
by Stephen M. Cameron
· 13 years ago
9ce9cfb
gfio: get rid of invisible data
by Stephen M. Cameron
· 13 years ago
17ba3e4
gfio: shorten graph tick lables so x000000000 becomes
by Stephen M. Cameron
· 13 years ago
fe8afdd
gfio: cap graph data count
by Stephen M. Cameron
· 13 years ago
9f4883a
gfio: change color of graphs
by Jens Axboe
· 13 years ago
45dcb2e
gfio: remove a few debug printfs
by Jens Axboe
· 13 years ago
38afe83
gfio: remove boxes between graphs
by Jens Axboe
· 13 years ago
b04ad8d
gfio: add units to x-axis labels and remove redundant y-axis labels
by Stephen M. Cameron
· 13 years ago
cae0872
gfio: make empty graph show grid lines, not "No good data"
by Stephen M. Cameron
· 13 years ago
aaa71f6
gfio: make graph background white
by Stephen M. Cameron
· 13 years ago
84a72ed
gfio: add license
by Jens Axboe
· 13 years ago
81e4ea6
gfio: update about dialog
by Jens Axboe
· 13 years ago
f3e8440
gfio: add font selection and resize original window
by Jens Axboe
· 13 years ago
87d5f27
graph: use unsigned ints
by Jens Axboe
· 13 years ago
62bc937
gfio: be a bit more clever on when to auto-start backend or not
by Jens Axboe
· 13 years ago
a04f158
parser: relax restriction on postfix ranges
by Jens Axboe
· 13 years ago
d1ece0c
Fix batch mismatch for verifies
by Jens Axboe
· 13 years ago
5318658
Add regression test for f7078f7b
by Jens Axboe
· 13 years ago
f7078f7
Fix bug that causes early termination of fio with verify_backlog
by Jens Axboe
· 13 years ago
2d26299
gfio: add *.ini as fio job file filter
by Jens Axboe
· 13 years ago
2fd3bb0
gfio: Add graphs for read/write bandwidth and read/write IOPS
by Jens Axboe
· 13 years ago
af58ef3
gfio: Add mini library to draw bar graphs and line graphs
by Stephen M. Cameron
· 13 years ago
e34f6ad
gfio: clear progress bar on job end
by Jens Axboe
· 13 years ago
63a130b
gfio: first attempt at actually automatically starting backend server
by Jens Axboe
· 13 years ago
905c78b
server: fix bad win32 indentation
by Jens Axboe
· 13 years ago
017531d
Add regression test for 8a99fdf6
by Jens Axboe
· 13 years ago
8a99fdf
Fix another verify segfault
by Jens Axboe
· 13 years ago
2bcbf55
Add regression test for verify bug
by Jens Axboe
· 13 years ago
0ae2c6e
Avoid segfault if verify header appears longer than io_u
by Jens Axboe
· 13 years ago
Next »