messages from 2021-04-01 18:11:51 to 2021-04-14 21:29:15 UTC [more...]
[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
[syzbot] possible deadlock in io_poll_double_wake (3)
2021-04-13 21:07 UTC
[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 (18+ messages)
` [PATCH 1/3] io_uring: add IOSQE_MULTI_CQES/REQ_F_MULTI_CQES for multishot requests
` [PATCH 2/3] io_uring: maintain drain logic "
` [PATCH 3/3] io_uring: use REQ_F_MULTI_CQES for multipoll IORING_OP_ADD
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] block: reexpand iov_iter after read/write
2021-04-09 14:49 UTC (5+ 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)
[syzbot] INFO: task hung in io_ring_exit_work
2021-04-08 14:42 UTC (11+ messages)
[PATCH v3 0/2] io_uring: add mkdirat support
2021-04-08 8:45 UTC (4+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename
[PATCH 5.12 0/4] 5.12 fixes
2021-04-08 4:11 UTC (7+ messages)
` [PATCH 1/4] io_uring: clear F_REISSUE right after getting it
` [PATCH 2/4] io_uring: fix rw req completion
` [PATCH 3/4] io_uring: fix poll_rewait racing for ->canceled
` [PATCH 4/4] io-wq: cancel unbounded works on io-wq destroy
[PATCH] io-wq: simplify code in __io_worker_busy
2021-04-07 18:28 UTC (10+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v2] "
Potential corner case in release 5.8
2021-04-07 12:52 UTC (3+ messages)
[PATCH liburing] add tests for drain io with multishot requests
2021-04-07 11:26 UTC
[syzbot] WARNING in mntput_no_expire (2)
2021-04-06 15:37 UTC (31+ messages)
[PATCH] io_uring: don't mark S_ISBLK async work as unbounded
2021-04-05 16:13 UTC (7+ messages)
[PATCH for-5.13] io_uring: maintain drain requests' logic
2021-04-05 16:11 UTC (8+ messages)
[PATCH AUTOSEL 5.10 19/22] io_uring: don't mark S_ISBLK async work as unbounded
2021-04-05 16:04 UTC
[PATCH AUTOSEL 5.11 19/22] io_uring: don't mark S_ISBLK async work as unbounded
2021-04-05 16:04 UTC
[PATCH v5 0/2] io_uring: add support for IORING_OP_GETDENTS
2021-04-05 9:52 UTC (4+ messages)
[PATCH v4 00/26] ctx wide rsrc nodes +
2021-04-04 19:22 UTC (6+ messages)
` [PATCH v4 07/26] io_uring: ctx-wide rsrc nodes
` [PATCH v4 08/26] io_uring: reuse io_rsrc_node_destroy()
` [PATCH v4 22/26] io_uring: set proper FFS* flags on reg file update
[PATCH liburing] tests: test CQE ordering on early submission fail
2021-04-04 15:45 UTC (3+ messages)
[GIT PULL] Single io_uring fix
2021-04-03 21:33 UTC (2+ messages)
[RFC 5.12] io-wq: cancel unbounded works on io-wq destroy
2021-04-03 2:19 UTC (2+ messages)
[PATCH 0/6] Allow signals for IO threads
2021-04-03 0:48 UTC (9+ messages)
[GIT PULL] io_uring fixes for 5.12-rc6
2021-04-02 23:18 UTC (2+ messages)
[PATCH] io_uring: move reissue into regular IO path
2021-04-02 18:41 UTC
[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
2021-04-02 16:26 UTC (11+ messages)
[PATCH] io_uring: support multiple rings to share same poll thread by specifying same cpu
2021-04-02 14:40 UTC (4+ messages)
[PATCH 0/2] Don't show PF_IO_WORKER in /proc/<pid>/task/
2021-04-01 14:40 UTC (11+ 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