public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-04 15:15:15 to 2021-03-11 07:08:22 UTC [more...]

[PATCH v3 00/11] dm: support IO polling
 2021-03-11  7:07 UTC  (3+ messages)
  ` [dm-devel] "

[PATCH v5 00/12] dm: support polling
 2021-03-11  6:36 UTC  (12+ messages)
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
    ` [dm-devel] "
` [PATCH v5 04/12] block: add poll_capable "
    ` [dm-devel] "
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v5 10/12] block: fastpath for bio-based polling
    ` [dm-devel] "

[PATCHSET for 5.12] Patches queued up for 5.12
 2021-03-10 22:43 UTC  (28+ messages)
` [PATCH 01/27] io-wq: fix race in freeing 'wq' and worker access
` [PATCH 02/27] io-wq: always track creds for async issue
` [PATCH 03/27] io_uring: make del_task_file more forgiving
` [PATCH 04/27] io_uring: introduce ctx to tctx back map
` [PATCH 05/27] io_uring: do ctx initiated file note removal
` [PATCH 06/27] io_uring: don't take task ring-file notes
` [PATCH 07/27] io_uring: index io_uring->xa by ctx not file
` [PATCH 08/27] io_uring: warn when ring exit takes too long
` [PATCH 09/27] io_uring: cancel reqs of all iowq's on ring exit
` [PATCH 10/27] io-wq: warn on creating manager while exiting
` [PATCH 11/27] io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()
` [PATCH 12/27] io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is gone
` [PATCH 13/27] io_uring: SQPOLL parking fixes
` [PATCH 14/27] io_uring: fix unrelated ctx reqs cancellation
` [PATCH 15/27] io_uring: clean R_DISABLED startup mess
` [PATCH 16/27] io_uring: Convert personality_idr to XArray
` [PATCH 17/27] io-wq: remove unused 'user' member of io_wq
` [PATCH 18/27] io_uring: fix io_sq_offload_create error handling
` [PATCH 19/27] io_uring: add io_disarm_next() helper
` [PATCH 20/27] io_uring: fix complete_post races for linked req
` [PATCH 21/27] io-wq: fix ref leak for req in case of exit cancelations
` [PATCH 22/27] io_uring: move all io_kiocb init early in io_init_req()
` [PATCH 23/27] io_uring: remove unneeded variable 'ret'
` [PATCH 24/27] io_uring: always wait for sqd exited when stopping SQPOLL thread
` [PATCH 25/27] kernel: make IO threads unfreezable by default
` [PATCH 26/27] io_uring: fix invalid ctx->sq_thread_idle
` [PATCH 27/27] io_uring: remove indirect ctx into sqo injection

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-10 21:14 UTC  (10+ messages)
` [PATCH v8 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v8 2/8] Add a reference to ucounts for each cred
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting
` [PATCH v8 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v8 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v8 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v8 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v8 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[syzbot] possible deadlock in io_sq_thread_finish
 2021-03-10 15:29 UTC  (14+ messages)

[v5.12-rc2 regression] io_uring: high CPU use after suspend-to-ram
 2021-03-10 14:45 UTC  (5+ messages)

[PATCH 5.12 0/3] sqpoll fixes/cleanups
 2021-03-10 14:38 UTC  (6+ messages)
` [PATCH 1/3] io_uring: fix invalid ctx->sq_thread_idle
` [PATCH 2/3] io_uring: remove indirect ctx into sqo injection
` [PATCH 3/3] io_uring: simplify io_sqd_update_thread_idle()

[PATCH] io_uring: remove unneeded variable 'ret'
 2021-03-09 20:55 UTC  (2+ messages)

[PATCH 5.12] io_uring: Convert personality_idr to XArray
 2021-03-09 20:53 UTC  (5+ messages)

[syzbot] WARNING in io_wq_put
 2021-03-09 15:39 UTC  (2+ messages)

[PATCH 0/2] io_req_complete_post() fix
 2021-03-09 15:01 UTC  (4+ messages)
` [PATCH 1/2] io_uring: add io_disarm_next() helper
` [PATCH 2/2] io_uring: fix complete_post races for linked req

[PATCH 1/2] io-wq: fix ref leak for req
 2021-03-09 13:37 UTC  (2+ messages)

[PATCH 4/4] dm: support I/O polling
 2021-03-09 11:42 UTC  (16+ messages)
` [dm-devel] "

[PATCH] io-wq: fix ref leak for req
 2021-03-09  3:05 UTC 

[PATCH v4 5.12 0/8] remove task file notes
 2021-03-08 21:05 UTC  (10+ 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] btrfs: Prevent nowait or async read from doing sync IO
 2021-03-08 19:03 UTC  (3+ messages)

[PATCH 5.12] io_uring: fix io_sq_offload_create error handling
 2021-03-08 18:51 UTC  (2+ messages)

[PATCH 5.12] io_uring: clean R_DISABLED startup mess
 2021-03-08 14:33 UTC  (2+ messages)

[PATCH 5.12] io_uring: fix unrelated ctx reqs cancellation
 2021-03-08 14:32 UTC  (2+ messages)

[PATCH 1/2] io_uring: fix UAF for personality_idr
 2021-03-08 14:12 UTC  (8+ messages)
` [PATCH 2/2] io_uring: fix UAF for io_buffer_idr

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-08 11:55 UTC  (5+ messages)

[PATCH 5.12 0/2] Restore sq_thread 5.11 behavior
 2021-03-07 20:07 UTC  (4+ 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 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 

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  (17+ messages)
  ` [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  (4+ messages)
` [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()


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