summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-08-10Add comment as to where getopt_long.c came fromJens Axboe
Also fix the include path. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2010-08-10Add support for AIXCigy Cyriac
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2010-06-21Speedup verify random fills by 10-15xJens Axboe
Move the pseudo-random helper into lib/rand.c and use that from the verify populate as well. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2010-05-04Fix typo in flist_sort.cJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2010-05-04Add flist sortingJens Axboe
Imported from the kernel implementation. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2010-03-25Add documentation for the random number generatorJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2010-03-25First step at speeding up io_u rand refillJens Axboe
Makes it 3x faster here. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-06-02Move fls.h in with the other lib helpersJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-06-02Be sure to use internal __ffs, not glibc variantJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-06-02Fix off-by-one in generic ffzJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-06-02Add missing lib/ffz.h fileJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-05-30Cleanup lib/strsep.cJens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-05-30Move the lib/ stuff around a bitJens Axboe
And actually remember to commit the lib/ files... Signed-off-by: Jens Axboe <jens.axboe@oracle.com>