Name Date Size #Lines LOC

..--

.gitignoreH A D25-Apr-2025104 109

MakefileH A D25-Apr-20251 KiB315

READMEH A D25-Apr-2025600 149

aio-stress.cH A D25-Apr-202532.9 KiB1,376921

aiocp.cH A D25-Apr-20257.5 KiB338241

aiodio_append.cH A D25-Apr-20254.6 KiB209147

aiodio_sparse.cH A D25-Apr-20255.2 KiB252178

common.hH A D25-Apr-20253.1 KiB167120

common_checkzero.hH A D25-Apr-20251.3 KiB4622

common_sparse.hH A D25-Apr-20252.9 KiB13079

dio_append.cH A D25-Apr-20252.5 KiB11173

dio_read.cH A D25-Apr-20254.4 KiB194141

dio_sparse.cH A D25-Apr-20253.2 KiB14096

dio_truncate.cH A D25-Apr-20254.4 KiB186131

dirty.cH A D25-Apr-20251.5 KiB5824

README

1
2TESTS to check consistency between O_DIRECT reads/writes and buffered
3reads/writes and truncate.
4
5These tests should be run from the aiodio directory and MUST use a kernel
6compiled with GCC 3.3.X. Older versions of the compiler will fail and seg fault.
7
8The large file passed should be at least 25M to properly stress AIO & DIO. A
9suggestion would be a tarred version of the gcc package.
10
11Run the ltp-aiodio.sh file to execute all the tests. The tests can also be run
12individually, just execute the program and the excepted params will be output.
13No scripts were created to run the test standalone.
14