Trim/discard fixes
[fio.git] / memory.c
2009-09-14 Jens AxboeAdd hint on being root for EPERM and shmhuge error
2009-09-12 Jens AxboeMake sure shmhuge allocations are huge page size aligned
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-07-01 Jens AxboeAdd support for the iomem_align option
2009-07-01 Jens AxboeCleanup IO buffer memory allocation
2008-06-04 Jens AxboeMAP_ANON requires fd == -1
2008-05-30 Jens AxboeMake it work on opensolaris
2008-03-06 Jens AxboeStyle fixups
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2007-10-25 Jens AxboeMore cpu engine fixes
2007-07-19 Jens Axboemalloc memory still needs to be aligned, if we are...
2007-07-19 Jens AxboeAdd clue for ENOMEM hugepage allocation
2007-07-19 Jens AxboeFix typo in shmhuge commit
2007-07-19 Jens AxboeDetect and print when the OS doesn't support huge pages
2007-04-26 Jens AxboeLog error on io buffer allocation
2007-04-17 Jens AxboeIO buffer allocation cleanup
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
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