io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-12 19:52:39 to 2021-02-22 20:04:58 UTC [more...]

[PATCHSET RFC 0/5] file_operations based io_uring commands
 2021-02-22 20:04 UTC  (9+ messages)
` [PATCH 2/5] io_uring: add support for IORING_OP_URING_CMD

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-02-22 14:33 UTC  (9+ messages)

[PATCH v6 0/7] Count rlimits in each user namespace
 2021-02-22 14:09 UTC  (16+ messages)
` [PATCH v6 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v6 2/7] Add a reference to ucounts for each cred
` [PATCH v6 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v6 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v6 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v6 6/7] Reimplement RLIMIT_MEMLOCK "
  ` [PATCH v7 "
` [PATCH v6 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH v2 0/4] rsrc quiesce fixes/hardening v2
 2021-02-22 14:05 UTC  (8+ messages)
` [PATCH v2 1/4] io_uring: zero ref_node after killing it
` [PATCH v2 2/4] io_uring: fix io_rsrc_ref_quiesce races
` [PATCH v2 3/4] io_uring: keep generic rsrc infra generic
` [PATCH v2 4/4] io_uring: wait potential ->release() on resurrect

[PATCHSET RFC 0/18] Remove kthread usage from io_uring
 2021-02-22 13:46 UTC  (31+ messages)
` [PATCH 01/18] io_uring: remove the need for relying on an io-wq fallback worker
` [PATCH 02/18] io-wq: don't create any IO workers upfront
` [PATCH 03/18] io_uring: disable io-wq attaching
` [PATCH 04/18] io-wq: get rid of wq->use_refs
` [PATCH 05/18] io_uring: tie async worker side to the task context
` [PATCH 06/18] io-wq: don't pass 'wqe' needlessly around
` [PATCH 07/18] arch: setup PF_IO_WORKER threads like PF_KTHREAD
` [PATCH 08/18] kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals
` [PATCH 09/18] io-wq: fork worker threads from original task
` [PATCH 10/18] io-wq: worker idling always returns false
` [PATCH 11/18] io_uring: remove any grabbing of context
` [PATCH 12/18] io_uring: remove io_identity
` [PATCH 13/18] io-wq: only remove worker from free_list, if it was there
` [PATCH 14/18] io-wq: make io_wq_fork_thread() available to other users
` [PATCH 15/18] io_uring: move SQPOLL thread io-wq forked worker
` [PATCH 16/18] Revert "proc: don't allow async path resolution of /proc/thread-self components"
` [PATCH 17/18] Revert "proc: don't allow async path resolution of /proc/self components"
` [PATCH 18/18] net: remove cmsg restriction from io_uring based send/recvmsg calls

[PATCH] block: fix potential IO hang when turning off io_poll
 2021-02-22 13:40 UTC  (4+ messages)

[PATCH] io_uring: double freeing req caches
 2021-02-22 13:32 UTC  (2+ messages)

[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
 2021-02-22 13:23 UTC  (5+ messages)

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

KASAN: invalid-free in io_req_caches_free
 2021-02-22  9:44 UTC 

[PATCH 1/1] io_uring: run task_work on io_uring_register()
 2021-02-22  0:19 UTC  (2+ messages)

[PATCH v3 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-02-21 21:12 UTC  (13+ messages)
` [PATCH v3 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
` [PATCH v3 2/2] io_uring: add support for IORING_OP_GETDENTS

[PATCH 0/3] rsrc quiesce fixes/hardening
 2021-02-21  9:46 UTC  (12+ messages)
` [PATCH 1/3] io_uring: zero ref_node after killing it
` [PATCH 2/3] io_uring: fix io_rsrc_ref_quiesce races
` [PATCH 3/3] io_uring: keep generic rsrc infra generic

[PATCH 0/3] fix nested uring_lock
 2021-02-21  2:03 UTC  (8+ messages)
` [PATCH 1/3] io_uring: don't take uring_lock during iowq cancel
` [PATCH 2/3] io_uring: fail io-wq submission from a task_work
` [PATCH 3/3] io_uring: avoid taking ctx refs for task-cancel

[PATCH 0/2] resurrect
 2021-02-20 17:44 UTC  (4+ messages)
` [PATCH 1/2] io_uring: wait potential ->release() on resurrect
` [PATCH 2/2] io_uring: wait for ->release() on rsrc resurrect

[PATCH 1/1] io_uring: disallow concurrent rsrc quiesce
 2021-02-20 15:15 UTC 

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

[PATCH 0/2] random fixes
 2021-02-20  4:17 UTC  (7+ messages)
` [PATCH 1/2] io_uring: wait potential ->release() on resurrect
` [PATCH 2/2] io_uring: fix leaving invalid req->flags

[PATCH v3 00/11] dm: support IO polling
 2021-02-19 19:38 UTC  (6+ 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] io_uring: don't submit sqes when ctx->refs is dying
 2021-02-19 18:04 UTC  (2+ messages)

[next]: fs/io_uring.c:6171:10: error: implicit declaration of function 'io_sendmsg_prep_async'; did you mean 'io_req_prep_async'?
 2021-02-19 16:37 UTC  (4+ messages)

[PATCH v3 5.12] io_uring: don't hold uring_lock when calling io_run_task_work*
 2021-02-19 13:23 UTC  (3+ messages)
` [PATCH 5.12 v3 RESEND] "

[PATCH] io_uring: don't recursively hold ctx->uring_lock in io_wq_submit_work()
 2021-02-19 12:11 UTC  (6+ messages)

[PATCH v2 5.12] io_uring: don't hold uring_lock when calling io_run_task_work*
 2021-02-19  8:20 UTC  (3+ messages)

[PATCH 00/11] submission path cleanups and optimisation
 2021-02-18 20:25 UTC  (13+ messages)
` [PATCH 01/11] io_uring: kill fictitious submit iteration index
` [PATCH 02/11] io_uring: keep io_*_prep() naming consistent
` [PATCH 03/11] io_uring: don't duplicate ->file check in sfr
` [PATCH 04/11] io_uring: move io_init_req()'s definition
` [PATCH 05/11] io_uring: move io_init_req() into io_submit_sqe()
` [PATCH 06/11] io_uring: move req link into submit_state
` [PATCH 07/11] io_uring: don't submit link on error
` [PATCH 08/11] io_uring: split sqe-prep and async setup
` [PATCH 09/11] io_uring: do io_*_prep() early in io_submit_sqe()
` [PATCH 10/11] io_uring: don't do async setup for links' heads
` [PATCH 11/11] io_uring: fail links more in io_submit_sqe()

[PATCH liburing] test: don't expect links to be partially executed
 2021-02-18 20:13 UTC  (2+ messages)

[PATCH liburing] IORING_OP_GETDENTS: add opcode, prep function, test, man page section
 2021-02-18 12:28 UTC 

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-02-18  7:25 UTC  (2+ messages)

[PATCH net-next v5] udp:allow UDP cmsghdrs through io_uring
 2021-02-17 23:44 UTC  (5+ messages)

[GIT PULL] io_uring changes for 5.12-rc
 2021-02-17 23:33 UTC 

[PATCH 1/1] io_uring: fix read memory leaks
 2021-02-17 21:28 UTC  (2+ messages)

[LTP] [PATCH 2/2] syscalls/io_uring02: Use IOSQE_ASYNC when available
 2021-02-17 17:50 UTC 

[RFC 0/4] add BPF-driven requests
 2021-02-17 12:38 UTC  (5+ messages)
` [PATCH 1/4] bpf: add IOURING program type
` [PATCH 2/4] io_uring: implement bpf prog registration
` [PATCH 3/4] io_uring: add IORING_OP_BPF
` [PATCH 4/4] io_uring: enable BPF to submit SQEs

CVE-2020-29373 reproducer fails on v5.11
 2021-02-15  7:04 UTC  (6+ messages)

[PATCHSET 0/3] Free request caches for exiting task
 2021-02-13 16:14 UTC  (4+ messages)
` [PATCH 1/3] io_uring: allow task match to be passed to io_req_cache_free()
` [PATCH 2/3] io_uring: add helper to free all request caches
` [PATCH 3/3] io_uring: kill cached requests from exiting task closing the ring

[PATCH liburing] a test for CVE-2020-29373 (AF_UNIX path resolution)
 2021-02-12 21:13 UTC  (3+ messages)

[GIT PULL] io_uring fix for 5.11 final
 2021-02-12 20:42 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).