messages from 2021-02-23 02:01:18 to 2021-03-04 08:29:01 UTC [more...]
memory leak in io_submit_sqes (2)
2021-03-04 8:27 UTC (5+ messages)
[PATCH 4/4] dm: support I/O polling
2021-03-04 2:57 UTC (4+ messages)
` [dm-devel] "
[PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct
2021-03-04 0:37 UTC (2+ messages)
[PATCHSET 0/33] Fixes queued up for 5.12
2021-03-04 0:27 UTC (34+ 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 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)
` 回复: "
[RFC 0/3] Async nvme passthrough
2021-03-03 7:52 UTC (8+ 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 00/11] dm: support IO polling
2021-03-03 1:55 UTC (10+ 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 (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 (4+ messages)
[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 (3+ messages)
[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 (2+ messages)
` [PATCH 13/13] io_uring: simplify io_resubmit_prep()
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