IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-20 11:03:44 to 2021-05-03 10:45:38 UTC [more...]

INFO: task hung in io_uring_cancel_sqpoll
 2021-05-03 10:45 UTC  (16+ messages)

KASAN: stack-out-of-bounds Read in iov_iter_revert
 2021-05-02 15:57 UTC  (5+ messages)

[RFC] Programming model for io_uring + eBPF
 2021-05-01  9:49 UTC  (5+ messages)

[syzbot] WARNING: refcount bug in __io_queue_sqe
 2021-05-01  5:51 UTC 

[PATCH] block: reexpand iov_iter after read/write
 2021-04-30 14:35 UTC  (7+ messages)

[PATCH 0/2] ctx fields reshuffling pt1
 2021-04-30 13:10 UTC  (3+ messages)
` [PATCH 1/2] io_uring: shuffle rarely used ctx fields to end
` [PATCH 2/2] io_uring: localise fixed resources fields

[PATCH] io_uring: Fix memory leak in io_sqe_buffers_register()
 2021-04-30 12:44 UTC  (3+ messages)

[syzbot] memory leak in io_sqe_buffers_register
 2021-04-30 12:19 UTC  (2+ messages)

Wired result of OP_RECVMSG in EC2 environment
 2021-04-30  5:44 UTC 

[PATCH RFC 5.13 0/2] adaptive sqpoll and its wakeup optimization
 2021-04-29 22:15 UTC  (26+ messages)
` [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
` [PATCH RFC 5.13 2/2] io_uring: submit sqes in the original context when waking up sqthread

[PATCH liburing] test: test ring exit cancels SQPOLL's iowq
 2021-04-29 21:53 UTC  (3+ messages)

[syzbot] WARNING in io_uring_setup (2)
 2021-04-29 18:15 UTC  (4+ messages)

[RFC v2 0/2] non-atomic req->refs
 2021-04-29 17:20 UTC  (3+ messages)
` [PATCH v2 1/2] io_uring: defer submission ref put
` [PATCH v2 2/2] io_uring: non-atomic request refs

[RFC 0/2] non-atomic req->refs
 2021-04-29 16:39 UTC  (3+ messages)
` [PATCH 1/2] io_uring: defer submission ref put
` [PATCH 2/2] io_uring: non-atomic request refs

[PATCH][next][V2] io_uring: Fix premature return from loop and memory leak
 2021-04-29 14:27 UTC  (3+ messages)

[PATCH] io_uring: fix unchecked error in switch_start()
 2021-04-29 14:26 UTC  (2+ messages)

[syzbot] WARNING in io_rsrc_node_switch
 2021-04-29 14:18 UTC  (5+ messages)

[PATCH][next] io_uring: Fix memory leak on error return path
 2021-04-29 10:41 UTC  (4+ messages)

[GIT PULL] io_uring changes for 5.13-rc
 2021-04-28 22:24 UTC  (2+ messages)

[PATCH 1/1] io_uring: allow empty slots for reg buffers
 2021-04-28 14:06 UTC  (2+ messages)

[PATCH 5.13 0/3] drain rsrc fix
 2021-04-28 14:04 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix drain with rsrc CQEs
` [PATCH 2/3] io_uring: dont overlap internal and user req flags
` [PATCH 3/3] io_uring: add more build check for uapi

[PATCH 5.13] io_uring: don't set IORING_SQ_NEED_WAKEUP when sqthread is dying
 2021-04-28  9:28 UTC  (5+ messages)

KASAN: null-ptr-deref Write in io_uring_cancel_sqpoll
 2021-04-27 17:04 UTC  (12+ messages)
            ` [PATCH 5.13] io_uring: Check current->io_uring "

[PATCH v3] io_uring: maintain drain logic for multishot poll requests
 2021-04-27 13:40 UTC  (5+ messages)
` [PATCH v2] add tests for drain io with multishot reqs

[PATCH v3 0/6] Complete setup before calling wake_up_new_task()
 2021-04-26 16:01 UTC  (10+ messages)
` [PATCH v3 1/6] kernel: always initialize task->pf_io_worker to NULL
` [PATCH v3 2/6] io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
` [PATCH v3 3/6] io-wq: call set_task_comm() before wake_up_new_task()
` [PATCH v3 4/6] io_uring: complete sq_thread setup before calling wake_up_new_task()
` [PATCH v3 5/6] io-wq: warn about future set_task_comm() overflows
` [PATCH v3 6/6] io_uring: "

