public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-02-24 10:37:44 to 2021-03-04 18:58:27 UTC [more...]

[PATCH 5.13 00/11] a second batch for 5.13
 2021-03-04 18:52 UTC  (11+ messages)
` [PATCH 01/11] io_uring: don't take ctx refs in task_work handler
` [PATCH 02/11] io_uring: optimise io_uring_enter()
` [PATCH 03/11] io_uring: move setting tctx->sqpoll from hot path
` [PATCH 04/11] io_uring: inline io_clean_op() fast path
` [PATCH 05/11] io_uring: optimise io_dismantle_req() "
` [PATCH 06/11] io_uring: abolish old io_put_file()
` [PATCH 08/11] io_uring: set req->work closer to all other fields
` [PATCH 09/11] io_uring: inline __io_queue_linked_timeout()
` [PATCH 10/11] io_uring: optimise success case of __io_queue_sqe
` [PATCH 11/11] io_uring: refactor io_flush_cached_reqs()

[PATCHSET RFC 0/18] Remove kthread usage from io_uring
 2021-03-04 18:19 UTC  (10+ messages)
` [PATCH 09/18] io-wq: fork worker threads from original task

[PATCH 4/4] dm: support I/O polling
 2021-03-04 15:12 UTC  (8+ messages)
` [dm-devel] "

[PATCHSET 0/33] Fixes queued up for 5.12
 2021-03-04 14:05 UTC  (36+ messages)
` [PATCH 01/33] io-wq: wait for worker startup when forking a new one
` [PATCH 02/33] io-wq: have manager wait for all workers to exit
` [PATCH 03/33] io-wq: don't ask for a new worker if we're exiting
` [PATCH 04/33] io-wq: rename wq->done completion to wq->started
` [PATCH 05/33] io-wq: wait for manager exit on wq destroy
` [PATCH 06/33] io-wq: fix double put of 'wq' in error path
` [PATCH 07/33] io_uring: SQPOLL stop error handling fixes
` [PATCH 08/33] io_uring: run fallback on cancellation
` [PATCH 09/33] io_uring: don't use complete_all() on SQPOLL thread exit
` [PATCH 10/33] io-wq: provide an io_wq_put_and_exit() helper
` [PATCH 11/33] io_uring: fix race condition in task_work add and clear
` [PATCH 12/33] io_uring: signal worker thread unshare
` [PATCH 13/33] io_uring: warn on not destroyed io-wq
` [PATCH 14/33] io_uring: destroy io-wq on exec
` [PATCH 15/33] io_uring: remove unused argument 'tsk' from io_req_caches_free()
` [PATCH 16/33] io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checks
` [PATCH 17/33] io_uring: move cred assignment into io_issue_sqe()
` [PATCH 18/33] io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()
` [PATCH 19/33] io_uring: kill io_uring_flush()
` [PATCH 20/33] io_uring: fix __tctx_task_work() ctx race
` [PATCH 21/33] io_uring: replace cmpxchg in fallback with xchg
` [PATCH 22/33] io_uring: ensure that SQPOLL thread is started for exit
` [PATCH 23/33] io_uring: ignore double poll add on the same waitqueue head
` [PATCH 24/33] io_uring: kill sqo_dead and sqo submission halting
` [PATCH 25/33] io_uring: remove sqo_task
` [PATCH 26/33] io-wq: fix error path leak of buffered write hash map
` [PATCH 27/33] io_uring: fix -EAGAIN retry with IOPOLL
` [PATCH 28/33] io_uring: choose right tctx->io_wq for try cancel
` [PATCH 29/33] io_uring: inline io_req_clean_work()
` [PATCH 30/33] io_uring: inline __io_queue_async_work()
` [PATCH 31/33] io_uring: remove extra in_idle wake up
` [PATCH 32/33] io_uring: ensure that threads freeze on suspend
` [PATCH 33/33] io-wq: ensure all pending work is canceled on exit

[PATCH 5.12 0/8] remove task file notes
 2021-03-04 13:59 UTC  (9+ messages)
` [PATCH 1/8] io_uring: cancel-match based on flags
` [PATCH 2/8] io_uring: reliably cancel linked timeouts
` [PATCH 3/8] io_uring: make del_task_file more forgiving
` [PATCH 4/8] io_uring: introduce ctx to tctx back map
` [PATCH 5/8] io_uring: do ctx initiated file note removal
` [PATCH 6/8] io_uring: don't take task ring-file notes
` [PATCH 7/8] io_uring: index io_uring->xa by ctx not file
` [PATCH 8/8] io_uring: warn when ring exit takes too long

[RFC 0/3] Async nvme passthrough
 2021-03-04 11:13 UTC  (11+ messages)
    ` [RFC 1/3] io_uring: add helper for uring_cmd completion in submitter-task
    ` [RFC 2/3] nvme: passthrough helper with callback
    ` [RFC 3/3] nvme: wire up support for async passthrough

[PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct
 2021-03-04 10:14 UTC  (3+ messages)

memory leak in io_submit_sqes (2)
 2021-03-04  8:27 UTC  (5+ messages)

[PATCH v5 00/12] dm: support polling
 2021-03-03 11:57 UTC  (13+ messages)
` [PATCH v5 01/12] block: move definition of blk_qc_t to types.h
` [PATCH v5 02/12] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
` [PATCH v5 04/12] block: add poll_capable "
` [PATCH v5 05/12] blk-mq: extract one helper function polling hw queue
` [PATCH v5 06/12] blk-mq: add iterator for polling hw queues
` [PATCH v5 07/12] blk-mq: add one helper function getting hw queue
` [PATCH v5 08/12] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v5 10/12] block: fastpath for bio-based polling
` [PATCH v5 11/12] block: sub-fastpath "
` [PATCH v5 12/12] dm: support IO polling for bio-based dm device

[PATCH 2/4] block: dont clear REQ_HIPRI for bio-based drivers
 2021-03-03 10:05 UTC  (3+ messages)
` [dm-devel] "

possible deadlock in io_poll_double_wake (2)
 2021-03-03 13:39 UTC  (15+ messages)
    ` 回复: "

[PATCH v3 00/11] dm: support IO polling
 2021-03-03  1:55 UTC  (9+ 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] "

[PATCH 0/4] Reworked device mapper polling patchset
 2021-03-02 19:05 UTC 

[PATCH 3/4] dm: use submit_bio_noacct_mq_direct
 2021-03-02 19:05 UTC 

[PATCH RESEND for-next 00/12] 5.13 first batch
 2021-03-01 23:53 UTC  (14+ 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()

[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)

[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

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 

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  (14+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox