Merge branch 'master' of ssh://router/data/git/fio
[fio.git] / memory.c
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboePrint help info on huge page shmget() returning EINVAL
2007-03-19 Jens AxboeMake sure mmaphuge file backed file is the size we...
2007-03-19 Jens AxboeHelpful indication to run as root
2007-03-19 Jens AxboeNo need to use perror() after td_verror()
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
2007-02-22 Jens AxboeAdd more context to the error messages
2006-12-21 Jens Axboe[PATCH] Allow mem=mmap to also use a file backing
2006-12-20 Jens Axboe[PATCH] Remove debug fprintfs
2006-12-20 Jens Axboe[PATCH] Support for mmap of hugetlb files as memory...
2006-12-20 Jens Axboe[PATCH] Fix hugetlb problems
2006-12-19 Jens Axboe[PATCH] Support for hugetlb backed shared memory
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-10-20 Jens Axboe[PATCH] Split out the memory handling from fio.c