messages from 2021-02-20 11:07:46 to 2021-03-02 07:08:38 UTC [more...]
[PATCH 5.12 0/4] random 5.12 bits
2021-03-01 23:41 UTC (6+ messages)
` [PATCH 1/4] io_uring: choose right tctx->io_wq for try cancel
` [PATCH 2/4] io_uring: inline io_req_clean_work()
` [PATCH 3/4] io_uring: inline __io_queue_async_work()
` [PATCH 4/4] io_uring: remove extra in_idle wake up
[PATCH 1/1] io-wq: deduplicate destroying wq->manager
2021-03-01 20:59 UTC (2+ messages)
possible deadlock in io_poll_double_wake (2)
2021-03-01 15:55 UTC (8+ messages)
` 回复: "
[PATCH 5.12 0/2] kill sqo_dead
2021-03-01 14:42 UTC (4+ messages)
` [PATCH 1/2] io_uring: kill sqo_dead and sqo submission halting
` [PATCH 2/2] io_uring: remove sqo_task
[PATCH RESEND for-next 00/12] 5.13 first batch
2021-02-28 22:35 UTC (13+ messages)
` [PATCH 01/12] io_uring: avoid taking ctx refs for task-cancel
` [PATCH 02/12] io_uring: reuse io_req_task_queue_fail()
` [PATCH 03/12] io_uring: further deduplicate file slot selection
` [PATCH 04/12] io_uring: add a helper failing not issued requests
` [PATCH 05/12] io_uring: refactor provide/remove buffer locking
` [PATCH 06/12] io_uring: don't restirct issue_flags for io_openat
` [PATCH 07/12] io_uring: use better types for cflags
` [PATCH 08/12] io_uring: refactor out send/recv async setup
` [PATCH 09/12] io_uring: untie alloc_async_data and needs_async_data
` [PATCH 10/12] io_uring: rethink def->needs_async_data
` [PATCH 11/12] io_uring: merge defer_prep() and prep_async()
` [PATCH 12/12] io_uring: simplify io_resubmit_prep()
INFO: task hung in io_sq_thread_park
2021-02-28 22:20 UTC (2+ messages)
[PATCH 5.12 0/2] task_work ctx refs fix + xchg cleanup
2021-02-28 22:17 UTC (4+ messages)
` [PATCH 1/2] io_uring: fix __tctx_task_work() ctx race
` [PATCH 2/2] io_uring: replace cmpxchg in fallback with xchg
KASAN: use-after-free Read in tctx_task_work
2021-02-28 17:00 UTC (2+ messages)
[GIT PULL] io_uring thread worker change
2021-02-27 19:47 UTC (6+ messages)
INFO: task can't die in task_thread
2021-02-27 7:59 UTC
KASAN: use-after-free Read in __cpuhp_state_remove_instance
2021-02-26 22:50 UTC (4+ messages)
[GIT PULL] Followup io_uring fixes for 5.12-rc
2021-02-26 22:23 UTC (4+ messages)
[PATCH] btrfs: Prevent nowait or async read from doing sync IO
2021-02-26 17:00 UTC (2+ messages)
[PATCH] io_uring: don't re-read iovecs in iopoll_complete
2021-02-26 16:19 UTC (2+ messages)
general protection fault in try_to_wake_up (2)
2021-02-26 14:48 UTC
KASAN: null-ptr-deref Write in io_uring_cancel_sqpoll
2021-02-26 9:33 UTC
KASAN: use-after-free Read in io_sq_thread
2021-02-26 9:27 UTC
[PATCH v3 00/11] dm: support IO polling
2021-02-26 8:22 UTC (8+ messages)
` [PATCH v3 09/11] dm: support IO polling for bio-based dm device
` [dm-devel] "
` [PATCH v3 11/11] dm: fastpath of bio-based polling
` [dm-devel] "
d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
2021-02-25 20:36 UTC (4+ messages)
INFO: task can't die in io_sq_thread_finish
2021-02-25 17:05 UTC (2+ messages)
KASAN: use-after-free Read in try_to_wake_up
2021-02-25 16:53 UTC (2+ messages)
[PATCH] io-wq: remove unused label
2021-02-25 15:18 UTC (2+ messages)
[PATCH 1/1] io_uring: don't re-read iovecs in iopoll_complete
2021-02-25 14:58 UTC (2+ messages)
[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
2021-02-25 10:55 UTC (16+ messages)
io_uring: defer flushing cached reqs
2021-02-24 17:52 UTC (2+ messages)
io_uring_enter() returns EAGAIN after child exit in 5.12
2021-02-24 16:24 UTC (6+ messages)
[PATCH v2 1/1] io_uring: allocate memory for overflowed CQEs
2021-02-24 9:39 UTC (7+ messages)
[PATCH v2 5.12] io_uring: fix locked_free_list caches_free()
2021-02-24 2:20 UTC (2+ messages)
[PATCH] io_uring: don't attempt IO reissue from the ring exit path
2021-02-24 2:18 UTC
[PATCH v4 00/12] dm: support IO polling
2021-02-24 1:44 UTC (14+ messages)
` [PATCH v4 03/12] block: add poll method to support bio-based "
` [PATCH v4 04/12] block: add poll_capable "
` [PATCH v4 05/12] blk-mq: extract one helper function polling hw queue
` [PATCH v4 06/12] blk-mq: add iterator for polling hw queues
` [PATCH v4 07/12] blk-mq: add one helper function getting hw queue
` [PATCH v4 08/12] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH v4 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v4 10/12] block: fastpath for bio-based polling
` [PATCH v4 11/12] block: sub-fastpath "
` [PATCH v4 12/12] dm: support IO polling for bio-based dm device
[PATCH 1/1] io_uring: fix locked_free_list caches_free()
2021-02-23 21:56 UTC (2+ messages)
possible deadlock in io_link_timeout_fn
2021-02-23 13:50 UTC (2+ messages)
[PATCHSET RFC 0/5] file_operations based io_uring commands
2021-02-23 13:21 UTC (12+ messages)
` [PATCH 2/5] io_uring: add support for IORING_OP_URING_CMD
[PATCH] io_uring: allocate memory for overflowed CQEs
2021-02-23 11:56 UTC
[PATCH v6 0/7] Count rlimits in each user namespace
2021-02-23 5:30 UTC (8+ messages)
` [PATCH v6 3/7] Reimplement RLIMIT_NPROC on top of ucounts
[RFC PATCH 0/4] Asynchronous passthrough ioctl
2021-02-23 4:41 UTC (10+ messages)
KASAN: invalid-free in io_req_caches_free
2021-02-23 2:35 UTC (2+ messages)
[PATCH for-next 00/13] simple 5.13 cleanups
2021-02-23 1:55 UTC (14+ messages)
` [PATCH 01/13] io_uring: introduce a new helper for ctx quiesce
` [PATCH 02/13] io_uring: avoid taking ctx refs for task-cancel
` [PATCH 03/13] io_uring: reuse io_req_task_queue_fail()
` [PATCH 04/13] io_uring: further deduplicate file slot selection
` [PATCH 05/13] io_uring: add a helper failing not issued requests
` [PATCH 06/13] io_uring: refactor provide/remove buffer locking
` [PATCH 07/13] io_uring: don't restirct issue_flags for io_openat
` [PATCH 08/13] io_uring: use better types for cflags
` [PATCH 09/13] io_uring: refactor out send/recv async setup
` [PATCH 10/13] io_uring: untie alloc_async_data and needs_async_data
` [PATCH 11/13] io_uring: rethink def->needs_async_data
` [PATCH 12/13] io_uring: merge defer_prep() and prep_async()
` [PATCH 13/13] io_uring: simplify io_resubmit_prep()
[PATCH v2 0/4] rsrc quiesce fixes/hardening v2
2021-02-22 14:05 UTC (8+ messages)
` [PATCH v2 1/4] io_uring: zero ref_node after killing it
` [PATCH v2 2/4] io_uring: fix io_rsrc_ref_quiesce races
` [PATCH v2 3/4] io_uring: keep generic rsrc infra generic
` [PATCH v2 4/4] io_uring: wait potential ->release() on resurrect
[PATCHSET RFC 0/18] Remove kthread usage from io_uring
2021-02-22 13:46 UTC (9+ messages)
` [PATCH 01/18] io_uring: remove the need for relying on an io-wq fallback worker
` [PATCH 05/18] io_uring: tie async worker side to the task context
[PATCH] block: fix potential IO hang when turning off io_poll
2021-02-22 13:40 UTC (4+ messages)
[PATCH] io_uring: double freeing req caches
2021-02-22 13:32 UTC (2+ messages)
[PATCH v7 0/7] Count rlimits in each user namespace
2021-02-22 9:56 UTC (8+ messages)
` [PATCH v7 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v7 2/7] Add a reference to ucounts for each cred
` [PATCH v7 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v7 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v7 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v7 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v7 7/7] kselftests: Add test to check for rlimit changes in different user namespaces
[PATCH 1/1] io_uring: run task_work on io_uring_register()
2021-02-22 0:19 UTC (2+ messages)
[PATCH v3 0/2] io_uring: add support for IORING_OP_GETDENTS
2021-02-21 21:12 UTC (5+ messages)
[PATCH 0/3] rsrc quiesce fixes/hardening
2021-02-21 9:46 UTC (9+ messages)
` [PATCH 2/3] io_uring: fix io_rsrc_ref_quiesce races
[PATCH 0/3] fix nested uring_lock
2021-02-21 2:03 UTC (4+ messages)
` [PATCH 2/3] io_uring: fail io-wq submission from a task_work
[PATCH 0/2] resurrect
2021-02-20 17:44 UTC (4+ messages)
` [PATCH 1/2] io_uring: wait potential ->release() on resurrect
` [PATCH 2/2] io_uring: wait for ->release() on rsrc resurrect
[PATCH 1/1] io_uring: disallow concurrent rsrc quiesce
2021-02-20 15:15 UTC
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