IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-28 13:10:13 to 2022-08-12 22:55:12 UTC [more...]

[GIT PULL] io_uring fixes for 6.0-rc1
 2022-08-12 22:55 UTC  (21+ messages)

[PATCH liburing 0/5] Add basic test for nvme uring passthrough commands
 2022-08-12 16:03 UTC  (5+ messages)

[RFC PATCH 0/8] cleanup struct io_uring_sqe layout
 2022-08-12  8:34 UTC  (9+ messages)
` [RFC PATCH 1/8] io_uring: move the current struct io_uring_sqe members to legacy sub struct
` [RFC PATCH 2/8] io_uring: add a generic structure for struct io_uring_sqe
` [RFC PATCH 3/8] io_uring: check legacy layout of struct io_uring_sqe with BUILD_BUG_SQE_LEGACY*
` [RFC PATCH 4/8] io_uring: only make use generic struct io_uring_sqe elements for tracing
` [RFC PATCH 5/8] io_uring: only access generic struct io_uring_sqe elements in io_uring.c
` [RFC PATCH 6/8] io_uring: add BUILD_BUG_SQE_HDR_COMMON() macro
` [RFC PATCH 7/8] io_uring: introduce struct io_uring_sqe_rw for all io_prep_rw() using opcodes
` [RFC PATCH 8/8] io_uring: introduce struct io_uring_sqe_{fsync,sfr,fallocate}

[PATCH] io_uring: Optimizing return value
 2022-08-12  2:02 UTC  (2+ messages)

[PATCH] Modify the return value ret to EOPNOTSUPP when initialized to reduce repeated assignment of errno
 2022-08-11 18:42 UTC  (4+ messages)

[PATCH] io_uring: fix error handling for io_uring_cmd
 2022-08-11 18:08 UTC  (7+ messages)

[PATCH 0/3] typesafety improvements on io_uring-6.0
 2022-08-11 15:38 UTC  (5+ messages)
` [PATCH 1/3] io_uring: consistently make use of io_notif_to_data()
` [PATCH 2/3] io_uring: make io_kiocb_to_cmd() typesafe
` [PATCH 3/3] io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields

[GIT PULL] io_uring fixes for 6.0-rc1
 2022-08-11 14:35 UTC  (2+ messages)

[PATCHv3 0/7] dma mapping optimisations
 2022-08-11  7:22 UTC  (22+ messages)
` [PATCHv3 1/7] blk-mq: add ops to dma map bvec
` [PATCHv3 2/7] file: "
` [PATCHv3 3/7] iov_iter: introduce type for preregistered dma tags
` [PATCHv3 4/7] block: add dma tag bio type
` [PATCHv3 5/7] io_uring: introduce file slot release helper
` [PATCHv3 6/7] io_uring: add support for dma pre-mapping
` [PATCHv3 7/7] nvme-pci: implement dma_map support

[PATCH v2] lsm,io_uring: add LSM hooks for the new uring_cmd file op
 2022-08-10 22:15 UTC  (8+ messages)

[RFC net-next io_uring 00/11] improve io_uring's ubuf_info refcounting
 2022-08-10 15:49 UTC  (12+ messages)
