io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 23:19:03 to 2019-12-24 16:15:53 UTC [more...]

KASAN: use-after-free Read in io_wq_flush (2)
 2019-12-24 16:15 UTC  (2+ messages)

[RFC PATCH] io-wq: kill cpu hog worker
 2019-12-24 16:13 UTC  (2+ messages)

[PATCHSET] Cleanup io_uring sqe handling
 2019-12-24  4:04 UTC  (9+ messages)
` [PATCH 1/7] io_uring: use u64_to_user_ptr() consistently
` [PATCH 2/7] io_uring: add and use struct io_rw for read/writes
` [PATCH 3/7] io_uring: move all prep state for IORING_OP_CONNECT to prep handler
` [PATCH 4/7] io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS "
` [PATCH 5/7] io_uring: read 'count' for IORING_OP_TIMEOUT in "
` [PATCH 6/7] io_uring: standardize the prep methods
` [PATCH 7/7] io_uring: pass in 'sqe' to the prep handlers

[RFC PATCH] io-wq: cut busy list off io_wqe
 2019-12-23 15:24 UTC 

[PATCH 0/2] optimise ctx's refs grabbing in io_uring
 2019-12-21 21:56 UTC  (26+ messages)
` [PATCH 1/2] pcpu_ref: add percpu_ref_tryget_many()
` [PATCH 2/2] io_uring: batch getting pcpu references
  ` [PATCH v2 0/3] optimise ctx's refs grabbing in io_uring
    ` [PATCH v2 1/3] pcpu_ref: add percpu_ref_tryget_many()
    ` [PATCH v2 2/3] io_uring: batch getting pcpu references
    ` [PATCH RFC v2 3/3] io_uring: batch get(ctx->ref) across submits
      ` [PATCH v3 0/2] optimise ctx's refs grabbing in io_uring
        ` [PATCH v3 1/2] pcpu_ref: add percpu_ref_tryget_many()
        ` [PATCH v3 2/2] io_uring: batch getting pcpu references

WARNING: ODEBUG bug in io_sqe_files_unregister
 2019-12-21 17:49 UTC  (2+ messages)

WARNING in percpu_ref_exit (2)
 2019-12-21 14:02 UTC 

WARNING in percpu_ref_exit (2)
 2019-12-21  8:43 UTC  (2+ messages)

KASAN: use-after-free Read in io_wq_flush (2)
 2019-12-21  7:58 UTC 

[PATCH][next] io_uring: fix missing error return when percpu_ref_init fails
 2019-12-20 23:50 UTC  (4+ messages)

KASAN: use-after-free Read in io_wq_flush
 2019-12-20 21:58 UTC  (2+ messages)

WARNING in percpu_ref_exit
 2019-12-20 21:58 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.5-rc3
 2019-12-20 17:58 UTC 

[PATCH] io_uring: io_wq_submit_work() should not touch req->rw
 2019-12-18 19:52 UTC 

[PATCHSET v3] io_uring fixes for 5.5-rc3
 2019-12-18 17:18 UTC  (14+ messages)
` [PATCH 01/13] io_uring: fix stale comment and a few typos
` [PATCH 02/13] io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
` [PATCH 03/13] io-wq: re-add io_wq_current_is_worker()
` [PATCH 04/13] io_uring: fix pre-prepped issue with force_nonblock == true
` [PATCH 05/13] io_uring: remove 'sqe' parameter to the OP helpers that take it
` [PATCH 06/13] io_uring: any deferred command must have stable sqe data
` [PATCH 07/13] io_uring: make HARDLINK imply LINK
` [PATCH 08/13] io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
` [PATCH 09/13] io_uring: make IORING_OP_CANCEL_ASYNC deferrable
` [PATCH 10/13] io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
` [PATCH 11/13] io_uring: read opcode and user_data from SQE exactly once
` [PATCH 12/13] io_uring: warn about unhandled opcode
` [PATCH 13/13] io_uring: don't wait when under-submitting

[PATCH v5] io_uring: don't wait when under-submitting
 2019-12-18 16:56 UTC  (2+ messages)

[PATCHSET] io_uring fixes for 5.5
 2019-12-18 13:09 UTC  (13+ messages)
` [PATCH 1/7] io_uring: fix stale comment and a few typos
` [PATCH 2/7] io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
` [PATCH 3/7] io_uring: don't wait when under-submitting
` [PATCH 4/7] io_uring: fix pre-prepped issue with force_nonblock == true
` [PATCH 5/7] io_uring: remove 'sqe' parameter to the OP helpers that take it
` [PATCH 6/7] io_uring: any deferred command must have stable sqe data
` [PATCH 7/7] io_uring: make HARDLINK imply LINK

[PATCHSET v2] io_uring fixes for 5.5-rc3
 2019-12-18  3:27 UTC  (12+ messages)
