aboutsummaryrefslogtreecommitdiff
path: root/test/fsync.c
AgeCommit message (Expand)Author
2021-08-27tests: file create/unlink cleanupPavel Begunkov
2021-08-09test/fsync: clean up t_malloc() before returnAmmar Faizi
2021-02-24helpers: prefix any helper with t_ instead of io_uring_Jens Axboe
2021-02-23helpers: add io_uring_create_file() helperZhiqiang Liu
2021-02-23tests: add helpers.h to harden the testsZhiqiang Liu
2021-02-17test/fsync: use new io_uring_prep_sync_file_range() helperJens Axboe
2020-05-19test: add potential argument, ignore if unusedJens Axboe
2020-05-01test/sfr: basic test for sync_file_rangePavel Begunkov
2020-02-11Add SPDX license identifiersJens Axboe
2019-12-04test/fsync: use 'stderr' for errors, and remove bogus EINVAL checkJens Axboe
2019-11-12test: fix up dead code bugsJeff Moyer
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi
2019-05-27test/fsync: use io_uring_sqe_set_flags()Jens Axboe
2019-04-30Update tests for 'sqe submit always posts a cqe'Jens Axboe
2019-04-18Rename completion helpersJens Axboe
2019-04-17Add io_uring_cqe_seen()Jens Axboe
2019-04-11test/fsync: error out if we submit less than we wantedJens Axboe
2019-04-10test/fsync: update for IOSQE_IO_DRAIN approachJens Axboe
2019-04-06Add barrier fsync test caseJens Axboe
2019-02-08test/fsync: add simple fsync testerJens Axboe