io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 03:10:45 to 2023-03-20 15:12:12 UTC [more...]

[PATCH] io_uring/uring_cmd: push IRQ based completions through task_work
 2023-03-20 15:06 UTC  (2+ messages)

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-19  0:17 UTC  (35+ messages)
` [PATCH V3 01/16] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V3 02/16] io_uring: add IORING_OP_FUSED_CMD
` [PATCH V3 03/16] io_uring: support OP_READ/OP_WRITE for fused slave request
` [PATCH V3 04/16] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V3 05/16] block: ublk_drv: mark device as LIVE before adding disk
` [PATCH V3 06/16] block: ublk_drv: add common exit handling
` [PATCH V3 07/16] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V3 08/16] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V3 09/16] block: ublk_drv: clean up several helpers
` [PATCH V3 10/16] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V3 11/16] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V3 12/16] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V3 13/16] block: ublk_drv: support to copy any part of request pages
` [PATCH V3 14/16] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V3 15/16] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V3 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[GIT PULL] io_uring fixes for 6.3-rc3
 2023-03-17 18:52 UTC  (2+ messages)

[PATCH for-next] io_uring/kbuf: disallow mapping a badly aligned provided ring buffer
 2023-03-17 16:46 UTC 

[PATCHSET 0/5] User mapped provided buffer rings
 2023-03-17 16:37 UTC  (25+ messages)
` [PATCH 1/5] io_uring: Adjust mapping wrt architecture aliasing requirements
` [PATCH 2/5] io_uring/kbuf: move pinning of provided buffer ring into helper
` [PATCH 3/5] io_uring/kbuf: add buffer_list->is_mapped member
` [PATCH 4/5] io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'
` [PATCH 5/5] io_uring: add support for user mapped provided buffer ring

[linux-next:master] BUILD REGRESSION 6f08c1de13a9403341c18b66638a05588b2663ce
 2023-03-17 15:25 UTC 

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-17  2:53 UTC  (4+ messages)

[PATCH v3 0/2] io_uring: Add KASAN support for alloc caches
 2023-03-16 19:01 UTC  (2+ messages)

[PATCH 1/1] io_uring/rsrc: fix folly accounting
 2023-03-16 15:34 UTC  (4+ messages)

[PATCH liburing for-next 0/2] fd msg-ring slot allocation tests
 2023-03-16 15:02 UTC  (5+ messages)
` [PATCH liburing 1/2] Add io_uring_prep_msg_ring_fd_alloc() helper
` [PATCH liburing 2/2] test: test fd msg-ring allocating indexes

[linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e
 2023-03-16 14:42 UTC 

[PATCH 1/1] io_uring/msg_ring: let target know allocated index
 2023-03-16 13:17 UTC  (5+ messages)

[v2 PATCH] io_uring: rsrc: Optimize return value variable 'ret'
 2023-03-17 18:25 UTC  (3+ messages)

[PATCH for-next 0/4] io_uring: registered huge buffer optimisations
 2023-03-16 12:26 UTC  (4+ messages)
` [PATCH for-next 4/4] io_uring/rsrc: optimise registered huge pages

[RFC 0/2] optimise local-tw task resheduling
 2023-03-16 12:25 UTC  (17+ messages)
` [RFC 1/2] io_uring: add tw add flags
` [RFC 2/2] io_uring: reduce sheduling due to tw

[PATCH] io_uring: One wqe per wq
 2023-03-15 20:44 UTC  (6+ messages)

Resizing io_uring SQ/CQ?
 2023-03-15 19:10 UTC  (13+ messages)

[PATCHSET v2 for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-15 15:16 UTC  (9+ messages)
` [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
` [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes

[PATCH] io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads
 2023-03-15 12:51 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in io_wqe_worker (2)
 2023-03-15 12:20 UTC  (3+ messages)
` [syzbot] [io-uring?] "

[syzbot] KASAN: use-after-free Read in io_worker_get
 2023-03-15 12:17 UTC  (3+ messages)
` [syzbot] [io-uring?] "

[PATCH V2 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-15  7:54 UTC  (26+ messages)
` [PATCH V2 06/17] block: ublk_drv: mark device as LIVE before adding disk
` [PATCH V2 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V2 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V2 10/17] block: ublk_drv: clean up several helpers
` [PATCH V2 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V2 12/17] block: ublk_drv: cleanup ublk_copy_user_pages

[PATCH V2 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
 2023-03-15  5:20 UTC  (2+ messages)

[PATCH] io_uring: rsrc: Optimize return value variable 'ret'
 2023-03-16 18:13 UTC  (2+ messages)

[PATCH] io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
 2023-03-14 18:17 UTC  (5+ messages)

[PATCH V2 07/17] block: ublk_drv: add common exit handling
 2023-03-14 17:15 UTC  (2+ messages)

[PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-14 12:04 UTC  (13+ messages)
` [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
` [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes

[syzbot] KASAN: use-after-free Read in io_wq_worker_wake
 2023-03-13 14:38 UTC  (3+ messages)
` [syzbot] [io-uring?] "

ublk-nbd: ublk-nbd is avaialbe
 2023-03-12  8:30 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.3-rc2
 2023-03-10 16:58 UTC  (2+ messages)

[PATCH] io_uring: silence variable ‘prev’ set but not used warning
 2023-03-09 18:34 UTC  (3+ messages)

[PATCH V2 05/17] io_uring: support OP_SEND_ZC/OP_RECV for fused slave request
 2023-03-09 17:22 UTC  (3+ messages)

[PATCH] io_uring: silence variable ‘prev’ set but not used warning
 2023-03-09 16:54 UTC 

[PATCH v2] io_uring: suppress an unused warning
 2023-03-09 16:39 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: ensure that device supports IOPOLL
 2023-03-09 16:25 UTC  (3+ messages)

[PATCH v1] io_uring: suppress an unused warning
 2023-03-09 13:00 UTC  (2+ messages)

[PATCH V2 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy (fwd)
 2023-03-09 10:35 UTC 

Unexpected EINVAL when enabling cpuset in subtree_control when io_uring threads are running
 2023-03-08 14:44 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 NNTP newsgroup(s).