public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-04 08:29:01 to 2021-03-10 22:45:12 UTC [more...]

[PATCHSET for 5.12] Patches queued up for 5.12
 2021-03-10 22:43 UTC  (11+ messages)
` [PATCH 02/27] io-wq: always track creds for async issue
` [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 v5 00/12] dm: support polling
 2021-03-10 22:21 UTC  (7+ messages)
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
` [PATCH v5 04/12] block: add poll_capable "
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue

[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

[PATCH v3 00/11] dm: support IO polling
 2021-03-10 20:01 UTC  (2+ messages)

[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  (17+ 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 3/3] nvme: wire up support for async passthrough
  ` [RFC 2/3] nvme: passthrough helper with callback

[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  (4+ messages)
` [PATCH 12/33] io_uring: signal worker thread unshare

memory leak in io_submit_sqes (2)
 2021-03-04  8:27 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