[PATCH 5.13] io_uring: fix NULL reg-buffer
 2021-04-26 15:04 UTC  (2+ messages)

io_uring networking performance degradation
 2021-04-26 13:07 UTC  (7+ messages)

[PATCH 0/2] sqpoll cancellation
 2021-04-26 12:59 UTC  (4+ messages)
` [PATCH 1/2] io_uring: fix work_exit sqpoll cancellations
` [PATCH 2/2] io_uring: simplify SQPOLL cancellations

[PATCH] io_uring: fix invalid error check after malloc
 2021-04-26 12:52 UTC  (2+ messages)

[PATCH][next] io_uring: Fix uninitialized variable up.resv
 2021-04-26 12:51 UTC  (5+ messages)

[PATCH][next][V2] io_uring: Fix uninitialized variable up.resv
 2021-04-26 10:44 UTC  (2+ messages)
` AW: "

[PATCH][next] io_uring: fix incorrect check for kvmalloc failure
 2021-04-26 10:04 UTC  (2+ messages)

[RFC v2 00/12] dynamic buffers + rsrc tagging
 2021-04-25 16:15 UTC  (14+ messages)
` [PATCH v2 01/12] io_uring: move __io_sqe_files_unregister
` [PATCH v2 02/12] io_uring: return back rsrc data free helper
` [PATCH v2 03/12] io_uring: decouple CQE filling from requests
` [PATCH v2 04/12] io_uring: preparation for rsrc tagging
` [PATCH v2 05/12] io_uring: add generic path for rsrc update
` [PATCH v2 06/12] io_uring: enumerate dynamic resources
` [PATCH v2 07/12] io_uring: add IORING_REGISTER_RSRC
` [PATCH v2 08/12] io_uring: add generic rsrc update with tags
` [PATCH v2 09/12] io_uring: keep table of pointers to ubufs
` [PATCH v2 10/12] io_uring: prepare fixed rw for dynanic buffers
` [PATCH v2 11/12] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v2 12/12] io_uring: add full-fledged dynamic buffers support

[PATCH] io_uring: update sq_thread_idle after ctx deleted
 2021-04-25 16:15 UTC  (4+ messages)

[PATCH] io_uring: check sqring and iopoll_list before shedule
 2021-04-23 14:27 UTC  (4+ messages)

[RFC 00/11] dynamic buffers + rsrc tagging
 2021-04-23 14:25 UTC  (13+ messages)
` [PATCH 01/11] io_uring: move __io_sqe_files_unregister
` [PATCH 02/11] io_uring: return back rsrc data free helper
` [PATCH 03/11] io_uring: decouple CQE filling from requests
` [PATCH 04/11] io_uring: preparation for rsrc tagging
` [PATCH 05/11] io_uring: add generic path for rsrc update
` [PATCH 06/11] io_uring: enumerate dynamic resources
` [PATCH 07/11] io_uring: add IORING_REGISTER_RSRC
` [PATCH 08/11] io_uring: add generic rsrc update with tags
` [PATCH 09/11] io_uring: prepare fixed rw for dynanic buffers
` [PATCH 10/11] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH 11/11] io_uring: add full-fledged dynamic buffers support

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-23 14:13 UTC  (2+ messages)

Emulating epoll
 2021-04-23 14:07 UTC  (4+ messages)

[RFC liburing 1/1] tests: add rsrc tags tests
 2021-04-23  0:22 UTC 

Tracing busy processes/threads freezes/stalls the whole machine
 2021-04-22 14:55 UTC  (2+ messages)

[PATCH liburing] tests: remove -EBUSY on CQE backlog tests
 2021-04-21 17:03 UTC  (2+ messages)

[syzbot] WARNING in io_poll_double_wake
 2021-04-20 20:52 UTC 

[PATCH 0/3] small 5.13 cleanups
 2021-04-20 18:55 UTC  (5+ messages)
` [PATCH 1/3] io_uring: move inflight un-tracking into cleanup
` [PATCH 2/3] io_uring: safer sq_creds putting
` [PATCH 3/3] io_uring: refactor io_sq_offload_create()


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 read-only IMAP folder(s) and NNTP newsgroup(s).