Reimplement axmap_next_free() to prevent distribution skew
[fio.git] / lib / axmap.c
2018-08-17 Michael KelleyReimplement axmap_next_free() to prevent distribution...
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-12 Jens Axboeaxmap: optimize ulog64 usage in axmap_handler()
2018-07-11 Jens Axboeaxmap: fix continued sequential bit setting
2018-07-11 Jens Axboeaxmap: a few more cleanups
2018-07-11 Jens Axboeaxmap: remove unused 'data' argument to topdown handler
2018-07-11 Jens Axboeaxmap: code cleanups
2018-07-11 Jens Axboeaxmap: clean up 'no bits to set' case
2018-07-10 Jens Axboeaxmap: ensure that overlaps are handled strictly sequential
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-08 Jens Axboeaxmap: use calloc() for level alloc
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-11 Jens AxboeMerge branch 'verify_trigger' of https://github.com...
2017-08-31 Jens AxboeMerge branch 'verify_warn' of https://github.com/sitsof...
2017-08-30 Jens Axboelib/axmap: a few fixes/cleanups
2015-12-01 Jens AxboeAdd 'bool' type
2015-02-19 Jens AxboeFixup whitespace damage in the two previous commits
2015-02-19 Erwan Veluaxmap: Avoid memory leak if axmap_new() failed
2015-01-14 Jens Axboeaxmap: random maps are private, don't get them from...
2015-01-03 Ming Leiaxmap: make axmap_first_free() static
2015-01-03 Jens AxboeRevert "axmap: ensure we lock down the maps for shared...
2015-01-03 Jens AxboeRevert "axmap: fix deadlock"
2015-01-03 Ming Leiaxmap: fix deadlock
2014-12-19 Jens Axboeaxmap: ensure we lock down the maps for shared access
2014-09-23 Jens AxboeFix min/max typeof warnings
2013-09-27 Anatol PomozovFix misspellings using 'codespell' tool
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-03-29 Jens Axboeaxmap: get rid of old debug ->fail_ok checking
2013-03-29 Jens Axboeaxmap: fix bug with max_bs/min_bs ratio being > 64
2013-02-21 Jens AxboeMerge branch 'master' into gfio
2013-02-21 Jens AxboeFix problem with terminating on unaligned sizes
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-23 Jens Axboeaxmap: ensure that we never return a value that is...
2013-01-23 Jens Axboeaxmap: improve axmap_find_first_free()
2013-01-23 Jens Axboeaxmap: fix bug in axmap_find_first_free()
2013-01-21 Jens Axboeaxmap: clear map->first_free when we reset it
2012-12-03 Jens AxboeMerge branch 'master' into gfio
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-28 Jens AxboeRename the bitmap to axmap