public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-10 22:45:13 to 2021-03-19 13:38:11 UTC [more...]

[PATCHSET for-next 0/9] Poll improvements
 2021-03-19 13:37 UTC  (12+ messages)
` [PATCH 1/9] io_uring: correct comment on poll vs iopoll
` [PATCH 2/9] io_uring: transform ret == 0 for poll cancelation completions
` [PATCH 3/9] io_uring: allocate memory for overflowed CQEs
` [PATCH 4/9] io_uring: include cflags in completion trace event
` [PATCH 5/9] io_uring: add multishot mode for IORING_OP_POLL_ADD
` [PATCH 6/9] io_uring: abstract out helper for removing poll waitqs/hashes
` [PATCH 7/9] io_uring: terminate multishot poll for CQ ring overflow
` [PATCH 8/9] io_uring: abstract out a io_poll_find_helper()
` [PATCH 9/9] io_uring: allow events update of running poll requests

[PATCHSET v4 0/8] io_uring passthrough support
 2021-03-19 13:29 UTC  (21+ messages)
` [PATCH 1/8] io_uring: split up io_uring_sqe into hdr + main
` [PATCH 2/8] io_uring: add infrastructure around io_uring_cmd_sqe issue type
` [PATCH 3/8] fs: add file_operations->uring_cmd()
` [PATCH 4/8] io_uring: add support for IORING_OP_URING_CMD
` [PATCH 5/8] block: wire up support for file_operations->uring_cmd()
` [PATCH 6/8] block: add example ioctl
` [PATCH 7/8] net: wire up support for file_operations->uring_cmd()
` [PATCH 8/8] net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQ

KASAN: use-after-free Read in idr_for_each (2)
 2021-03-19 11:02 UTC  (3+ messages)
  ` [syzbot] "

[PATCH] io_uring: fix provide_buffers sign extension
 2021-03-19 10:39 UTC  (4+ messages)

[PATCH] io_uring: Try to merge io requests only for regular files
 2021-03-19 10:23 UTC 

[syzbot] WARNING in percpu_ref_exit (3)
 2021-03-19  9:45 UTC 

[PATCH liburing 0/2] cancellation tests
 2021-03-18 15:17 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: add more IORING_OP_ASYNC_CANCEL tests
` [PATCH liburing 2/2] tests: test that ring exit cancels io-wq

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-03-18 14:28 UTC  (3+ messages)

[PATCH 1/1] io_uring: don't leak creds on SQO attach error
 2021-03-18 13:23 UTC  (2+ messages)

[PATCH 0/2] send[msg]()/recv[msg]() fixes/improvements
 2021-03-18 13:08 UTC  (11+ messages)
` [PATCH 1/2] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() calls
` [PATCH 2/2] io_uring: imply MSG_NOSIGNAL for "

[RFC PATCH v3 0/3] Async nvme passthrough over io_uring
 2021-03-18  7:47 UTC  (24+ messages)
    ` [RFC PATCH v3 1/3] io_uring: add helper for uring_cmd completion in submitter-task
    ` [RFC PATCH v3 2/3] nvme: keep nvme_command instead of pointer to it
    ` [RFC PATCH v3 3/3] nvme: wire up support for async passthrough

[RFC PATCH 00/10] Complete setup before calling wake_up_new_task() and improve task->comm
 2021-03-17 23:26 UTC  (14+ messages)
` [RFC PATCH 01/10] kernel: always initialize task->pf_io_worker to NULL
` [RFC PATCH 02/10] io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
` [RFC PATCH 03/10] io-wq: call set_task_comm() before wake_up_new_task()
` [RFC PATCH 04/10] io_uring: complete sq_thread setup before calling wake_up_new_task()
` [RFC PATCH 05/10] io-wq: protect against future set_task_comm() overflows
` [RFC PATCH 06/10] io_uring: "
` [RFC PATCH 07/10] fs/proc: hide PF_IO_WORKER in get_task_cmdline()
` [RFC PATCH 08/10] fs/proc: protect /proc/<pid>/[task/<tid>]/comm for PF_IO_WORKER
` [RFC PATCH 09/10] io-wq: add io_wq_worker_comm() helper function for dynamic proc_task_comm() generation
` [RFC PATCH 10/10] fs/proc: make use of io_wq_worker_comm() for PF_IO_WORKER threads

