messages from 2023-05-24 14:08:44 to 2023-06-22 15:03:39 UTC [more...]
[PATCH] io_uring: Add io_uring command support for sockets
2023-06-22 15:02 UTC (3+ messages)
[GIT PULL] io_uring fixes for 6.4-final
2023-06-22 2:19 UTC
False positives in nolibc check
2023-06-21 16:08 UTC (9+ messages)
[bug report] BUG: KASAN: out-of-bounds in io_req_local_work_add+0x3b1/0x4a0
2023-06-21 15:56 UTC (5+ 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)
[RFC PATCH 00/11] fixed worker
2023-06-20 12:35 UTC (17+ messages)
` [PATCH 01/11] io-wq: fix worker counting after worker received exit signal
` [PATCH 02/11] io-wq: add a new worker flag to indicate worker exit
` [PATCH 03/11] io-wq: add a new type io-wq worker
` [PATCH 04/11] io-wq: add fixed worker members in io_wq_acct
` [PATCH 05/11] io-wq: add a new parameter for creating a new fixed worker
` [PATCH 06/11] io-wq: return io_worker after successful inline worker creation
` [PATCH 07/11] io_uring: add new api to register fixed workers
` [PATCH 08/11] io_uring: add function to unregister "
` [PATCH 09/11] io-wq: add strutures to allow to wait fixed workers exit
` [PATCH 10/11] io-wq: distinguish fixed worker by its name
` [PATCH 11/11] io_uring: add IORING_SETUP_FIXED_WORKER_ONLY and its friend
[RFC PATCH v2 0/4] add initial io_uring_cmd support for sockets
2023-06-20 2:09 UTC (11+ 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] 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)
[PATCHv3 0/2] enhanced nvme uring command polling
2023-06-13 7:56 UTC (5+ messages)
` [PATCHv3 1/2] block: add request polling helper
` [PATCHv3 2/2] nvme: improved uring polling
[PATCHSET RFC 0/6] Add io_uring support for futex wait/wake
2023-06-13 2:55 UTC (12+ messages)
` [PATCH 1/6] futex: abstract out futex_op_to_flags() helper
` [PATCH 2/6] futex: factor out the futex wake handling
` [PATCH 3/6] futex: assign default futex_q->wait_data at insertion time
` [PATCH 4/6] futex: add futex wait variant that takes a futex_q directly
` [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 6/6] io_uring/futex: enable use of the allocation caches for futex_q
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 (6+ messages)
` [PATCHv2 1/2] block: add request polling helper
` [PATCHv2 2/2] nvme: improved uring polling
liburing 2.4 released
2023-06-09 17:22 UTC
[PATCH liburing v1 0/2] Fixes for io_uring_for_each_cqe
2023-06-09 3:02 UTC (5+ messages)
` [PATCH liburing v1 1/2] man/io_uring_for_each_cqe: Fix return value, title, and typo
` [PATCH liburing v1 2/2] man/io_uring_for_each_cqe: Explicitly tell it's a macro and add an example
[PATCH v15 0/7] io_uring: add napi busy polling support
2023-06-08 19:33 UTC (9+ messages)
` [PATCH v15 1/7] net: split off __napi_busy_poll from napi_busy_poll
` [PATCH v15 2/7] net: add napi_busy_loop_rcu()
` [PATCH v15 3/7] io-uring: move io_wait_queue definition to header file
` [PATCH v15 4/7] io-uring: add napi busy poll support
` [PATCH v15 5/7] io-uring: add sqpoll support for napi busy poll
` [PATCH v15 6/7] io_uring: add register/unregister napi function
` [PATCH v15 7/7] io_uring: add prefer busy poll to register and unregister napi api
[PATCH] io_uring: cleanup io_aux_cqe() API
2023-06-07 20:43 UTC
[PATCH v14 0/8] io_uring: add napi busy polling support
2023-06-06 10:10 UTC (11+ messages)
` [PATCH v14 1/8] net: split off __napi_busy_poll from napi_busy_poll
` [PATCH v14 2/8] net: introduce napi_busy_loop_rcu()
` [PATCH v14 3/8] net: split off _napi_busy_loop()
` [PATCH v14 4/8] io-uring: move io_wait_queue definition to header file
` [PATCH v14 5/8] io-uring: add napi busy poll support
` [PATCH v14 6/8] io-uring: add sqpoll support for napi busy poll
` [PATCH v14 7/8] io_uring: add register/unregister napi function
` [PATCH v14 8/8] io_uring: add prefer busy poll to register and unregister napi api
[PATCH 1/2] block: add request polling helper
2023-06-05 23:04 UTC (8+ messages)
` [PATCH 2/2] nvme: improved uring polling
[PATCH v13 0/7] io_uring: add napi busy polling support
2023-06-05 18:00 UTC (11+ messages)
` [PATCH v13 1/7] net: split off __napi_busy_poll from napi_busy_poll
` [PATCH v13 2/7] net: introduce napi_busy_loop_rcu()
[GIT PULL] io_uring fix for 6.4-rc5
2023-06-02 17:41 UTC (2+ messages)
[PATCH] io_uring: avoid indirect function calls for the hottest task_work
2023-06-02 14:58 UTC
[PATCH] io_uring: set plug tags for same file
2023-05-31 15:44 UTC (3+ messages)
[PATCH AUTOSEL 6.1 32/33] io_uring: unlock sqd->lock before sq thread release CPU
2023-05-31 13:41 UTC
[PATCH AUTOSEL 6.3 36/37] io_uring: unlock sqd->lock before sq thread release CPU
2023-05-31 13:40 UTC
[syzbot] WARNING in io_ring_exit_work
2023-05-29 7:58 UTC (2+ messages)
` [syzbot] [io-uring?] "
[PATCH] io_uring: undeprecate epoll_ctl support
2023-05-27 2:22 UTC (5+ messages)
[GIT PULL] io_uring fix for 6.4-rc4
2023-05-26 22:23 UTC (2+ messages)
[PATCH v2] io_uring: unlock sqd->lock before sq thread release CPU
2023-05-25 15:30 UTC (2+ messages)
[PATCH for-next 0/2] Enable IOU_F_TWQ_LAZY_WAKE for passthrough
2023-05-25 14:54 UTC (2+ messages)
[PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
2023-05-25 12:33 UTC (7+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE
Protection key in io uring kthread
2023-05-24 19:21 UTC (5+ messages)
[PATCH] io_uring: unlock sqd->lock before sq thread release CPU
2023-05-24 14:08 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox