public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-09-29 13:29:11 to 2022-10-20 01:51:07 UTC [more...]

[PATCH liburing for-next 0/5] expand send / zc tests
 2022-10-20  1:49 UTC  (2+ messages)
` [PATCH liburing for-next 1/5] tests: improve zc cflags handling

[PATCH] io-wq: Fix memory leak in worker creation
 2022-10-20  1:47 UTC 

[PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc
 2022-10-20  1:42 UTC  (3+ messages)
` [PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols
` [PATCH for-6.1 2/2] io_uring/net: fail zc sendmsg "

[PATCH liburing 1/1] tests: use only UDP/TCP for zc testing
 2022-10-19 21:54 UTC  (2+ messages)

[PATCH liburing 0/2] liburing: fix shortening api issues
 2022-10-19 20:52 UTC  (5+ messages)
` [PATCH liburing 1/2] fix int shortening bug in io_uring_recvmsg_validate
` [PATCH liburing 2/2] fix len type of fgettxattr etc

[PATCH] io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
 2022-10-19 19:49 UTC  (3+ messages)

IORING_CQE_F_COPIED
 2022-10-19 16:12 UTC  (5+ messages)

ublk-qcow2: ublk-qcow2 is available
 2022-10-19  9:09 UTC  (34+ messages)

[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:50 UTC  (5+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next v2 4/4] io_uring/rw: enable bio caches for IRQ rw

[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:33 UTC  (6+ messages)
` [RFC for-next 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next 4/4] io_uring/rw: enable bio caches for IRQ rw

[RFC PATCH v2 00/13] zero-copy RX for io_uring
 2022-10-18 19:16 UTC  (14+ messages)
` [RFC PATCH v2 01/13] io_uring: add zctap ifq definition
` [RFC PATCH v2 02/13] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC PATCH v2 03/13] io_uring: add register ifq opcode
` [RFC PATCH v2 04/13] io_uring: create a zctap region for a mapped buffer
` [RFC PATCH v2 05/13] io_uring: create page freelist for the ifq region
` [RFC PATCH v2 06/13] io_uring: Provide driver API for zctap packet buffers
` [RFC PATCH v2 07/13] io_uring: Allocate the zctap buffers for the device
` [RFC PATCH v2 08/13] io_uring: Add zctap buffer get/put functions and refcounting
` [RFC PATCH v2 09/13] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [RFC PATCH v2 10/13] io_uring: Allocate a uarg for use by the ifq RX
` [RFC PATCH v2 11/13] io_uring: Define the zctap iov[] returned to the user
` [RFC PATCH v2 12/13] io_uring: add OP_RECV_ZC command
` [RFC PATCH v2 13/13] io_uring: Make remove_ifq_region a delayed work call

Problems replacing epoll with io_uring in tevent
 2022-10-18 14:42 UTC 

[PATCH liburing 1/1] tests: fix zc support checks
 2022-10-16 23:28 UTC  (2+ messages)

[PATCH] io_uring/rw: remove leftover debug statement
 2022-10-16 23:26 UTC 

[PATCH 0/4] random io_uring cleanups
 2022-10-16 23:08 UTC  (6+ messages)
` [PATCH 1/4] io_uring: remove FFS_SCM
` [PATCH 2/4] io_uring: kill hot path fixed file bitmap debug checks
` [PATCH 3/4] io_uring: reuse io_alloc_req()
` [PATCH 4/4] io_uring: don't iopoll from io_ring_ctx_wait_and_kill()

fast io_uring development using livepatching to test/debug simple changes
 2022-10-14 12:14 UTC 

[GIT PULL] Followup io_uring fixes for 6.1-rc1
 2022-10-14  5:07 UTC  (2+ messages)

[PATCH] io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
 2022-10-14  3:17 UTC  (6+ messages)

[PATCH AUTOSEL 5.19 54/63] block: replace blk_queue_nowait with bdev_nowait
 2022-10-13  0:18 UTC 

[PATCH AUTOSEL 6.0 44/67] io_uring: fix CQE reordering
 2022-10-13  0:15 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 56/67] block: replace blk_queue_nowait with bdev_nowait

[PATCH] io_uring/rw: ensure kiocb_end_write() is always called
 2022-10-11 15:10 UTC 

[regression, v6.0-rc0, io-uring?] filesystem freeze hangs on sb_wait_write()
 2022-10-11 14:47 UTC  (8+ messages)

[PATCH 1/1] io_uring: fix fdinfo sqe offsets calculation
 2022-10-11  2:54 UTC  (2+ messages)

[PATCH v1] io_uring: local variable rw shadows outer variable in io_write
 2022-10-11  2:54 UTC  (2+ messages)

BUG: corrupted list in io_poll_task_func
 2022-10-11  1:03 UTC  (2+ messages)

[RFC v1 0/9] zero-copy RX for io_uring
 2022-10-10 19:34 UTC  (12+ messages)
` [RFC v1 1/9] io_uring: add zctap ifq definition
` [RFC v1 2/9] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC v1 3/9] io_uring: add register ifq opcode
` [RFC v1 4/9] io_uring: add provide_ifq_region opcode
` [RFC v1 5/9] io_uring: Add io_uring zctap iov structure and helpers
` [RFC v1 6/9] io_uring: introduce reference tracking for user pages
` [RFC v1 7/9] page_pool: add page allocation and free hooks
` [RFC v1 8/9] io_uring: provide functions for the page_pool
` [RFC v1 9/9] io_uring: add OP_RECV_ZC command

[syzbot] KASAN: slab-out-of-bounds Read in io_uring_show_fdinfo
 2022-10-10 12:32 UTC  (3+ messages)

[GIT PULL] io_uring updates for 6.1-rc1
 2022-10-08 18:12 UTC  (5+ messages)

[RFC] liburing: add an example for a TCP/UDP ZC RX server
 2022-10-07 21:19 UTC 

IORING_OP_SENDMSG_ZC should enable auditing just like IORING_OP_SENDMSG
 2022-10-07 18:22 UTC  (2+ messages)

[GIT PULL] Passthrough updates for 6.1-rc1
 2022-10-07 17:00 UTC  (3+ messages)

[GIT PULL] v2 Passthrough updates for 6.1-rc1
 2022-10-07 17:00 UTC  (2+ messages)

[PATCH 1/1] io_uring: optimise locking for local tw with submit_wait
 2022-10-06 21:14 UTC  (5+ messages)

[PATCH for-next 0/2] net fixes
 2022-10-06 20:54 UTC  (7+ messages)
` [PATCH for-next 1/2] io_uring/net: don't update msg_name if not provided
` [PATCH for-next 2/2] io_uring/net: fix notif cqe reordering

[PATCH 1/1] io_uring: optimise mb() in io_req_local_work_add
 2022-10-06 13:40 UTC  (2+ messages)

Problematic interaction of io_uring and CIFS
 2022-10-05  8:20 UTC  (9+ messages)

[PATCH v2] io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
 2022-10-05  2:43 UTC 

[PATCH] io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
 2022-10-05  2:34 UTC 

[PATCH -next] io_uring: Add missing inline to io_uring_cmd_import_fixed() dummy
 2022-10-04 16:41 UTC  (3+ messages)

[PATCH for-6.1 1/1] io_uring: remove notif leftovers
 2022-10-04 14:03 UTC  (2+ messages)

[PATCH for-6.1 1/1] io_uring: correct pinned_vm accounting
 2022-10-04 14:03 UTC  (2+ messages)

[PATCH] io_uring: fix short read/write with linked ops
 2022-10-04  2:17 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.0-final
 2022-09-30 16:38 UTC  (2+ messages)

[PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru
 2022-09-30 14:04 UTC  (16+ messages)
    ` [PATCH for-next v12 01/12] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v12 02/12] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v12 03/12] block: add blk_rq_map_user_io
    ` [PATCH for-next v12 04/12] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v12 05/12] nvme: "
    ` [PATCH for-next v12 06/12] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v12 07/12] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v12 08/12] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v12 09/12] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v12 10/12] block: extend functionality to map bvec iterator
    ` [PATCH for-next v12 11/12] nvme: pass ubuffer as an integer
    ` [PATCH for-next v12 12/12] nvme: wire up fixed buffer support for nvme passthrough

[syzbot] inconsistent lock state in kmem_cache_alloc
 2022-09-30 13:51 UTC  (4+ messages)

[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru
 2022-09-30  1:26 UTC  (5+ messages)
  ` [PATCH for-next v11 12/13] scsi: Use blk_rq_map_user_io helper
  ` [PATCH for-next v11 02/13] io_uring: introduce fixed buffer support for io_uring_cmd

[PATCH] io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
 2022-09-29 21:33 UTC 

[PATCH] io_uring/rw: defer fsnotify calls to task context
 2022-09-29 17:00 UTC 


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