io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-26 18:59:22 to 2019-12-18 03:28:16 UTC [more...]

[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

[PATCHSET] io_uring fixes for 5.5
 2019-12-18  0:06 UTC  (10+ 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

[PATCH 0/2] optimise ctx's refs grabbing in io_uring
 2019-12-18  0:02 UTC  (7+ messages)
` [PATCH 1/2] pcpu_ref: add percpu_ref_tryget_many()
` [PATCH 2/2] io_uring: batch getting pcpu references

[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  (7+ messages)
` [PATCH 1/4] io_uring: allow unbreakable links
` [PATCH 2/4] io-wq: remove worker->wait waitqueue
` [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

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:04 UTC 

[GIT PULL] Block/io_uring fixes and changes for 5.5-rc1
 2019-12-06 19:25 UTC  (2+ messages)

[PATCH] fix a typo
 2019-12-05 15:00 UTC  (2+ messages)

[PATCH] io_uring: hook all linked requests via link_list
 2019-12-05 14:09 UTC  (2+ messages)

[PATCH] io_uring: fix error handling in io_queue_link_head
 2019-12-05 14:09 UTC  (2+ messages)

[bug report] io_uring: ensure async punted read/write requests copy iovec
 2019-12-05 11:08 UTC  (2+ messages)

[PATCH v2] io_uring: use hash table for poll command lookups
 2019-12-05  3:16 UTC 

[PATCH] io_uring: use hash table for poll command lookups
 2019-12-05  2:57 UTC 

[PATCH] io-wq: clear node->next on list deletion
 2019-12-05  0:26 UTC 

[PATCH] io_uring: ensure deferred timeouts copy necessary data
 2019-12-04 18:10 UTC 

[PATCH] io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUT
 2019-12-04 16:39 UTC 

kernel (or fio) bug with IOSQE_IO_DRAIN
 2019-12-04 15:43 UTC  (2+ messages)

[PATCH] io_uring: handle connect -EINPROGRESS like -EAGAIN
 2019-12-03 18:25 UTC 

[PATCH 1/2] io_uring: remove parameter ctx of io_submit_state_start
 2019-12-03  3:03 UTC  (3+ messages)
` [PATCH 2/2] io_uring: remove io_wq_current_is_worker

[PATCHSET v2 0/5] io_uring: ensure all needed read/write data is stable
 2019-12-03  2:54 UTC  (6+ messages)
` [PATCH 1/5] io_uring: add general async offload context
` [PATCH 2/5] io_uring: ensure async punted read/write requests copy iovec
` [PATCH 3/5] io_uring: ensure async punted sendmsg/recvmsg requests copy data
` [PATCH 4/5] io_uring: ensure async punted connect "
` [PATCH 5/5] io_uring: mark us with IORING_FEAT_SUBMIT_STABLE

[PATCH] io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
 2019-12-03  2:51 UTC 

[PATCH] io_uring: use current task creds instead of allocating a new one
 2019-12-03  2:50 UTC 

Kernel NULL pointer dereference when handling polled completions
 2019-12-03  0:32 UTC 

[PATCHSET 0/2] Ensure all needed read/write data is stable
 2019-12-02 22:31 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add general async offload context
` [PATCH 2/2] io_uring: ensure async punted read/write requests copy iovec

general protection fault in override_creds
 2019-12-02 15:49 UTC  (4+ messages)

[PATCH -next] io_uring: Add missing include <linux/highmem.h>
 2019-11-30  2:53 UTC  (2+ messages)

[GIT PULL] Fixes for 5.5-rc1
 2019-11-30  2:52 UTC 

[PATCH RFC] signalfd: add support for SFD_TASK
 2019-11-29 22:30 UTC  (10+ messages)

delete unneeded int-type
 2019-11-29 17:21 UTC  (4+ messages)

[PATCH 1/1] io_uring: add mapping support for NOMMU archs
 2019-11-28 17:06 UTC 

[GIT PULL] Final io_uring bits for 5.5-rc1
 2019-11-28 17:05 UTC 

INFO: trying to register non-static key in io_cqring_overflow_flush
 2019-11-28 15:29 UTC  (3+ messages)

[PATCH liburing] liburing: create an installation target for tests
 2019-11-28 15:08 UTC  (2+ messages)

[PATCH] io_uring: make poll->wait dynamically allocated
 2019-11-26 22:00 UTC 

[PATCH] io-wq: shrink io_wq_work a bit
 2019-11-26 19:02 UTC 

[PATCH] io-wq: fix handling of NUMA node IDs
 2019-11-26 18:59 UTC  (3+ 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).