public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-04-08 17:48:23 to 2021-04-24 23:26:41 UTC [more...]

[PATCH v3 0/6] Complete setup before calling wake_up_new_task()
 2021-04-24 23:26 UTC  (2+ messages)
` [PATCH v3 1/6] kernel: always initialize task->pf_io_worker to NULL

[PATCH] io_uring: update sq_thread_idle after ctx deleted
 2021-04-24  9:26 UTC 

[RFC] Programming model for io_uring + eBPF
 2021-04-23 15:34 UTC  (3+ 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()

io_uring networking performance degradation
 2021-04-20 10:44 UTC  (4+ messages)

[syzbot] INFO: task hung in __io_uring_cancel
 2021-04-20  1:59 UTC  (3+ messages)

[PATCH] io_uring: check ctx->sq_data before io_sq_offload_start
 2021-04-19 17:56 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in __cpuhp_state_remove_instance
 2021-04-19 17:51 UTC  (2+ messages)

[PATCH v2 0/2] fix hangs with shared sqpoll
 2021-04-19 17:34 UTC  (4+ messages)
` [PATCH 1/2] io_uring: remove extra sqpoll submission halting
` [PATCH 2/2] io_uring: fix shared sqpoll cancellation hangs

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-04-19 15:02 UTC  (4+ messages)

KASAN: use-after-free Read in idr_for_each (2)
 2021-04-19 12:09 UTC  (3+ messages)
` [syzbot] "

[RFC] Patch for null-ptr-deref read in io_uring_create 5.11.12
 2021-04-19 11:22 UTC  (4+ messages)

[PATCH 0/2] fix hangs with shared sqpoll
 2021-04-19  2:03 UTC  (17+ messages)
` [PATCH 1/2] percpu_ref: add percpu_ref_atomic_count()
` [PATCH 2/2] io_uring: fix shared sqpoll cancellation hangs

[PATCH 0/2] two small patches
 2021-04-17 14:29 UTC  (5+ messages)
` [PATCH 1/2] io_uring: fix overflows checks in provide buffers
` [PATCH 2/2] io_uring: check register restriction afore quiesce

[PATCH v2 0/3] Misc 5.13 fixes
 2021-04-16 23:37 UTC  (5+ messages)
` [PATCH 1/3] io_uring: disable multishot poll for double poll add cases
` [PATCH 2/3] io_uring: put flag checking for needing req cleanup in one spot
` [PATCH 3/3] io_uring: tie req->apoll to request lifetime

[RFC] io_uring: submit even with overflow backlog
 2021-04-16 23:28 UTC  (4+ messages)
` [PATCH] io_uring: don't fail submit "

[GIT PULL] Single io_uring fix for 5.12-final
 2021-04-16 23:27 UTC  (2+ messages)

[PATCH 0/3] Misc 5.13 fixes
 2021-04-16 15:42 UTC  (6+ messages)
` [PATCH 1/3] io_uring: disable multishot poll for double poll add cases
` [PATCH 2/3] io_uring: put flag checking for needing req cleanup in one spot
` [PATCH 3/3] io_uring: tie req->apoll to request lifetime

[PATCH] block: reexpand iov_iter after read/write
 2021-04-15 17:39 UTC  (4+ messages)

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-04-15 14:09 UTC  (9+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename

[syzbot] possible deadlock in io_poll_double_wake (3)
 2021-04-15  7:39 UTC  (2+ messages)

[PATCH liburing] tests/poll: poll update as a part of poll remove
 2021-04-14 23:44 UTC  (3+ messages)

[PATCH] io_thread/x86: don't reset 'cs', 'ss', 'ds' and 'es' registers for io_threads
 2021-04-14 21:28 UTC  (2+ messages)

[PATCH v2 5.13 0/5] poll update into poll remove
 2021-04-14 19:32 UTC  (10+ messages)
` [PATCH v2 1/5] io_uring: improve sqpoll event/state handling
` [PATCH v2 2/5] io_uring: refactor io_ring_exit_work()
` [PATCH v2 3/5] io_uring: fix POLL_REMOVE removing apoll
` [PATCH v2 4/5] io_uring: add helper for parsing poll events
` [PATCH v2 5/5] io_uring: move poll update into remove not add

