public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-01 18:30:08 to 2021-03-07 13:25:41 UTC [more...]

[syzbot] possible deadlock in io_sq_thread_finish
 2021-03-07 13:20 UTC  (3+ messages)

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-07 11:56 UTC  (2+ messages)

[PATCH 5.12 0/2] Restore sq_thread 5.11 behavior
 2021-03-07 10:54 UTC  (3+ messages)
` [PATCH 1/2] io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()
` [PATCH 2/2] io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is gone

[GIT PULL] io_uring fixes for 5.12-rc2
 2021-03-06 22:28 UTC  (8+ messages)

[PATCH v4 5.12 0/8] remove task file notes
 2021-03-06 11:02 UTC  (9+ messages)
` [PATCH v4 1/8] io_uring: make del_task_file more forgiving
` [PATCH v4 2/8] io_uring: introduce ctx to tctx back map
` [PATCH v4 3/8] io_uring: do ctx initiated file note removal
` [PATCH v4 4/8] io_uring: don't take task ring-file notes
` [PATCH v4 5/8] io_uring: index io_uring->xa by ctx not file
` [PATCH v4 6/8] io_uring: warn when ring exit takes too long
` [PATCH v4 7/8] io_uring: cancel reqs of all iowq's on ring exit
` [PATCH v4 8/8] io-wq: warn on creating manager awhile exiting

[PATCH liburing 1/1] tests: test that ring exit cancels io-wq
 2021-03-06 10:58 UTC  (2+ messages)

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

Potential corner case in release 5.8
 2021-03-05 19:07 UTC 

[PATCH 4/4] dm: support I/O polling
 2021-03-05 18:21 UTC  (14+ messages)
` [dm-devel] "

d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
 2021-03-05 17:56 UTC  (4+ messages)

[PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct
 2021-03-05 16:05 UTC  (4+ messages)

[PATCH][next] io_uring: Fix error returns when create_io_thread fails
 2021-03-05 14:11 UTC  (2+ messages)

BUG: soft lockup in corrupted
 2021-03-05 14:11 UTC  (2+ messages)

[RFC 0/3] Async nvme passthrough
 2021-03-05 13:22 UTC  (19+ 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 v3 5.12 0/6] remove task file notes
 2021-03-05 12:58 UTC  (7+ messages)
` [PATCH v3 1/6] io_uring: make del_task_file more forgiving
` [PATCH v3 2/6] io_uring: introduce ctx to tctx back map
` [PATCH v3 3/6] io_uring: do ctx initiated file note removal
` [PATCH v3 4/6] io_uring: don't take task ring-file notes
` [PATCH v3 5/6] io_uring: index io_uring->xa by ctx not file
` [PATCH v3 6/6] io_uring: warn when ring exit takes too long

[PATCH 5.12 0/8] remove task file notes
 2021-03-05 11:15 UTC  (11+ 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

[PATCH v2 5.12 0/6] remove task file notes
 2021-03-05  4:18 UTC  (7+ messages)
` [PATCH v2 1/6] io_uring: make del_task_file more forgiving
` [PATCH v2 2/6] io_uring: introduce ctx to tctx back map
` [PATCH v2 3/6] io_uring: do ctx initiated file note removal
` [PATCH v2 4/6] io_uring: don't take task ring-file notes
` [PATCH v2 5/6] io_uring: index io_uring->xa by ctx not file
` [PATCH v2 6/6] io_uring: warn when ring exit takes too long

[PATCH 5.13 00/11] a second batch for 5.13
 2021-03-04 18:52 UTC  (12+ 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 07/11] io_uring: keep io_req_free_batch() call locality
` [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 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

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  (8+ messages)
  ` 回复: "

[PATCH v3 00/11] dm: support IO polling
 2021-03-03  1:55 UTC  (6+ messages)
` [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  (2+ messages)

[PATCH 5.12 0/4] random 5.12 bits
 2021-03-01 23:41 UTC  (5+ messages)
` [PATCH 1/4] io_uring: choose right tctx->io_wq for try cancel
` [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)


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