` [RFC net-next io_uring 01/11] net: introduce struct ubuf_info_msgzc
` [RFC net-next io_uring 02/11] xen/netback: use "
` [RFC net-next io_uring 03/11] vhost/net: "
` [RFC net-next io_uring 04/11] net: shrink struct ubuf_info
` [RFC net-next io_uring 05/11] net: rename ubuf_info's flags
` [RFC net-next io_uring 06/11] net: add flags for controlling ubuf_info
` [RFC net-next io_uring 07/11] net/tcp: optimise tcp ubuf refcounting
` [RFC net-next io_uring 08/11] net: let callers provide ->msg_ubuf refs
` [RFC net-next io_uring 09/11] io_uring/notif: add helper for flushing refs
` [RFC net-next io_uring 10/11] io_uring/notif: mark notifs with UARGFL_CALLER_PINNED
` [RFC net-next io_uring 11/11] io_uring/notif: add ubuf_info ref caching

[PATCH liburing v1 00/10] liburing test fixes
 2022-08-10 13:03 UTC  (12+ messages)
` [PATCH liburing v1 01/10] test/cq-overflow: Don't call `io_uring_queue_exit()` if the ring is not initialized
` [PATCH liburing v1 02/10] test/eeed8b54e0df: Initialize the `malloc()`ed buffer before `write()`
` [PATCH liburing v1 03/10] test/file-verify: Fix reading from uninitialized buffer
` [PATCH liburing v1 04/10] test/fixed-reuse: Fix reading from uninitialized array
` [PATCH liburing v1 05/10] test/fpos: Fix reading from uninitialized buffer
` [PATCH liburing v1 06/10] test/statx: "
` [PATCH liburing v1 07/10] test/submit-link-fail: Initialize the buffer before `write()`
` [PATCH liburing v1 08/10] test/232c93d07b74: Fix reading from uninitialized buffer
` [PATCH liburing v1 09/10] test/eventfd-disable: Fix reading uninitialized variable
` [PATCH liburing v1 10/10] test/file-register: Fix reading from uninitialized buffer

[GIT PULL] GitHub bot update
 2022-08-10 13:01 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in __io_remove_buffers
 2022-08-10  2:41 UTC  (2+ messages)

[bug report] ublk: re-issued blk-mq request may reference a freed io_uring context
 2022-08-08  7:45 UTC 

[PATCH 0/4] iopoll support for io_uring/nvme passthrough
 2022-08-07 18:46 UTC  (20+ messages)
    ` [PATCH 1/4] fs: add file_operations->uring_cmd_iopoll
    ` [PATCH 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
    ` [PATCH 3/4] block: export blk_rq_is_poll
    ` [PATCH 4/4] nvme: wire up async polling for io passthrough commands

[PATCH for-next v2 0/4] iopoll support for io_uring/nvme
 2022-08-07 18:36 UTC  (5+ messages)
    ` [PATCH for-next v2 1/4] fs: add file_operations->uring_cmd_iopoll
    ` [PATCH for-next v2 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
    ` [PATCH for-next v2 3/4] block: export blk_rq_is_poll
    ` [PATCH for-next v2 4/4] nvme: wire up async polling for io passthrough commands

[PATCH liburing] io_uring-udp: make more obvious what kernel version is required
 2022-08-05 14:43 UTC  (2+ messages)

[PATCH] io_uring: fix io_recvmsg_prep_multishot casts
 2022-08-05 14:41 UTC  (3+ messages)

[PATCH liburing 0/6] improve zeoropy testing
 2022-08-04 22:22 UTC  (8+ messages)
` [PATCH liburing 1/6] test/zc: improve error messages
` [PATCH liburing 2/6] tests/zc: test tcp
` [PATCH liburing 3/6] test/zc: allocate buffers dynamically
` [PATCH liburing 4/6] test/zc: handle short rx
` [PATCH liburing 5/6] test/zc: recv asynchronously
` [PATCH liburing 6/6] test/zc: test short zc send

[PATCHv2 0/7] dma mapping optimisations
 2022-08-04 16:42 UTC  (12+ messages)
` [PATCHv2 1/7] blk-mq: add ops to dma map bvec
` [PATCHv2 2/7] file: "
` [PATCHv2 3/7] iov_iter: introduce type for preregistered dma tags
` [PATCHv2 4/7] block: add dma tag bio type
` [PATCHv2 5/7] io_uring: introduce file slot release helper
` [PATCHv2 6/7] io_uring: add support for dma pre-mapping
` [PATCHv2 7/7] nvme-pci: implement dma_map support

[PATCH 1/1] io_uring/net: send retry for zerocopy
 2022-08-04 14:53 UTC  (2+ messages)

[PATCH 1/1] io_uring: mem-account pbuf buckets
 2022-08-04 14:53 UTC  (2+ messages)

[PATCH] audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()
 2022-08-04 14:44 UTC  (10+ messages)
` [PATCH v2] "

[GIT PULL] io_uring support for zerocopy send
 2022-08-03 16:47 UTC  (6+ messages)

Adding read_exact and write_all OPs?
 2022-08-03 15:01 UTC  (2+ messages)

[PATCH V2 1/1] io_uring: pass correct parameters to io_req_set_res
 2022-08-03 14:45 UTC  (2+ messages)

[bug report] ublk_drv: hang while removing ublk character device
 2022-08-03 12:04 UTC  (3+ messages)

[PATCH] io_uring: pass correct parameters to io_req_set_res
 2022-08-03 11:59 UTC  (3+ messages)

[GIT PULL] io_uring support for buffered writes
 2022-08-02 21:30 UTC  (2+ messages)

[GIT PULL] io_uring updates for 5.20-rc1
 2022-08-02 21:30 UTC  (2+ messages)

[PATCH net-next v4 00/27] io_uring zerocopy send
 2022-07-29 22:30 UTC  (10+ messages)

[PATCH liburing] add additional meson build system support
 2022-07-29  7:47 UTC  (4+ messages)

[PATCH 0/5] dma mapping optimisations
 2022-07-28 13:25 UTC  (10+ messages)
` [PATCH 4/5] io_uring: add support for dma pre-mapping

[PATCH liburing v3 0/5] Add basic test for nvme uring passthrough commands
 2022-07-28 13:10 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).