summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01Merge branch 'af_alg_hash_example_v2' of https://github.com/ddiss/liburingHEADmasterJens Axboe
2024-10-01examples/kdigest: add AF_ALG hash exampleDavid Disseldorp
2024-09-30test/msg-ring: don't mistake T_EXIT_SKIP for failureJens Axboe
2024-09-30Make io_uring_for_each_cqe() only read the tail onceJens Axboe
2024-09-29Revert "liburing: Pull load_acquire out of for loop to amortize cost"Jens Axboe
2024-09-29test/runtests.sh: output what kernel the tests were run onJens Axboe
2024-09-29test/recvsend_bundle: handle another case of not abortingJens Axboe
2024-09-29Merge branch 'for_each_cqe' of https://github.com/CPestka/liburingJens Axboe
2024-09-29Merge branch 'open_helper' of https://github.com/CPestka/liburingJens Axboe
2024-09-29liburing: Pull load_acquire out of for loop to amortize costCPestka
2024-09-29man/prep_open: Add man entry for io_uring_prep_open(_direct)CPestka
2024-09-29liburing/sqe_helper: Add helper to prep sqe for an openCPestka
2024-09-28Merge branch 'io_uring_man' of https://github.com/CPestka/liburingJens Axboe
2024-09-28man/io_uring: Add remark about where to find info about memory orderingCPestka
2024-09-28man/io_uring: Update SQE structCPestka
2024-09-28man/io_uring: Add remark that operational behavior changes with flagsCPestka
2024-09-28man/io_uring: Moved SQE example of a read request to SQE descriptionCPestka
2024-09-28man/io_uring: Formatting fixesCPestka
2024-09-27test/fixed-hugepage: skip test on -ENOMEMJens Axboe
2024-09-27test/timeout: modify update timeout case for PREEMPT_RTJens Axboe
2024-09-27test/poll-mshot-update: ensure 'nfiles' doesn't exceed NFILESJens Axboe
2024-09-27test/poll-many: ensure 'nfiles' doesn't exceed NFILESJens Axboe
2024-09-26test/napi-test: skip on older kernels if ring init failsJens Axboe
2024-09-26test/msg-ring: skip on older kernels for ring setupJens Axboe
2024-09-26test/sq-poll-share: skip if O_DIRECT is not availableJens Axboe
2024-09-26test/recvsend_bundle: don't fail on missing buffer ring supportJens Axboe
2024-09-26test/msg-ring: handle the skip case for older kernelsJens Axboe
2024-09-26test/file-verify: handle missing O_DIRECT support more gracefullyJens Axboe
2024-09-26test/poll-mshot-update: make the test behave a bit better with file limitsJens Axboe
2024-09-26test/poll-many: make the test behave a bit better with file limitsJens Axboe
2024-09-26test/runtests.sh: only do dmesg file check if dmesg logging is enabledJens Axboe
2024-09-26test/poll-v-poll: don't mixup SKIP and FAILJens Axboe
2024-09-25test/runtests.sh: use double quotes for filenamesJens Axboe
2024-09-25test/runtests.sh: dump dmesg failure contents after test runsJens Axboe
2024-09-25test/runtests.sh: revert to only checking dmesg for rootJens Axboe
2024-09-25test/runtests.sh: correct a shell check complaintJens Axboe
2024-09-25test/runtests.sh: perform dmesg check as a normal userJens Axboe
2024-09-25test/waitid: be nice and wait for unrepeaped forksJens Axboe
2024-09-25test/file-update: allow -EBADF as well as an errorJens Axboe
2024-09-25test/io_uring_register: skip file-backed test on virtual file systemsJens Axboe
2024-09-24test: update a few tests for older kernelsJens Axboe
2024-09-24Merge branch 'master' of https://github.com/Oipo/liburingJens Axboe
2024-09-24Merge branch 'fix-man-pages2' of https://github.com/aconz2/liburingJens Axboe
2024-09-24include/liburing.h: Remove redundant sanitize checkMichael de Lang
2024-09-24src/sanitize: don't sanitize opcodes with non-pointer inputsMichael de Lang
2024-09-24src/sanitize: Remove unused ifdef guardMichael de Lang
2024-09-24Fix some syscall name typos in man pagesAndrew Consroe
2024-09-22man/io_uring_register_ring_fd: add note about kernel availabilityJens Axboe
2024-09-20Merge branch 'io_uring_setup_man' of https://github.com/CPestka/liburingJens Axboe
2024-09-20man/io_uring_setup: Add doc for IORING_FEAT_RECVSEND_BUNDLECPestka