Home | History | Annotate | only in /external/ltp/testcases/kernel/io/ltp-aiodio
Up to higher level directory
NameDateSize
aio-stress.c21-Aug-201836.5K
aiocp.c21-Aug-201813.6K
aiodio_append.c21-Aug-20183.8K
aiodio_sparse.c21-Aug-20187.1K
common_checkzero.h21-Aug-20181.3K
common_sparse.h21-Aug-20182.9K
dio_append.c21-Aug-20183K
dio_sparse.c21-Aug-20184.6K
dio_truncate.c21-Aug-20183.7K
dirty.c21-Aug-20181.5K
ltp-diorh.c21-Aug-20183.7K
Makefile21-Aug-20181K
read_checkzero.c21-Aug-20181.9K
README21-Aug-2018600

README

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