master
Unify date formats in manual files
man/io_uring_buf_ring_add: add a note on buffer ID <-> ptr mapping
man/io_uring_buf_ring_advance.3: Fix return type
Fix typos
Add __io_uring_buf_ring_cq_advance() helper
man: add references to io_uring_setup_buf_ring(3)
add mask parameter to io_uring_buf_ring_add
man/io_uring_cancelation.7: various cleanups
man/io_uring_check_version: update to reflect reality
man/io_uring_clone_buffers.3: remove duplicate IORING_REGISTER_DST_REPLACE text
Support closing the ring fd and using it exclusively via registered index
man: fix and simplify bold usage
man: add io_uring_cq_eventfd_enabled.3
man: add io_uring_cq_eventfd_toggle.3
man/io_uring_cq_has_overflow: mention IORING_FEAT_NODROP dependency
man: Add missing section numbers
man/io_uring_cqe_get_data.3: Fix a misleading return value
man: add io_uring_cqe_nr.3
man: don't link to a page from itself
man/io_uring_enable_rings.3: correct to right version/date
man/io_uring_enter.2: document missing opcodes
man/io_uring_for_each_cqe: Explicitly tell it's a macro and add an example
man/io_uring_free_buf_ring.3: Add back a lost word
expose CQ ring overflow state
man: add io_uring_get_probe_ring.3
Clarify that user_data is neither set nor cleared
man: version and formatting fixes for recent additions
man: add io_uring_linked_requests.7 overview page
man: add io_uring_memory_size_params.3
man: add io_uring_mlock_size.3
man: add io_uring_mlock_size_params.3
man: add io_uring_multishot.7 overview page
man: fix io_uring_peek_batch_cqe() return documentation
man/io_uring_prep_accept.3: SOCK_CLOEXEC isn't supported with direct files
liburing.h: Add const-qualifier for some preps
man/io_uring_prep_close_direct.3: note on IOSQE_FIXED_FILE
man/io_uring_prep_cmd_discard.3: add discard man pages
io_uring_prep_cmd_getsockname.3: Deduplicate manpage
Fix io_uring_prep_cmd_sock man page file name
man: add io_uring_prep_epoll_ctl.3
man/io_uring_prep_epoll_wait: add man page
man/io_uring_prep_fadvise.3: fix io_uring_prep_fadvise64() prototype
Update io_uring_prep_fallocate() to use 64-bit length/offset
man/io_uring_prep_files_update.3: remove const from int *fds
man/io_uring_prep_fixed_fd_install.3: fix up flags arguments
Kill the _GNU_SOURCE games
man: Add manpage for io_uring_prep_getxattr() and io_uring_prep_fgetxattr()
man: man page tweaks
man/io_uring_prep_listen.3: Document IORING_OP_LISTEN operation
man/io_uring_prep_madvise.3: fix io_uring_prep_madvise64() prototype
man/io_uring_prep_msg_ring: add note on sending to a disabled ring
man: fix title headings
Add man page for `io_uring_prep_nop`
man/prep_openat{2}: clarify IOSQE_FIXED_FILE
Add pipe creation man page
Settle on canceled/cancelation
man/io_uring_prep_poll_update: note on event masks that can be updated
man/io_uring_prep_provide_buffers.3: several fixes
man: clarify non-seekable file read/write API
man: note when read multishot was available
fix documentation for readv, readv2 and setup
man: Fix version reference for io_uring_prep_{read,write}v2
man: add io_uring_prep_readv_fixed.3
man/io_uring_prep_recv.3: improve wording for terminating multishot
man/io_uring_prep_recvmsg.3: improve wording for terminating multishot
man/io_uring_prep_renameat.3: non-at variant does not take flags
man/io_uring_prep_send.3: fix broken links
man: Add manpage for io_uring_prep_send_set_addr()
man: include common -ENOMEM error for zero copy send
man: add io_uring_prep_sendmsg_zc_fixed.3
man: Add manpage for io_uring_prep_setxattr() and io_uring_prep_fsetxattr()
man/io_uring_prep_socket.3: fix typo
man/io_uring_prep_splice.3: Fix description in io_uring_prep_splice() manpage
man: added kernel versions to a few man pages
man: fix io_uring_prep_{readv,writev}{2} typo
man: add io_uring_prep_writev_fixed.3
man: add io_uring_provided_buffers.7 overview page
man/io_uring_queue_init.3: mention page alignment requirement
man: add io_uring_queue_mmap.3
man/io_uring_recvmsg_out.3: fixes and improvements
man/io_uring_register.2: document missing register opcodes
man: fix buf ring registration flags
Rename "buffer copying" to "buffer cloning"
Add io_uring_register_clock.3 man page
man/io_uring_register_file_alloc_range.3: fix function name typo
man/io_uring_register_files.3: mention setrlimit for sparse files
man: add io_uring_register_ifq.3
liburing: add documentation for new napi busy polling
man: add io_uring_register_personality.3
man: add io_uring_register_probe.3
man: add io_uring_register_region.3
man: add io_uring_register_restrictions.3
man/io_uring_register_ring_fd: add note about kernel availability
man/io_uring_register_sync_cancel.3: update io_uring_sync_cancel_reg
man: note when IORING_REGISTER_SEND_MSG_RING became available
man: add io_uring_register_wait_reg.3
man/io_uring_registered_buffers: document ulimit -l and RLIMIT_MEMLOCK
man: add io_uring_registered_files.7
Update ring resizing for DEFER_TASKRUN
man: add io_uring_ring_dontfork.3
man: Add `io_uring_set_iowait(3)`
man: add IORING_SETUP_SQ_REWIND documentation
man: Fix grammar errors
add io_uring_sqe_set_buf group
man/man/io_uring_sqe_set_data: add note on ->user_data validity
man/io_uring_sqe_set_flags.3: clarify IOSQE_ASYNC
man: add io_uring_sqpoll.7 overview page
add io_uring_submit_and_get_events and io_uring_get_events
man: make a note of how to reduce context switches on waits
man: note when min_timeout was available
man/io_uring_submit_and_wait_reg.3: reference io_uring_register_region()
man: update explanation for sigmask passing
man: add io_uring_unregister_personality.3
man/wait_cqe*: Describe -ETIME return value