[PATCH] io_uring: fix early sqd_list removal sqpoll hangs
 2021-04-14 16:19 UTC  (3+ messages)

[PATCH 5.13 0/5] poll update into poll remove
 2021-04-14 12:34 UTC  (7+ messages)
` [PATCH 1/5] io_uring: improve sqpoll event/state handling
` [PATCH 2/5] io_uring: refactor io_ring_exit_work()
` [PATCH 3/5] io_uring: fix POLL_REMOVE removing apoll
` [PATCH 4/5] io_uring: add helper for parsing poll events
` [PATCH 5/5] io_uring: move poll update into remove not add

12aceb89b0bc eventfd: convert to f_op->read_iter() causes 6.7% performance regression
 2021-04-14 11:23 UTC 

[PATCH v3] io_uring: maintain drain logic for multishot poll requests
 2021-04-14 10:48 UTC  (3+ messages)
` [PATCH v2] add tests for drain io with multishot reqs

[PATCH 5.13 0/9] another 5.13 pack
 2021-04-13 17:14 UTC  (12+ messages)
` [PATCH 1/9] io_uring: fix leaking reg files on exit
` [PATCH 2/9] io_uring: fix uninit old data for poll event upd
` [PATCH 3/9] io_uring: split poll and poll update structures
` [PATCH 4/9] io_uring: add timeout completion_lock annotation
` [PATCH 5/9] io_uring: refactor hrtimer_try_to_cancel uses
` [PATCH 6/9] io_uring: clean up io_poll_remove_waitqs()
` [PATCH 7/9] io_uring: don't fail overflow on in_idle
` [PATCH 8/9] io_uring: skip futile iopoll iterations
` [PATCH 9/9] io_uring: inline io_iopoll_getevents()

[PATCH 5.13 v2] io_uring: maintain drain requests' logic
 2021-04-12 15:29 UTC  (13+ messages)

BUG: unable to handle kernel NULL pointer dereference in io_uring_cancel_task_requests
 2021-04-11  9:09 UTC  (4+ messages)

[PATCH 5.13 00/16] random 5.13 patches
 2021-04-11  2:38 UTC  (18+ messages)
` [PATCH 01/16] io_uring: unify task and files cancel loops
` [PATCH 02/16] io_uring: track inflight requests through counter
` [PATCH 03/16] io_uring: unify files and task cancel
` [PATCH 04/16] io_uring: refactor io_close
` [PATCH 05/16] io_uring: enable inline completion for more cases
` [PATCH 06/16] io_uring: refactor compat_msghdr import
` [PATCH 07/16] io_uring: optimise non-eventfd post-event
` [PATCH 08/16] io_uring: always pass cflags into fill_event()
` [PATCH 09/16] io_uring: optimise fill_event() by inlining
` [PATCH 10/16] io_uring: simplify io_rsrc_data refcounting
` [PATCH 11/16] io_uring: add buffer unmap helper
` [PATCH 12/16] io_uring: cleanup buffer register
` [PATCH 13/16] io_uring: split file table from rsrc nodes
` [PATCH 14/16] io_uring: improve sqo stop
` [PATCH 15/16] io_uring: improve hardlink code generation
` [PATCH 16/16] io_uring: return back safer resurrect

[PATCH 0/3] first batch of poll cleanups
 2021-04-11  2:30 UTC  (7+ messages)
` [PATCH 1/3] io_uring: clean up io_poll_task_func()
` [PATCH 2/3] io_uring: refactor io_poll_complete()
` [PATCH 3/3] io_uring: simplify apoll hash removal

[PATCH 5.12 v3] io_uring: fix rw req completion
 2021-04-11  2:30 UTC  (5+ messages)

[GIT PULL] io_uring fixes for 5.12-rc7
 2021-04-09 22:34 UTC  (2+ messages)

[PATCH] io-wq: Fix io_wq_worker_affinity()
 2021-04-08 19:43 UTC  (2+ messages)

[syzbot] possible deadlock in io_sq_thread_finish
 2021-04-08 19:43 UTC  (2+ messages)

[PATCH 5.12 v2] io_uring: fix rw req completion
 2021-04-08 17:44 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