io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 23:24:23 to 2022-07-15 15:58:30 UTC [more...]

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-07-15 15:58 UTC  (3+ messages)
  ` [LKP] "

[PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
 2022-07-15 15:44 UTC  (3+ messages)
` [PATCH v6 5/5] io_uring: remove ring quiesce for io_uring_register

[PATCH for-next] io_uring: fix types in io_recvmsg_multishot_overflow
 2022-07-15 13:33 UTC  (2+ messages)

[PATCH for-next 0/4] nvme-multipathing for uring-passthrough
 2022-07-15 11:07 UTC  (51+ messages)
    ` [PATCH for-next 1/4] io_uring, nvme: rename a function
    ` [PATCH for-next 2/4] nvme: compact nvme_uring_cmd_pdu struct
    ` [PATCH for-next 3/4] io_uring: grow a field in struct io_uring_cmd
    ` [PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands

[PATCH V5 0/2] ublk: add io_uring based userspace block driver
 2022-07-15  6:07 UTC  (15+ messages)
` [PATCH V5 1/2] ublk_drv: "
` [PATCH V5 2/2] ublk_drv: support to complete io command via task_work_add

[PATCH] lsm,io_uring: add LSM hooks to for the new uring_cmd file op
 2022-07-15  1:25 UTC  (6+ messages)

[PATCH net-next v4 00/27] io_uring zerocopy send
 2022-07-14 18:55 UTC  (12+ messages)
` [PATCH net-next v4 06/27] net: Allow custom iter handler in msghdr
` [PATCH net-next v4 11/27] tcp: support externally provided ubufs

[PATCH RFC v2 liburing 0/2] multishot recvmsg
 2022-07-14 18:02 UTC  (5+ messages)
` [PATCH RFC v2 liburing 1/2] add multishot recvmsg API
` [PATCH RFC v2 liburing 2/2] add tests for multishot recvmsg

[PATCH] io_uring: Use atomic_long_try_cmpxchg in __io_account_mem
 2022-07-14 16:45 UTC  (2+ messages)

[PATCH v3 for-next 0/3] io_uring: multishot recvmsg
 2022-07-14 16:28 UTC  (6+ messages)
` [PATCH v3 for-next 1/3] net: copy from user before calling __copy_msghdr
` [PATCH v3 for-next 2/3] net: copy from user before calling __get_compat_msghdr
` [PATCH v3 for-next 3/3] io_uring: support multishot in recvmsg

[PATCH v2 for-next 0/3] io_uring: multishot recvmsg
 2022-07-14  9:20 UTC  (8+ messages)
` [PATCH v2 for-next 1/3] net: copy from user before calling __copy_msghdr
` [PATCH v2 for-next 2/3] net: copy from user before calling __get_compat_msghdr
` [PATCH v2 for-next 3/3] io_uring: support multishot in recvmsg

dma_buf support with io_uring
 2022-07-13  5:41 UTC  (3+ messages)

[PATCH net-next v5 00/27] io_uring zerocopy send
 2022-07-12 20:52 UTC  (28+ messages)
` [PATCH net-next v5 01/27] ipv4: avoid partial copy for zc
` [PATCH net-next v5 02/27] ipv6: "
` [PATCH net-next v5 03/27] skbuff: don't mix ubuf_info from different sources
` [PATCH net-next v5 04/27] skbuff: add SKBFL_DONT_ORPHAN flag
` [PATCH net-next v5 05/27] skbuff: carry external ubuf_info in msghdr
` [PATCH net-next v5 06/27] net: Allow custom iter handler "
` [PATCH net-next v5 07/27] net: introduce managed frags infrastructure
` [PATCH net-next v5 08/27] net: introduce __skb_fill_page_desc_noacc
` [PATCH net-next v5 09/27] ipv4/udp: support externally provided ubufs
` [PATCH net-next v5 10/27] ipv6/udp: "
` [PATCH net-next v5 11/27] tcp: "
` [PATCH net-next v5 12/27] io_uring: initialise msghdr::msg_ubuf
` [PATCH net-next v5 13/27] io_uring: export io_put_task()
` [PATCH net-next v5 14/27] io_uring: add zc notification infrastructure
` [PATCH net-next v5 15/27] io_uring: cache struct io_notif
` [PATCH net-next v5 16/27] io_uring: complete notifiers in tw
` [PATCH net-next v5 17/27] io_uring: add rsrc referencing for notifiers
` [PATCH net-next v5 18/27] io_uring: add notification slot registration
` [PATCH net-next v5 19/27] io_uring: wire send zc request type
` [PATCH net-next v5 20/27] io_uring: account locked pages for non-fixed zc
` [PATCH net-next v5 21/27] io_uring: allow to pass addr into sendzc
` [PATCH net-next v5 22/27] io_uring: sendzc with fixed buffers
` [PATCH net-next v5 23/27] io_uring: flush notifiers after sendzc
` [PATCH net-next v5 24/27] io_uring: rename IORING_OP_FILES_UPDATE
` [PATCH net-next v5 25/27] io_uring: add zc notification flush requests
` [PATCH net-next v5 26/27] io_uring: enable managed frags with register buffers
` [PATCH net-next v5 27/27] selftests/io_uring: test zerocopy send

[PATCH V4 0/2] ublk: add io_uring based userspace block driver
 2022-07-12 15:16 UTC  (13+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] ublk_drv: add UBLK_IO_REFETCH_REQ for supporting to build as module

[PATCH for-next 0/3] io_uring: multishot recvmsg
 2022-07-12  9:18 UTC  (6+ messages)
` [PATCH for-next 1/3] net: copy from user before calling __copy_msghdr
` [PATCH for-next 2/3] net: copy from user before calling __get_compat_msghdr
` [PATCH for-next 3/3] io_uring: reintroduce multishot recvmsg
` [PATCH for-next 3/3] io_uring: support multishot in recvmsg

[PATCH v5 00/11] fixed worker
 2022-07-12  8:32 UTC  (2+ messages)

[PATCH for-next 0/4] io_uring: multishot recv cleanups
 2022-07-12  8:32 UTC  (8+ messages)
` [PATCH for-next 1/4] io_uring: fix multishot ending when not polled
` [PATCH for-next 2/4] io_uring: support 0 length iov in buffer select in compat
` [PATCH for-next 3/4] io-uring: add recycle_async to ops
` [PATCH for-next 4/4] io_uring: move netmsg recycling into io_uring cleanup
` (subset) [PATCH for-next 0/4] io_uring: multishot recv cleanups

[RFC] a new way to achieve asynchronous IO
 2022-07-12  7:11 UTC  (5+ messages)

[GIT PULL liburing] GitHub bot updates 2022-07-11
 2022-07-11 13:55 UTC  (2+ messages)

Problematic interaction of io_uring and CIFS
 2022-07-11 13:40 UTC  (6+ messages)

[RFC liburing for-2.3] Kill src/syscall.c
 2022-07-11  9:23 UTC 

[GIT PULL] Follow up pull for 5.19-rc6 io_uring
 2022-07-10 16:45 UTC  (2+ messages)

[PATCH] fs: Call kmap_local_page() in copy_string_kernel()
 2022-07-10 10:01 UTC 

[syzbot] INFO: task hung in io_uring_del_tctx_node (2)
 2022-07-10  6:35 UTC  (2+ messages)

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-09 18:30 UTC  (3+ messages)

recvmsg not honoring O_NONBLOCK
 2022-07-09 16:46 UTC  (3+ messages)

[PATCH] io_uring: check that we have a file table when allocating update slots
 2022-07-09 13:09 UTC 

[PATCH RFC liburing 0/2] multishot recvmsg
 2022-07-08 18:45 UTC  (3+ messages)
` [PATCH RFC liburing 1/2] add multishot recvmsg API
` [PATCH RFC liburing 2/2] add tests for multishot recvmsg

[GIT PULL] io_uring tweak for 5.19-rc6
 2022-07-08 18:35 UTC  (2+ messages)

[PATCHSET v2 for-next] Add alloc cache for sendmsg/recvmsg
 2022-07-08 13:30 UTC  (5+ messages)
` [PATCH 1/4] io_uring: move apoll cache to poll.c
` [PATCH 2/4] io_uring: add abstraction around apoll cache
` [PATCH 3/4] io_uring: impose max limit on "
` [PATCH 4/4] io_uring: add netmsg cache

[PATCHSET for-next] Add alloc cache for sendmsg/recvmsg
 2022-07-08 12:47 UTC  (5+ messages)
` [PATCH 2/4] io_uring: add abstraction around apoll cache
` [PATCH 4/4] io_uring: add netmsg cache

[PATCH 5.19 1/1] io_uring: explicit sqe padding for ioctl commands
 2022-07-07 23:32 UTC  (2+ messages)

[PATCH for-next 0/4] poll locking fixes
 2022-07-07 23:27 UTC  (2+ 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).