io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 20:45:44 to 2023-06-30 15:10:38 UTC [more...]

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-30 15:10 UTC 

[PATCH v2 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-30 15:04 UTC  (8+ messages)
` [PATCH v2 1/1] Add a new "

[PATCH] io_uring: Add {} to maintain consistency in code format
 2023-06-30  6:25 UTC 

[PATCH] test/io_uring_setup: Fix include path to syscall.h
 2023-06-30  2:39 UTC 

[syzbot] Monthly io-uring report (Jun 2023)
 2023-06-29  8:54 UTC 

[PATCHv3 0/2] enhanced nvme uring command polling
 2023-06-28 22:13 UTC  (6+ messages)
` [PATCHv3 1/2] block: add request polling helper
` [PATCHv3 2/2] nvme: improved uring polling

[PATCHSET 0/3] Misc 6.5 fixes
 2023-06-28 17:09 UTC  (4+ messages)
` [PATCH 1/3] io_uring/net: use proper value for msg_inq
` [PATCH 2/3] io_uring: remove io_fallback_tw() forward declaration
` [PATCH 3/3] io_uring: flush offloaded and delayed task_work on exit

[PATCH 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-28 15:59 UTC  (11+ messages)
` [PATCH 1/1] Add a new "

[RFC PATCH 00/11] fixed worker
 2023-06-28  9:19 UTC  (8+ messages)
` [PATCH 07/11] io_uring: add new api to register fixed workers

[PATCH v2] io_uring: Adjust mapping wrt architecture aliasing requirements
 2023-06-27 19:24 UTC  (3+ messages)

[PATCH v4] io_uring: Add io_uring command support for sockets
 2023-06-27 18:18 UTC  (2+ messages)

[GIT PULL] io_uring updates for 6.5
 2023-06-27  0:24 UTC 

[GIT PULL] io_uring updates for 6.5
 2023-06-26 20:02 UTC  (4+ messages)

[bug report] nvme passthrough: request failed when blocksize exceeding max_hw_sectors
 2023-06-26 13:43 UTC  (2+ messages)

[syzbot] [io-uring?] general protection fault in worker_thread (2)
 2023-06-25 13:54 UTC 

[RFC PATCH liburing v1 0/3] Introduce '--use-libc' option
 2023-06-23 22:13 UTC  (7+ messages)
` [RFC PATCH liburing v1 1/3] configure: Remove --nolibc option
` [RFC PATCH liburing v1 2/3] configure: Introduce '--use-libc' option
` [RFC PATCH liburing v1 3/3] src/Makefile: Allow using stack protector with libc

[PATCHSET RFC 0/6] Add io_uring support for futex wait/wake
 2023-06-23 19:46 UTC  (11+ messages)
` [PATCH 5/6] io_uring: add support for futex wake and wait
          ` io_uring link semantics (was [PATCH 5/6] io_uring: add support for futex wake and wait)

[PATCH v3] io_uring: Add io_uring command support for sockets
 2023-06-23 19:35 UTC  (4+ messages)

[PATCHSET 0/8] Add support for IORING_ASYNC_CANCEL_OP
 2023-06-23 16:48 UTC  (9+ messages)
` [PATCH 1/8] io_uring/poll: always set 'ctx' in io_cancel_data
` [PATCH 2/8] io_uring/timeout: "
` [PATCH 3/8] io_uring/cancel: abstract out request match helper
` [PATCH 4/8] io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY
` [PATCH 5/8] io_uring: use cancelation match helper for poll and timeout requests
` [PATCH 6/8] io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
` [PATCH 7/8] io_uring/cancel: support opcode based lookup and cancelation
` [PATCH 8/8] io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel

[RFC PATCH v2 0/4] add initial io_uring_cmd support for sockets
 2023-06-23 15:20 UTC  (13+ messages)
` [RFC PATCH v2 1/4] net: wire up support for file_operations->uring_cmd()
` [RFC PATCH v2 2/4] net: add uring_cmd callback to UDP
` [RFC PATCH v2 3/4] net: add uring_cmd callback to TCP
` [RFC PATCH v2 4/4] net: add uring_cmd callback to raw "protocol"

[PATCH 00/11] clean up req free and CQ locking
 2023-06-23 14:27 UTC  (14+ messages)
` [PATCH 01/11] io_uring: open code io_put_req_find_next
` [PATCH 02/11] io_uring: remove io_free_req_tw
` [PATCH 03/11] io_uring: inline io_dismantle_req()
` [PATCH 04/11] io_uring: move io_clean_op()
` [PATCH 05/11] io_uring: don't batch task put on reqs free
` [PATCH 06/11] io_uring: remove IOU_F_TWQ_FORCE_NORMAL
` [PATCH 07/11] io_uring: kill io_cq_unlock()
` [PATCH 08/11] io_uring: fix acquire/release annotations
` [PATCH 09/11] io_uring: inline __io_cq_unlock
` [PATCH 10/11] io_uring: make io_cq_unlock_post static
` [PATCH 11/11] io_uring: merge conditional unlock flush helpers

[bug report] BUG: KASAN: out-of-bounds in io_req_local_work_add+0x3b1/0x4a0
 2023-06-23 12:30 UTC  (8+ messages)

[GIT PULL] io_uring fixes for 6.4-final
 2023-06-23  1:03 UTC  (2+ messages)

[PATCH] io_uring: Add io_uring command support for sockets
 2023-06-22 19:01 UTC  (9+ messages)

False positives in nolibc check
 2023-06-21 16:08 UTC  (9+ messages)

[PATCH] io_uring/net: silence sparse warnings on address space
 2023-06-21 13:36 UTC  (3+ messages)

[bug report] system will hung up when cpu hot plug
 2023-06-21 13:08 UTC 

[PATCH v2] io_uring/net: clear msg_controllen on partial sendmsg retry
 2023-06-21 11:34 UTC  (2+ messages)

[PATCH v2] io_uring/net: disable partial retries for recvmsg with cmsg
 2023-06-21 11:34 UTC  (2+ messages)

io_uring req flags cleanups
 2023-06-20 15:36 UTC  (10+ messages)
` [PATCH 1/8] io_uring: remove __io_file_supports_nowait
` [PATCH 2/8] io_uring: remove the mode variable in io_file_get_flags
` [PATCH 3/8] io_uring: remove a confusing comment above io_file_get_flags
` [PATCH 4/8] io_uring: remove io_req_ffs_set
` [PATCH 5/8] io_uring: return REQ_F_ flags from io_file_get_flags
` [PATCH 6/8] io_uring: use io_file_from_index in __io_sync_cancel
` [PATCH 7/8] io_uring: use io_file_from_index in io_msg_grab_file
` [PATCH 8/8] io_uring: add helpers to decode the fixed file file_ptr

[PATCHSET 0/3] Improve FMODE_NOWAIT coverage
 2023-06-20 14:56 UTC  (9+ messages)
` [PATCH 2/3] block: mark bdev files as FMODE_NOWAIT if underlying device supports it

[PATCH] io_uring/net: clear msg_controllen on partial sendmsg retry
 2023-06-20 13:06 UTC  (3+ messages)

[PATCH] io_uring/net: disable partial retries for recvmsg with cmsg
 2023-06-20 13:05 UTC  (3+ messages)

[PATCH] io_uring/net: save msghdr->msg_control for retries
 2023-06-19 14:40 UTC  (8+ messages)

[GIT PULL] io_uring fixes for 6.4-rc7
 2023-06-19 13:05 UTC  (4+ messages)

io-wrk threads on socket vs non-socket
 2023-06-16 10:07 UTC  (3+ messages)

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 13:37 UTC  (4+ messages)
      ` [PATCH] tools/io uring: "

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 12:53 UTC 

[PATCH] io_uring/io-wq: don't clear PF_IO_WORKER on exit
 2023-06-15  2:23 UTC  (9+ messages)

[PATCH] io_uring/kbuf: fix missing check for return value of io_buffer_get_list()
 2023-06-14 16:14 UTC  (2+ messages)

Callbacks in io_uring submission queue
 2023-06-12 13:55 UTC  (2+ messages)

[PATCH] io_uring: wait interruptibly for request completions on exit
 2023-06-12  3:14 UTC 

[PATCHv2 0/2] enhanced nvme uring command polling
 2023-06-11  8:11 UTC  (4+ messages)
` [PATCHv2 1/2] block: add request polling helper

[PATCHv2 2/2] nvme: improved uring polling
 2023-06-09 23:16 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).