| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: liburing-devel | Distribution: openSUSE Tumbleweed |
| Version: 2.11 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Aug 23 20:36:26 2025 |
| Group: Development/Libraries/C and C++ | Build host: reproducible |
| Size: 289019 | Source RPM: liburing-2.11-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/axboe/liburing | |
| Summary: Development files for Linux-native io_uring I/O access library | |
This package provides header files to include and libraries to link with for the Linux-native io_uring.
(GPL-2.0-only AND LGPL-2.1-or-later) OR MIT
* Sat Aug 23 2025 Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11:
* portability and compiler fixes
* Fixes for io_uring_queue_init_mem()
* Add helpers for ring sizes required
- includes changes from 2.10:
* fix io_uring_setup() parameter name mismatch
* syscall: update io_uring_enter2() signature
* documentation updates
- drop 923961c.patch
* Wed Jun 25 2025 Jiri Slaby <jslaby@suse.cz>
- disable tests on non-x86 -- they fail pretty randomly.
* Tue Apr 08 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable resize-rings.t as it is not very stable in OBS
- Disable timeout.t on Leap 15.6/15.7
- Disable read-inc-file.t and timeout.t on Leap 16.0
* Fri Apr 04 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add upstream patch to fix test on aarch64:
* 923961c.patch
* Thu Apr 03 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 2.9:
* Add support for ring resizing
* Add support for registered waits
* Test additions and improvements
* Fix bug with certain ring setups with SQE128 set not fully closing
the ring after io_uring_queue_exit(3) had been called.
* Various man page fixes and updates
- Remove upstreamed patches:
* 0001-test-init-mem-zero-the-ringbuf-memory.patch
* 0001-test-rsrc_tags-use-correct-buffer-index-for-test.patch
* Tue Feb 11 2025 Jiri Slaby <jslaby@suse.cz>
- disable even more tests
* Fri Jan 31 2025 Christian Goll <cgoll@suse.com>
- disable sqwait.t and nop.t for 15.6
* Mon Jan 27 2025 Jiri Slaby <jslaby@suse.cz>
- disable more tests on s390x
* Mon Jan 06 2025 Jiri Slaby <jslaby@suse.cz>
- disable some tests for older kernels & strange archs
* Fri Dec 06 2024 Jiri Slaby <jslaby@suse.cz>
- switch to signed tarball -- thanks to Andreas.Stieger@gmx.de
* Wed Dec 04 2024 Jiri Slaby <jslaby@suse.cz>
- switch URLs to the current location on github
- Update to 2.8
* Add support for incrementally/partially consumed provided buffers,
usable with the provided buffer ring support.
* Add support for foo_and_wait_min_timeout(), where it's possible to
define a minimum timeout for waiting to get batches of completions,
but if that fails, extend for a longer timeout without having any
extra context switches.
* Add support for using different clock sources for completion waiting.
* Great increase coverage of test cases, test case improvements and
fixes.
* Don't leak _GNU_SOURCE via pkb-config --cflags
* Support for address sanitizer
* Add examples/kdigest sample program
* Add discard helper, test, and man page
* Man page updates
* Sync with kernel 6.10
* send/recv bundle support
* accept nowait and CQE_F_MORE
* Add and update test cases
* Fix io_uring_queue_init_mem() returning a value that was too small,
potentially causing memory corruption in userspace by overwriting
64 bytes beyond the returned value. Also add test case for that.
* Add 64-bit length variants of io_uring_prep_{m,f}advise()
* Add BIND/LISTEN support and helpers / man pages
* Add io_uring_enable_rings.3 man page
* Fix bug in io_uring_prep_read_multishot()
* Fixup bundle test cases
* Add fixed-hugepage test case
* Fix io_uring_prep_fixed_fd_install.3 man page
* Note 'len' == 0 requirement in io_uring_prep_send.3 man page
* Fix some test cases for skipping on older kernels
- drop (they are upstream)
* test-buf-ring-nommap-skip-the-test-on-queue-init-ENO.patch
* test-buf-ring-nommap-zero-the-ringbuf-memory.patch
- add
* 0001-test-init-mem-zero-the-ringbuf-memory.patch
* 0001-test-rsrc_tags-use-correct-buffer-index-for-test.patch
- cleanup spec file
* Thu Aug 08 2024 Valentin Lefebvre <valentin.lefebvre@suse.com>
- Skip test buf-ring-nommap.t if ENOMEM appears (happens in ppc64le arch).
* test-buf-ring-nommap-skip-the-test-on-queue-init-ENO.patch
* Fri Jul 12 2024 David Disseldorp <ddiss@suse.com>
- Fix buf-ring-nommap.t test failure
* test-buf-ring-nommap-zero-the-ringbuf-memory.patch
* Fri Jun 28 2024 Jiri Slaby <jslaby@suse.cz>
- Update to 2.6:
* Add getsockopt and setsockopt socket commands
* Add test cases to test/hardlink
* Man page fixes
* Add futex support, and test cases
* Add waitid support, and test cases
* Add read multishot, and test cases
* Add support for IORING_SETUP_NO_SQARRAY
* Use IORING_SETUP_NO_SQARRAY as the default
* Add support for IORING_OP_FIXED_FD_INSTALL
* Add io_uring_prep_fixed_fd_install() helper
* Support for napi busy polling
* Improve/add test cases
* Man page fixes
* Add sample 'proxy' example
- Remove (they are upstream)
* test-no-mmap-inval-0-return-is-fine-too.patch
* test-recv-multishot-wait-for-the-right-amount-of-CQE.patch
- exclude buf-ring-nommap.t test (crashes)
* Wed Apr 03 2024 Jiri Slaby <jslaby@suse.cz>
- Update to 2.5:
* Add support for io_uring_prep_cmd_sock()
* Add support for application allocated ring memory, for placing rings
in huge mem. Available through io_uring_queue_init_mem().
* Add support for registered ring fds
* Various documentation updates
* Various fixes
- Remove (they are upstream)
* test-io_uring_register-fix-errno-confusion-and-new-e.patch
* tests-don-t-expect-multishot-recv-overflow-backloggi.patch
- Add
* test-recv-multishot-wait-for-the-right-amount-of-CQE.patch (to fix test
errors on the 6.8.2 kernel)
* test-no-mmap-inval-0-return-is-fine-too.patch (fix the test)
* Mon Dec 04 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on 32-bit x86
* Thu Nov 30 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of openSUSE build flags
* Fri Sep 15 2023 Jiri Slaby <jslaby@suse.cz>
- tests-don-t-expect-multishot-recv-overflow-backloggi.patch (bsc#1215332)
* Thu Sep 14 2023 Jiri Slaby <jslaby@suse.cz>
- build tests in parallel (using %{?_smp_mflags})
* Thu Aug 31 2023 Jiri Slaby <jslaby@suse.cz>
- add test-io_uring_register-fix-errno-confusion-and-new-e.patch
to fix test errors on the 6.5 kernel
* Mon Jun 12 2023 David Disseldorp <ddiss@suse.com>
- Update to 2.4:
* Add io_uring_{major,minor,check}_version() functions.
* Add IO_URING_{MAJOR,MINOR,CHECK}_VERSION() macros.
* FFI support (for non-C/C++ languages integration).
* Add io_uring_prep_msg_ring_cqe_flags() function.
* Deprecate --nolibc configure option.
* CONFIG_NOLIBC is always enabled on x86-64, x86, and aarch64.
* Add support for IORING_REGISTER_USE_REGISTERED_RING and use if available.
* Add io_uring_close_ring_fd() function.
* Add io_uring_prep_msg_ring_fd_alloc function.
* Add io_uring_free_buf_ring() and io_uring_setup_buf_ring() functions.
* Ensure that io_uring_prep_accept_direct(), io_uring_prep_openat_direct(),
io_uring_prep_openat2_direct(), io_uring_prep_msg_ring_fd(), and
io_uring_prep_socket_direct() factor in being called with
IORING_FILE_INDEX_ALLOC for allocating a direct descriptor.
* Add io_uring_prep_sendto() function.
- Add liburing-ffi2 package for corresponding FFI library, given that
dependents will normally require either that or the base library (not both).
- Drop upstream patches:
* 0001-Do-not-always-expect-multishot-recv-to-stop-posting-.patch
* 0001-test-file-verify.t-Don-t-run-over-mlock-limit-when-r.patch
* 0001-test-helpers-fix-socket-length-type.patch
* Thu Apr 20 2023 Gabriel Krisman Bertazi <gabriel.bertazi@suse.com>
- Add 0001-test-file-verify.t-Don-t-run-over-mlock-limit-when-r.patch
fixes test with kernel <= 5.16 (bsc#1209723)
* Tue Feb 21 2023 Jiri Slaby <jslaby@suse.cz>
- add 0001-Do-not-always-expect-multishot-recv-to-stop-posting-.patch
fixes tests with kernel 6.2
* Sat Jan 21 2023 Dirk Müller <dmueller@suse.com>
- add 0001-test-helpers-fix-socket-length-type.patch
fixes tests on big endian
* Fri Nov 18 2022 Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Support non-libc build for aarch64.
* Add io_uring_{enter,enter2,register,setup} syscall functions.
* Add sync cancel interface, io_uring_register_sync_cancel().
* Fix return value of io_uring_submit_and_wait_timeout() to match the
man page.
* Improvements to the regression tests
* Add support and test case for passthrough IO
* Add recv and recvmsg multishot helpers and support
* Add documentation and support for IORING_SETUP_DEFER_TASKRUN
* Fix potential missing kernel entry with IORING_SETUP_IOPOLL
* Add support and documentation for zero-copy network transmit
* Various optimizations
* Many cleanups
* Many man page additions and updates
- drop handle-eintr.patch, test-xattr-don-t-rely-on-NUL-termination.patch: upstream
* Sun Sep 25 2022 Dirk Müller <dmueller@suse.com>
- skip checks on qemu_linux_user builds
* Tue Aug 16 2022 Jiri Slaby <jslaby@suse.cz>
- add test-xattr-don-t-rely-on-NUL-termination.patch (bsc#1202413)
* Fri Jul 08 2022 Dirk Müller <dmueller@suse.com>
- add handle-eintr.patch, enable tests everywhere
* Wed Jun 29 2022 Dirk Müller <dmueller@suse.com>
- enable tests for != ppc64le
* Tue Jun 28 2022 Dirk Müller <dmueller@suse.com>
- update to 2.2:
* Support non-libc builds.
* Optimized syscall handling for x86-64/x86/aarch64.
* Enable non-lib function calls for fast path functions.
* Add support for multishot accept.
* io_uring_register_files() will set RLIMIT_NOFILE if necessary.
* Add support for registered ring fds, io_uring_register_ring_fd(),
reducingthe overhead of an io_uring_enter() system call.
* Add support for the message ring opcode.
* Add support for newer request cancelation features.
* Add support for IORING_SETUP_COOP_TASKRUN, which can help reduce the
overhead of io_uring in general. Most applications should set this flag,
see the io_uring_setup.2 man page for details.
* Add support for registering a sparse buffer and file set.
* Add support for a new buffer provide scheme, see
io_uring_register_buf_ring.3 for details.
* Add io_uring_submit_and_wait_timeout() for submitting IO and waiting
for completions with a timeout.
* Add io_uring_prep_{read,write}v2 prep helpers.
* Add io_uring_prep_close_direct() helper.
* Add support for SQE128 and CQE32, which are doubly sized SQE and CQE
rings. This is needed for some cases of the new IORING_OP_URING_CMD,
notably for NVMe passthrough.
* ~5500 lines of man page additions, including adding ~90 new man pages.
* Synced with the 5.19 kernel release, supporting all the features of
5.19 and earlier.
* 24 new regression test cases, and ~7000 lines of new tests in general.
* General optimizations and fixes.
* Fri Apr 29 2022 Dirk Müller <dmueller@suse.com>
- avoid requiring kernel-default (bsc#1193522)
* Thu Feb 10 2022 David Disseldorp <ddiss@suse.com>
- add explicit liburing2-devel alias to reflect SLE/LEAP 15.4+ naming
(bsc#1193522)
/usr/include/liburing /usr/include/liburing.h /usr/include/liburing/barrier.h /usr/include/liburing/compat.h /usr/include/liburing/io_uring.h /usr/include/liburing/io_uring_version.h /usr/lib64/liburing-ffi.so /usr/lib64/liburing.so /usr/lib64/pkgconfig/liburing-ffi.pc /usr/lib64/pkgconfig/liburing.pc /usr/share/doc/packages/liburing-devel /usr/share/doc/packages/liburing-devel/README /usr/share/licenses/liburing-devel /usr/share/licenses/liburing-devel/COPYING /usr/share/licenses/liburing-devel/COPYING.GPL /usr/share/licenses/liburing-devel/LICENSE /usr/share/man/man2/io_uring_enter.2.gz /usr/share/man/man2/io_uring_enter2.2.gz /usr/share/man/man2/io_uring_register.2.gz /usr/share/man/man2/io_uring_setup.2.gz /usr/share/man/man3/IO_URING_CHECK_VERSION.3.gz /usr/share/man/man3/IO_URING_VERSION_MAJOR.3.gz /usr/share/man/man3/IO_URING_VERSION_MINOR.3.gz /usr/share/man/man3/__io_uring_buf_ring_cq_advance.3.gz /usr/share/man/man3/io_uring_buf_ring_add.3.gz /usr/share/man/man3/io_uring_buf_ring_advance.3.gz /usr/share/man/man3/io_uring_buf_ring_available.3.gz /usr/share/man/man3/io_uring_buf_ring_cq_advance.3.gz /usr/share/man/man3/io_uring_buf_ring_init.3.gz /usr/share/man/man3/io_uring_buf_ring_mask.3.gz /usr/share/man/man3/io_uring_check_version.3.gz /usr/share/man/man3/io_uring_clone_buffers.3.gz /usr/share/man/man3/io_uring_clone_buffers_offset.3.gz /usr/share/man/man3/io_uring_close_ring_fd.3.gz /usr/share/man/man3/io_uring_cq_advance.3.gz /usr/share/man/man3/io_uring_cq_has_overflow.3.gz /usr/share/man/man3/io_uring_cq_ready.3.gz /usr/share/man/man3/io_uring_cqe_get_data.3.gz /usr/share/man/man3/io_uring_cqe_get_data64.3.gz /usr/share/man/man3/io_uring_cqe_seen.3.gz /usr/share/man/man3/io_uring_enable_rings.3.gz /usr/share/man/man3/io_uring_for_each_cqe.3.gz /usr/share/man/man3/io_uring_free_buf_ring.3.gz /usr/share/man/man3/io_uring_free_probe.3.gz /usr/share/man/man3/io_uring_free_reg_wait.3.gz /usr/share/man/man3/io_uring_get_events.3.gz /usr/share/man/man3/io_uring_get_probe.3.gz /usr/share/man/man3/io_uring_get_sqe.3.gz /usr/share/man/man3/io_uring_major_version.3.gz /usr/share/man/man3/io_uring_minor_version.3.gz /usr/share/man/man3/io_uring_opcode_supported.3.gz /usr/share/man/man3/io_uring_peek_batch_cqe.3.gz /usr/share/man/man3/io_uring_peek_cqe.3.gz /usr/share/man/man3/io_uring_prep_accept.3.gz /usr/share/man/man3/io_uring_prep_accept_direct.3.gz /usr/share/man/man3/io_uring_prep_bind.3.gz /usr/share/man/man3/io_uring_prep_cancel.3.gz /usr/share/man/man3/io_uring_prep_cancel64.3.gz /usr/share/man/man3/io_uring_prep_cancel_fd.3.gz /usr/share/man/man3/io_uring_prep_close.3.gz /usr/share/man/man3/io_uring_prep_close_direct.3.gz /usr/share/man/man3/io_uring_prep_cmd.3.gz /usr/share/man/man3/io_uring_prep_cmd_discard.3.gz /usr/share/man/man3/io_uring_prep_connect.3.gz /usr/share/man/man3/io_uring_prep_epoll_wait.3.gz /usr/share/man/man3/io_uring_prep_fadvise.3.gz /usr/share/man/man3/io_uring_prep_fadvise64.3.gz /usr/share/man/man3/io_uring_prep_fallocate.3.gz /usr/share/man/man3/io_uring_prep_fgetxattr.3.gz /usr/share/man/man3/io_uring_prep_files_update.3.gz /usr/share/man/man3/io_uring_prep_fixed_fd_install.3.gz /usr/share/man/man3/io_uring_prep_fsetxattr.3.gz /usr/share/man/man3/io_uring_prep_fsync.3.gz /usr/share/man/man3/io_uring_prep_ftruncate.3.gz /usr/share/man/man3/io_uring_prep_futex_wait.3.gz /usr/share/man/man3/io_uring_prep_futex_waitv.3.gz /usr/share/man/man3/io_uring_prep_futex_wake.3.gz /usr/share/man/man3/io_uring_prep_getxattr.3.gz /usr/share/man/man3/io_uring_prep_link.3.gz /usr/share/man/man3/io_uring_prep_link_timeout.3.gz /usr/share/man/man3/io_uring_prep_linkat.3.gz /usr/share/man/man3/io_uring_prep_listen.3.gz /usr/share/man/man3/io_uring_prep_madvise.3.gz /usr/share/man/man3/io_uring_prep_madvise64.3.gz /usr/share/man/man3/io_uring_prep_mkdir.3.gz /usr/share/man/man3/io_uring_prep_mkdirat.3.gz /usr/share/man/man3/io_uring_prep_msg_ring.3.gz /usr/share/man/man3/io_uring_prep_msg_ring_cqe_flags.3.gz /usr/share/man/man3/io_uring_prep_msg_ring_fd.3.gz /usr/share/man/man3/io_uring_prep_msg_ring_fd_alloc.3.gz /usr/share/man/man3/io_uring_prep_multishot_accept.3.gz /usr/share/man/man3/io_uring_prep_multishot_accept_direct.3.gz /usr/share/man/man3/io_uring_prep_nop.3.gz /usr/share/man/man3/io_uring_prep_open.3.gz /usr/share/man/man3/io_uring_prep_open_direct.3.gz /usr/share/man/man3/io_uring_prep_openat.3.gz /usr/share/man/man3/io_uring_prep_openat2.3.gz /usr/share/man/man3/io_uring_prep_openat2_direct.3.gz /usr/share/man/man3/io_uring_prep_openat_direct.3.gz /usr/share/man/man3/io_uring_prep_poll_add.3.gz /usr/share/man/man3/io_uring_prep_poll_multishot.3.gz /usr/share/man/man3/io_uring_prep_poll_remove.3.gz /usr/share/man/man3/io_uring_prep_poll_update.3.gz /usr/share/man/man3/io_uring_prep_provide_buffers.3.gz /usr/share/man/man3/io_uring_prep_read.3.gz /usr/share/man/man3/io_uring_prep_read_fixed.3.gz /usr/share/man/man3/io_uring_prep_read_multishot.3.gz /usr/share/man/man3/io_uring_prep_readv.3.gz /usr/share/man/man3/io_uring_prep_readv2.3.gz /usr/share/man/man3/io_uring_prep_recv.3.gz /usr/share/man/man3/io_uring_prep_recv_multishot.3.gz /usr/share/man/man3/io_uring_prep_recvmsg.3.gz /usr/share/man/man3/io_uring_prep_recvmsg_multishot.3.gz /usr/share/man/man3/io_uring_prep_remove_buffers.3.gz /usr/share/man/man3/io_uring_prep_rename.3.gz /usr/share/man/man3/io_uring_prep_renameat.3.gz /usr/share/man/man3/io_uring_prep_send.3.gz /usr/share/man/man3/io_uring_prep_send_bundle.3.gz /usr/share/man/man3/io_uring_prep_send_set_addr.3.gz /usr/share/man/man3/io_uring_prep_send_zc.3.gz /usr/share/man/man3/io_uring_prep_send_zc_fixed.3.gz /usr/share/man/man3/io_uring_prep_sendmsg.3.gz /usr/share/man/man3/io_uring_prep_sendmsg_zc.3.gz /usr/share/man/man3/io_uring_prep_sendto.3.gz /usr/share/man/man3/io_uring_prep_setxattr.3.gz /usr/share/man/man3/io_uring_prep_shutdown.3.gz /usr/share/man/man3/io_uring_prep_socket.3.gz /usr/share/man/man3/io_uring_prep_socket_direct.3.gz /usr/share/man/man3/io_uring_prep_socket_direct_alloc.3.gz /usr/share/man/man3/io_uring_prep_splice.3.gz /usr/share/man/man3/io_uring_prep_statx.3.gz /usr/share/man/man3/io_uring_prep_symlink.3.gz /usr/share/man/man3/io_uring_prep_symlinkat.3.gz /usr/share/man/man3/io_uring_prep_sync_file_range.3.gz /usr/share/man/man3/io_uring_prep_tee.3.gz /usr/share/man/man3/io_uring_prep_timeout.3.gz /usr/share/man/man3/io_uring_prep_timeout_remove.3.gz /usr/share/man/man3/io_uring_prep_timeout_update.3.gz /usr/share/man/man3/io_uring_prep_unlink.3.gz /usr/share/man/man3/io_uring_prep_unlinkat.3.gz /usr/share/man/man3/io_uring_prep_waitid.3.gz /usr/share/man/man3/io_uring_prep_write.3.gz /usr/share/man/man3/io_uring_prep_write_fixed.3.gz /usr/share/man/man3/io_uring_prep_writev.3.gz /usr/share/man/man3/io_uring_prep_writev2.3.gz /usr/share/man/man3/io_uring_queue_exit.3.gz /usr/share/man/man3/io_uring_queue_init.3.gz /usr/share/man/man3/io_uring_queue_init_mem.3.gz /usr/share/man/man3/io_uring_queue_init_params.3.gz /usr/share/man/man3/io_uring_recvmsg_cmsg_firsthdr.3.gz /usr/share/man/man3/io_uring_recvmsg_cmsg_nexthdr.3.gz /usr/share/man/man3/io_uring_recvmsg_name.3.gz /usr/share/man/man3/io_uring_recvmsg_out.3.gz /usr/share/man/man3/io_uring_recvmsg_payload.3.gz /usr/share/man/man3/io_uring_recvmsg_payload_length.3.gz /usr/share/man/man3/io_uring_recvmsg_validate.3.gz /usr/share/man/man3/io_uring_register_buf_ring.3.gz /usr/share/man/man3/io_uring_register_buffers.3.gz /usr/share/man/man3/io_uring_register_buffers_sparse.3.gz /usr/share/man/man3/io_uring_register_buffers_tags.3.gz /usr/share/man/man3/io_uring_register_buffers_update_tag.3.gz /usr/share/man/man3/io_uring_register_clock.3.gz /usr/share/man/man3/io_uring_register_eventfd.3.gz /usr/share/man/man3/io_uring_register_eventfd_async.3.gz /usr/share/man/man3/io_uring_register_file_alloc_range.3.gz /usr/share/man/man3/io_uring_register_files.3.gz /usr/share/man/man3/io_uring_register_files_sparse.3.gz /usr/share/man/man3/io_uring_register_files_tags.3.gz /usr/share/man/man3/io_uring_register_files_update.3.gz /usr/share/man/man3/io_uring_register_files_update_tag.3.gz /usr/share/man/man3/io_uring_register_iowq_aff.3.gz /usr/share/man/man3/io_uring_register_iowq_max_workers.3.gz /usr/share/man/man3/io_uring_register_napi.3.gz /usr/share/man/man3/io_uring_register_reg_wait.3.gz /usr/share/man/man3/io_uring_register_ring_fd.3.gz /usr/share/man/man3/io_uring_register_sync_cancel.3.gz /usr/share/man/man3/io_uring_resize_rings.3.gz /usr/share/man/man3/io_uring_setup_buf_ring.3.gz /usr/share/man/man3/io_uring_setup_reg_wait.3.gz /usr/share/man/man3/io_uring_sq_ready.3.gz /usr/share/man/man3/io_uring_sq_space_left.3.gz /usr/share/man/man3/io_uring_sqe_set_buf_group.3.gz /usr/share/man/man3/io_uring_sqe_set_data.3.gz /usr/share/man/man3/io_uring_sqe_set_data64.3.gz /usr/share/man/man3/io_uring_sqe_set_flags.3.gz /usr/share/man/man3/io_uring_sqring_wait.3.gz /usr/share/man/man3/io_uring_submit.3.gz /usr/share/man/man3/io_uring_submit_and_get_events.3.gz /usr/share/man/man3/io_uring_submit_and_wait.3.gz /usr/share/man/man3/io_uring_submit_and_wait_min_timeout.3.gz /usr/share/man/man3/io_uring_submit_and_wait_reg.3.gz /usr/share/man/man3/io_uring_submit_and_wait_timeout.3.gz /usr/share/man/man3/io_uring_unregister_buf_ring.3.gz /usr/share/man/man3/io_uring_unregister_buffers.3.gz /usr/share/man/man3/io_uring_unregister_eventfd.3.gz /usr/share/man/man3/io_uring_unregister_files.3.gz /usr/share/man/man3/io_uring_unregister_iowq_aff.3.gz /usr/share/man/man3/io_uring_unregister_napi.3.gz /usr/share/man/man3/io_uring_unregister_ring_fd.3.gz /usr/share/man/man3/io_uring_wait_cqe.3.gz /usr/share/man/man3/io_uring_wait_cqe_nr.3.gz /usr/share/man/man3/io_uring_wait_cqe_timeout.3.gz /usr/share/man/man3/io_uring_wait_cqes.3.gz /usr/share/man/man3/io_uring_wait_cqes_min_timeout.3.gz /usr/share/man/man7/io_uring.7.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:45:23 2025