[PATCH 1/2] io_uring: remove structures from include/linux/io_uring.h
 2021-03-17 22:45 UTC  (10+ messages)
  ` [PATCH v2 0/2] Some header cleanups
    ` [PATCH v2 1/2] io_uring: remove structures from include/linux/io_uring.h
    ` [PATCH v2 2/2] io_uring: use typesafe pointers in io_uring_task
` [PATCH "

[PATCH 5.12 0/5] fixes
 2021-03-17 22:43 UTC  (7+ messages)
` [PATCH 1/5] io_uring: fix ->flags races by linked timeouts
` [PATCH 2/5] io_uring: fix complete_post use ctx after free
` [PATCH 3/5] io_uring: replace sqd rw_semaphore with mutex
` [PATCH 4/5] io_uring: halt SQO submission on ctx exit
` [PATCH 5/5] io_uring: fix concurrent parking

[PATCH AUTOSEL 5.11 58/61] io_uring: cancel deferred requests in try_cancel
 2021-03-17  0:55 UTC 

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-16 19:32 UTC  (7+ messages)
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting

[PATCH v4 2/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-16 16:11 UTC  (2+ messages)

IORING_OP_RECVMSG not respects non-blocking nature of the fd
 2021-03-16 16:00 UTC  (3+ messages)

[PATCH] Fix use-after-free in io_wqe_inc_running() due to wq already being free'd
 2021-03-16 14:08 UTC  (5+ messages)

[PATCH] io_uring: remove duplicate IO_WQ_BIT_EXIT check
 2021-03-16  6:13 UTC 

[PATCH] io_uring: don't iterate ctx list to update sq_thread_idle
 2021-03-16  2:41 UTC  (3+ messages)

[syzbot] WARNING in io_ring_exit_work
 2021-03-15 19:08 UTC 

[PATCH 5.12 0/2] fix sqpoll cancellation hangs
 2021-03-15 14:23 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add generic callback_head helpers
` [PATCH 2/2] io_uring: fix sqpoll cancellation via task_work

[PATCH 5.12] io_uring: harden iopoll reaping in try_cancel
 2021-03-14 23:43 UTC 

[PATCH 0/2] Some header cleanups
 2021-03-14 11:15 UTC 

[PATCH 5.12] io_uring: Convert personality_idr to XArray
 2021-03-13 20:22 UTC  (10+ messages)

[PATCH 0/4] sqpoll fixes
 2021-03-13  2:44 UTC  (10+ messages)
` [PATCH 1/4] io_uring: cancel deferred requests in try_cancel
` [PATCH 2/4] io_uring: remove useless ->startup completion
` [PATCH 3/4] io_uring: prevent racy sqd->thread checks
` [PATCH 4/4] io_uring: cancel sqpoll via task_work

[GIT PULL] io_uring fixes for 5.12-rc3
 2021-03-12 21:52 UTC  (9+ messages)

[PATCH 5.12] io_uring: fix OP_ASYNC_CANCEL across tasks
 2021-03-12 18:19 UTC  (2+ messages)

[PATCH v4 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-12 15:50 UTC  (3+ messages)
` [PATCH v4 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
` [PATCH v4 2/2] io_uring: add support for IORING_OP_GETDENTS

[PATCHSET 5.13 0/2] Cache async read/write and regular file state
 2021-03-12 15:35 UTC  (3+ messages)
` [PATCH 1/2] io_uring: don't check for io_uring_fops for fixed files
` [PATCH 2/2] io_uring: cache async and regular file state "

[PATCH v5 00/12] dm: support polling
 2021-03-12  2:26 UTC  (13+ 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 10/12] block: fastpath for bio-based polling
    ` [dm-devel] "

[GIT PULL] io_uring thread worker change
 2021-03-11 18:46 UTC  (3+ messages)
` Backporting to stable... "

[PATCH 5.12 0/3] sqpoll fixes/cleanups
 2021-03-11 15:54 UTC  (14+ messages)
` [PATCH 1/3] io_uring: fix invalid ctx->sq_thread_idle
      ` IORING_SETUP_ATTACH_WQ (was Re: [PATCH 1/3] io_uring: fix invalid ctx->sq_thread_idle)

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

[PATCHSET for 5.12] Patches queued up for 5.12
 2021-03-10 22:43 UTC  (4+ messages)
` [PATCH 16/27] io_uring: Convert personality_idr to XArray
` [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


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