public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-15 19:09:46 to 2021-03-22 13:46:06 UTC [more...]

[PATCH 5.13 00/11] yet another series of random 5.13 patches
 2021-03-22 13:45 UTC  (14+ messages)
` [PATCH 01/11] io_uring: don't clear REQ_F_LINK_TIMEOUT
` [PATCH 02/11] io_uring: don't do extra EXITING cancellations
` [PATCH 03/11] io_uring: optimise out task_work checks on enter
` [PATCH 04/11] io_uring: remove tctx->sqpoll
` [PATCH 05/11] io-wq: refactor *_get_acct()
` [PATCH 06/11] io_uring: don't init req->work fully in advance
` [PATCH 07/11] io_uring: kill unused REQ_F_NO_FILE_TABLE
` [PATCH 08/11] io_uring: optimise kiocb_end_write for !ISREG
` [PATCH 09/11] io_uring: don't alter iopoll reissue fail ret code
` [PATCH 10/11] io_uring: hide iter revert in resubmit_prep
` [PATCH 11/11] io_uring: optimise rw complete error handling

[PATCH] io_uring: fix provide_buffers sign extension
 2021-03-22 13:41 UTC  (6+ messages)

[PATCH 5.12 0/2] minor fixes
 2021-03-22 13:40 UTC  (4+ messages)
` [PATCH 1/2] io_uring: correct io_queue_async_work() traces
` [PATCH 2/2] io_uring: don't skip file_end_write() on reissue

[PATCH] io_uring: Remove redundant NULL check
 2021-03-22  9:31 UTC 

[bug report] io_uring: add multishot mode for IORING_OP_POLL_ADD
 2021-03-22  8:50 UTC 

[ANNOUNCEMENT] io_uring SQPOLL sharing changes
 2021-03-22  5:54 UTC  (2+ messages)

[PATCH] io_uring: don't use {test,clear}_tsk_thread_flag() for current
 2021-03-21 20:21 UTC 

[GIT PULL] io_uring followup fixes for 5.12-rc4
 2021-03-21 20:15 UTC  (4+ messages)

[PATCH] io-wq: ensure task is running before processing task_work
 2021-03-21 15:43 UTC 

[PATCHSET 0/2] PF_IO_WORKER signal tweaks
 2021-03-21 15:42 UTC  (21+ messages)
` [PATCH 1/2] signal: don't allow sending any signals to PF_IO_WORKER threads
` [PATCH 2/2] signal: don't allow STOP on "

[PATCH 0/2] send[msg]()/recv[msg]() fixes/improvements
 2021-03-21 13:10 UTC  (15+ messages)
` [PATCH 1/2] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() calls
  ` [PATCH v2 1/1] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL
` [PATCH 2/2] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls

[syzbot] WARNING in io_wq_put
 2021-03-21  0:44 UTC  (2+ messages)

Problems with io_threads
 2021-03-20 22:39 UTC  (17+ messages)
` [RFC PATCH 00/10] Complete setup before calling wake_up_new_task() and improve task->comm
  ` [PATCH v2 0/5] "
    ` [PATCH v2 1/5] kernel: always initialize task->pf_io_worker to NULL
    ` [PATCH v2 2/5] io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
    ` [PATCH v2 3/5] io-wq: call set_task_comm() before wake_up_new_task()
    ` [PATCH v2 4/5] io_uring: complete sq_thread setup before calling wake_up_new_task()
    ` [PATCH v2 5/5] fs/proc: hide PF_IO_WORKER in get_task_cmdline()

[GIT PULL] io_uring fixes for 5.12-rc4
 2021-03-20  0:09 UTC  (2+ messages)

[PATCHSET v2 0/8] Poll improvements
 2021-03-19 20:35 UTC  (9+ messages)
` [PATCH 1/8] io_uring: mask in error/nval/hangup consistently for poll
` [PATCH 2/8] io_uring: allocate memory for overflowed CQEs
` [PATCH 3/8] io_uring: include cflags in completion trace event
` [PATCH 4/8] io_uring: add multishot mode for IORING_OP_POLL_ADD
` [PATCH 5/8] io_uring: abstract out helper for removing poll waitqs/hashes
` [PATCH 6/8] io_uring: terminate multishot poll for CQ ring overflow
` [PATCH 7/8] io_uring: abstract out a io_poll_find_helper()
` [PATCH 8/8] io_uring: allow events and user_data update of running poll requests

[PATCH 00/16] random 5.13 bits
 2021-03-19 18:59 UTC  (18+ messages)
` [PATCH 01/16] io_uring: don't take ctx refs in task_work handler
` [PATCH 02/16] io_uring: optimise io_uring_enter()
` [PATCH 03/16] io_uring: optimise tctx node checks/alloc
` [PATCH 04/16] io_uring: keep io_req_free_batch() call locality
` [PATCH 05/16] io_uring: inline __io_queue_linked_timeout()
` [PATCH 06/16] io_uring: optimise success case of __io_queue_sqe
` [PATCH 07/16] io_uring: refactor io_flush_cached_reqs()
` [PATCH 08/16] io_uring: refactor rsrc refnode allocation
` [PATCH 09/16] io_uring: inline io_put_req and friends
` [PATCH 10/16] io_uring: refactor io_free_req_deferred()
` [PATCH 11/16] io_uring: add helper flushing locked_free_list
` [PATCH 12/16] io_uring: remove __io_req_task_cancel()
` [PATCH 13/16] io_uring: inline io_clean_op()'s fast path
` [PATCH 14/16] io_uring: optimise io_dismantle_req() "
` [PATCH 15/16] io_uring: abolish old io_put_file()
` [PATCH 16/16] io_uring: optimise io_req_task_work_add()

[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: 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  (2+ messages)

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

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

[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

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

[PATCH 5.12 0/5] fixes
 2021-03-17 22:43 UTC  (2+ messages)

[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 


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