axmap: Avoid memory leak if axmap_new() failed
[fio.git] / lib / axmap.c
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