messages from 2023-05-17 12:39:28 to 2023-06-19 11:20:46 UTC [more...]
[RFC PATCH v2 0/4] add initial io_uring_cmd support for sockets
2023-06-19 11:20 UTC (8+ 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 9:57 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.4-rc7
2023-06-16 19:35 UTC (2+ 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)
[RFC PATCH 00/11] fixed worker
2023-06-12 13:47 UTC (16+ 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
[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 (26+ 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()
` [PATCH v13 3/7] io-uring: move io_wait_queue definition to header file
` [PATCH v13 4/7] io-uring: add napi busy poll support
` [PATCH v13 5/7] io-uring: add sqpoll support for napi busy poll
` [PATCH v13 6/7] io_uring: add register/unregister napi function
` [PATCH v13 7/7] io_uring: add prefer busy poll to register and unregister napi api
[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 (16+ messages)
` [PATCH for-next 2/2] nvme: optimise io_uring passthrough completion
` [PATCH for-next 1/2] io_uring/cmd: add cmd lazy tw wake helper
[PATCH v2 0/6] io_uring: add getdents support, take 2
2023-05-25 12:33 UTC (12+ messages)
` [PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
` [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)
[PATCH 1/1] io_uring: more graceful request alloc OOM
2023-05-24 3:15 UTC (7+ messages)
[PATCH] io_uring: fix compile error when CONFIG_IO_URING not set
2023-05-23 17:06 UTC (2+ messages)
Socket IORING_OP_WRITEV fails spuriously with EAGAIN
2023-05-23 3:28 UTC
[PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-05-22 12:11 UTC
[PATCH 1/1] io_uring: annotate offset timeout races
2023-05-20 1:57 UTC (2+ messages)
[PATCH] io_uring: maintain ordering for DEFER_TASKRUN tw list
2023-05-19 19:50 UTC
[PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-05-18 13:06 UTC
[PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-05-18 11:34 UTC
[PATCH v6 4/6] io_uring: rsrc: delegate VMA file-backed check to GUP
2023-05-17 19:25 UTC (2+ messages)
` [PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()
[PATCHSET 0.4] Reduce overhead of multishot recv/recvmsg
2023-05-17 19:12 UTC (5+ messages)
` [PATCH 1/4] io_uring/net: initialize struct msghdr more sanely for io_recv()
` [PATCH 2/4] io_uring/net: initalize msghdr->msg_inq to known value
` [PATCH 3/4] io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()
` [PATCH 4/4] io_uring/net: don't retry recvmsg() unnecessarily
[Bug report] kernel panic: System is deadlocked on memory
2023-05-17 14:23 UTC (4+ messages)
[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
2023-05-17 13:04 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