` [PATCH 01/11] io_uring: fix stale comment and a few typos
` [PATCH 02/11] io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
` [PATCH 03/11] io_uring: fix pre-prepped issue with force_nonblock == true
` [PATCH 04/11] io_uring: remove 'sqe' parameter to the OP helpers that take it
` [PATCH 05/11] io_uring: any deferred command must have stable sqe data
` [PATCH 06/11] io_uring: make HARDLINK imply LINK
` [PATCH 07/11] io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
` [PATCH 08/11] io_uring: make IORING_OP_CANCEL_ASYNC deferrable
` [PATCH 09/11] io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
` [PATCH 10/11] io_uring: read opcode and user_data from SQE exactly once
` [PATCH 11/11] io_uring: warn about unhandled opcode

[PATCH 0/3] io_uring: submission path cleanup
 2019-12-17 21:15 UTC  (21+ messages)
` [PATCH 1/3] io_uring: rename prev to head
` [PATCH 2/3] io_uring: move trace_submit_sqe into submit_sqe
` [PATCH 3/3] io_uring: move *queue_link_head() from common path
` [PATCH v2 0/3] io_uring: submission path cleanup
  ` [PATCH v2 3/3] io_uring: move *queue_link_head() from common path

[PATCH for-5.5] io_uring: make HARDLINK imply LINK
 2019-12-17 18:09 UTC  (2+ messages)

[PATCHSET 0/10] io_uring items for 5.6
 2019-12-16 19:39 UTC  (13+ messages)
` [PATCH 01/10] io_uring: add support for fallocate()
` [PATCH 02/10] io_uring: remove 'sqe' parameter to the OP helpers that take it
` [PATCH 03/10] fs: add namei support for doing a non-blocking path lookup
` [PATCH 04/10] fs: make build_open_flags() available internally
` [PATCH 05/10] io_uring: add support for IORING_OP_OPENAT
` [PATCH 06/10] fs: move filp_close() outside of __close_fd_get_file()
` [PATCH 07/10] io-wq: add support for uncancellable work
` [PATCH 08/10] io_uring: add support for IORING_OP_CLOSE
` [PATCH 09/10] io_uring: use u64_to_user_ptr() consistently
` [PATCH 10/10] io_uring: avoid ring quiesce for fixed file set unregister and update

[PATCH] io_uring: any deferred command must copy sqe
 2019-12-16 18:58 UTC 

[PATCH v2] io_uring: fix pre-prepped issue with force_nonblock == true
 2019-12-16 16:59 UTC 

[PATCH 1/1] io_uring: don't wait when under-submitting
 2019-12-16 16:51 UTC  (16+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH] io_uring: fix pre-prepped issue with force_nonblock == true
 2019-12-16  5:16 UTC 

[PATCH] io_uring: fix sporadic -EFAULT from IORING_OP_RECMSG
 2019-12-15 17:57 UTC 

[RFC PATCH] io_uring: add support for IORING_OP_IOCTL
 2019-12-15 15:40 UTC  (5+ messages)

[PATCH] io_uring: Fix stale comment and a few typos
 2019-12-14 18:44 UTC  (2+ messages)

[PATCH liburing] Test wait after under-consuming
 2019-12-13 18:41 UTC  (4+ messages)
` [PATCH v2 "

[GIT PULL io_uring fixes for 5.5-rc2
 2019-12-13  1:20 UTC 

{ATCH v2] io_uring: avoid ring quiesce for fixed file set unregister and update
 2019-12-12 19:58 UTC 

[PATCH] io_uring: ensure we return -EINVAL on unknown opcode
 2019-12-11 23:03 UTC  (2+ messages)

[PATCHSET 0/11] io_uring improvements/fixes for 5.5-rc
 2019-12-11 17:00 UTC  (25+ messages)
` [PATCH 01/11] io_uring: allow unbreakable links
` [PATCH 02/11] io-wq: remove worker->wait waitqueue
` [PATCH 03/11] io-wq: briefly spin for new work after finishing work
` [PATCH 04/11] io_uring: sqthread should grab ctx->uring_lock for submissions
` [PATCH 05/11] io_uring: deferred send/recvmsg should assign iov
` [PATCH 06/11] io_uring: don't dynamically allocate poll data
` [PATCH 07/11] io_uring: use atomic_t for refcounts
` [PATCH 08/11] io_uring: run next sqe inline if possible
` [PATCH 09/11] io_uring: only hash regular files for async work execution
` [PATCH 10/11] net: make socket read/write_iter() honor IOCB_NOWAIT
` [PATCH 11/11] io_uring: add sockets to list of files that support non-blocking issue

[PATCH] io_uring: avoid ring quiesce for fixed file set unregister and update
 2019-12-11 14:22 UTC  (3+ messages)

[PATCHSET 0/4] io_uring patches for 5.5-rc
 2019-12-10 15:13 UTC  (6+ messages)
` [PATCH 1/4] io_uring: allow unbreakable links
` [PATCH 3/4] io-wq: briefly spin for new work after finishing work
` [PATCH 4/4] io_uring: sqthread should grab ctx->uring_lock for submissions


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).