1. 5c91cd3 test/send_recvmsg: drop mutex on thread creation failure by Jens Axboe · 2 years, 11 months ago
  2. 23dd1ae test/send_recv: drop mutex on thread creation failure by Jens Axboe · 2 years, 11 months ago
  3. 603111a Revert "Add mknod test case" by Jens Axboe · 3 years ago
  4. f652f3c Add mknod test case by Dmitry Kadashev · 3 years ago
  5. d2613de Add linkat test case by Dmitry Kadashev · 3 years ago
  6. 9b42598 Add symlinkat test case by Dmitry Kadashev · 3 years ago
  7. 8cea3e8 Add mkdirat test case by Dmitry Kadashev · 3 years ago
  8. 1694931 update rsrc register/update ABI and tests by Pavel Begunkov · 3 years ago
  9. ee55142 tests: update reg-buf limits testing by Pavel Begunkov · 3 years ago
  10. 9ef0e54 tests: test shmem buffer registration by Pavel Begunkov · 3 years ago
  11. 0cbce58 Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 1 month ago
  12. e3db104 Fix test_connect_timeout test by Roman Gershman · 3 years, 1 month ago
  13. 171a9c3 tests: remove test_link_fail_ordering() by Pavel Begunkov · 3 years, 1 month ago
  14. a9d8a77 tests: fix minor connect flaws by Pavel Begunkov · 3 years, 1 month ago
  15. 0786c51 tests: fix timeout-new for old kernels by Pavel Begunkov · 3 years, 1 month ago
  16. 2e3c780 tests: add rsrc tags tests by Pavel Begunkov · 3 years, 1 month ago
  17. 7ff4fee test: test ring exit cancels SQPOLL's iowq by Pavel Begunkov · 3 years, 1 month ago
  18. cac93c5 add tests for drain io with multishot reqs by Hao Xu · 3 years, 2 months ago
  19. ba57d21 tests: remove -EBUSY on CQE backlog tests by Pavel Begunkov · 3 years, 1 month ago
  20. 7778ffc tests/poll: poll update as a part of poll remove by Pavel Begunkov · 3 years, 2 months ago
  21. d3eb6af test/poll-mshot-update: test live updates of triggering requests by Jens Axboe · 3 years, 2 months ago
  22. b75baa4 tests: test CQE ordering on early submission fail by Pavel Begunkov · 3 years, 2 months ago
  23. a209abe test/rw_merge_test: code cleanups by Jens Axboe · 3 years, 2 months ago
  24. f76afee Merge branch 'io_merge_testcase' of https://github.com/dmonakhov/liburing by Jens Axboe · 3 years, 2 months ago
  25. 808b6c7 test: get rid of x86_64'isms in the test code by Jens Axboe · 3 years, 2 months ago
  26. efa9efe test/ring-leak: get rid of warning on unchecked read by Jens Axboe · 3 years, 2 months ago
  27. 2118351 test/pipe-reuse: ignore short read by Jens Axboe · 3 years, 2 months ago
  28. a36a801 test/connect: randomize connect port by Jens Axboe · 3 years, 2 months ago
  29. 8bfdf56 test/socket-rw*: don't fatally error on failure to bind by Jens Axboe · 3 years, 2 months ago
  30. 13002f7 tests: more cancellation tests by Pavel Begunkov · 3 years, 2 months ago
  31. d731f67 add test case for 5.4 io merge regression logic by Dmitry Monakhov · 3 years, 3 months ago
  32. 2b89fce tests: test that ring exit cancels io-wq by Pavel Begunkov · 3 years, 3 months ago
  33. 14d63ea tests: add more IORING_OP_ASYNC_CANCEL tests by Pavel Begunkov · 3 years, 3 months ago
  34. 6aa9b36 Add test case for exiting with SQPOLL and rings created disabled by Jens Axboe · 3 years, 3 months ago
  35. 965bae4 Merge branch 'test-io-after-child-exit' of https://github.com/anarazel/liburing by Jens Axboe · 3 years, 3 months ago
  36. 3512f9a test: use ring creation helpers where appropriate by Jens Axboe · 3 years, 3 months ago
  37. 382bec7 test/helpers: add ring creation helpers by Jens Axboe · 3 years, 3 months ago
  38. d84d901 helpers: prefix any helper with t_ instead of io_uring_ by Jens Axboe · 3 years, 3 months ago
  39. b375a33 tests: add test for using ring after a forked child exits. by Andres Freund · 3 years, 3 months ago
  40. b6dfe23 test/helpers: remove extra whitespace by Jens Axboe · 3 years, 3 months ago
  41. d34580f Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburing by Jens Axboe · 3 years, 3 months ago
  42. f00657f test/Makefile: ensure dependencies and build of helpers.[ch] is sane by Jens Axboe · 3 years, 3 months ago
  43. b6e4a0a helpers: add io_uring_create_buffers() helper by Zhiqiang Liu · 3 years, 3 months ago
  44. fa7ba19 helpers: add io_uring_create_file() helper by Zhiqiang Liu · 3 years, 3 months ago
  45. b7b089a helpers: add io_uring_calloc helper by Zhiqiang Liu · 3 years, 3 months ago
  46. 93bec4c helpers: add io_uring_posix_memalign helper by Zhiqiang Liu · 3 years, 3 months ago
  47. 9749981 tests: add helpers.h to harden the tests by Zhiqiang Liu · 3 years, 3 months ago
  48. 0a3b79c test: don't expect links to be partially executed by Pavel Begunkov · 3 years, 3 months ago
  49. d0984a9 test: use random port in range for socket tests by Jens Axboe · 3 years, 4 months ago
  50. cce6066 test/fsync: use new io_uring_prep_sync_file_range() helper by Jens Axboe · 3 years, 4 months ago
  51. cb2e92c test/read-write: skip too-big test on non-root by Jens Axboe · 3 years, 4 months ago
  52. 121888b a test for CVE-2020-29373 (AF_UNIX path resolution) by Pavel Begunkov · 3 years, 4 months ago
  53. b94dc28 tests: make the per-test device/file map TEST_MAP by Jens Axboe · 3 years, 4 months ago
  54. 989d7cb test/sq-poll-share: don't ignore wait errors by Pavel Begunkov · 3 years, 4 months ago
  55. c7143a4 test/link-timeout: close pipes after yourself by Pavel Begunkov · 3 years, 4 months ago
  56. 7856add Add test case for circular reference SQPOLL hang by Jens Axboe · 3 years, 4 months ago
  57. ccfe96e test/poll*: use appropriately sized CQ ring by Jens Axboe · 3 years, 4 months ago
  58. a986f46 test/drain: test draining linked timeouts by Pavel Begunkov · 3 years, 4 months ago
  59. c9e76e8 test/file-register: skip file skipping on older kernels by Jens Axboe · 3 years, 4 months ago
  60. 25ca5d2 test/file-register: cleanups by Jens Axboe · 3 years, 4 months ago
  61. 5aab363 test/file-register.c: Add tests for skipping file by noah · 3 years, 4 months ago
  62. 7b2437c test: use a map to define test files / devices we need by Hao Xu · 3 years, 6 months ago
  63. 6634766 tests: add another timeout sequence test case by Marcelo Diop-Gonzalez · 3 years, 4 months ago
  64. 82b8e6d Add two ring deadlock case by Jens Axboe · 3 years, 4 months ago
  65. 6598701 Add circular poll ring test case by Jens Axboe · 3 years, 4 months ago
  66. d247109 test/self: skip if argument passed in by Jens Axboe · 3 years, 4 months ago
  67. 2edfa3f Add test case for thread exiting with pending IO by Jens Axboe · 3 years, 4 months ago
  68. f7660b2 tests: test fixed file removal order by Pavel Begunkov · 3 years, 5 months ago
  69. cf2ad2a tests: identify timed out tests correctly by Pavel Begunkov · 3 years, 5 months ago
  70. bd0befa Merge branch 'master' of https://github.com/romange/liburing by Jens Axboe · 3 years, 6 months ago
  71. 31eb4c9 Add a test demonstrating connect timeout functionality by Roman Gershman · 3 years, 6 months ago
  72. 929c069 test/timeout-new: test for timeout feature by Hao Xu · 3 years, 6 months ago
  73. 516280a rem_buf/test: inital testing for OP_REMOVE_BUFFERS by Pavel Begunkov · 3 years, 6 months ago
  74. 098d6ef timeout/test: clear state for timeout updates by Pavel Begunkov · 3 years, 6 months ago
  75. b02d6a6 test/rw: test reg bufs with non-align sizes/offset by Pavel Begunkov · 3 years, 6 months ago
  76. 35999b0 test/rw: remove not used mixed_fixed flag by Pavel Begunkov · 3 years, 6 months ago
  77. 2ea2bd8 test/rw: name flags for clearness by Pavel Begunkov · 3 years, 6 months ago
  78. 2f4254d test/timeout: test timeout updates by Pavel Begunkov · 3 years, 6 months ago
  79. 36026fc Add test case for SQPOLL going to sleep properly by Jens Axboe · 3 years, 6 months ago
  80. dac6db3 Changes format string from %lld to %PRIu64 in several tests. by Ryan Sharpelletti · 3 years, 7 months ago
  81. 743ec02 test: long iov recvmsg()/copy by Pavel Begunkov · 3 years, 7 months ago
  82. 0a9b12e test: Fix build on 32bit architectures with 6bit time_t by Khem Raj · 3 years, 7 months ago
  83. bd62cfb test/self: update description by Jens Axboe · 3 years, 7 months ago
  84. d7e4f94 test/self: add /proc/self/ open+read test case by Jens Axboe · 3 years, 7 months ago
  85. 611988f test/unlink: add failure case by Jens Axboe · 3 years, 7 months ago
  86. 80ad860 test/rename: add failure case by Jens Axboe · 3 years, 7 months ago
  87. 8d2287b test/{rename,unlink}: don't fail on no kernel support by Jens Axboe · 3 years, 7 months ago
  88. c8b1c55 Merge branch 'assert' of https://github.com/sharpelletti/liburing by Jens Axboe · 3 years, 7 months ago
  89. e3adbfc Moves function calls out of assert(). by Ryan Sharpelletti · 3 years, 7 months ago
  90. a1ab3bd Add rename at unlink test cases by Jens Axboe · 3 years, 7 months ago
  91. 60c05f5 test/accept-reuse: reduce queue size by Jens Axboe · 3 years, 7 months ago
  92. 1a242e0 test/submit-reuse: error check file opens by Jens Axboe · 3 years, 7 months ago
  93. 5d12b13 test/lfs-open: less limited test_drained_files by Pavel Begunkov · 3 years, 8 months ago
  94. c98af26 test/file-register: add expected fail case by Jens Axboe · 3 years, 8 months ago
  95. 1a02de4 test/cq-overflow-peek: skip for !NODROP by Jens Axboe · 3 years, 8 months ago
  96. df8e753 test/connect: skip if connect isn't supported by Jens Axboe · 3 years, 8 months ago
  97. b8547fc test/close-opath: skip on older kernels by Jens Axboe · 3 years, 8 months ago
  98. 50961b5 test/splice: expand criteria for having splice and skip if not there by Jens Axboe · 3 years, 8 months ago
  99. 007841f test/accept-test: skip if accept isn't supported by Jens Axboe · 3 years, 8 months ago
  100. 382593a test/accept-link: abort if accept isn't supported by Jens Axboe · 3 years, 8 months ago