public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-03-05 14:35:36 to 2023-03-16 13:12:04 UTC [more...]

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

[PATCH liburing for-next 0/2] fd msg-ring slot allocation tests
 2023-03-16 13:09 UTC  (3+ 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

[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

[PATCHSET 0/5] User mapped provided buffer rings
 2023-03-16 10:18 UTC  (14+ 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

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-16  4:29 UTC  (5+ messages)
` [PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
` [PATCH 2/2] io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-16  3:56 UTC  (19+ 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 "

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

[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  (42+ messages)
` [PATCH V2 01/17] io_uring: add IO_URING_F_FUSED and prepare for supporting OP_FUSED_CMD
` [PATCH V2 02/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V2 03/17] io_uring: add IORING_OP_FUSED_CMD
` [PATCH V2 04/17] io_uring: support OP_READ/OP_WRITE for fused slave request
` [PATCH V2 05/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V2 06/17] block: ublk_drv: mark device as LIVE before adding disk
` [PATCH V2 07/17] block: ublk_drv: add common exit handling
` [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
` [PATCH V2 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V2 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V2 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V2 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[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)

[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] 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)

[PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
 2023-03-08  0:31 UTC  (5+ messages)
` [PATCH 1/2] pipe: honor iocb IOCB_NOWAIT flag as well
` [PATCH 2/2] io_uring: assume read_iter/write_iter are safe for nonblocking

[PATCH liburing v1 0/3] Small fixes and CI update
 2023-03-07 20:55 UTC  (5+ messages)
` [PATCH liburing v1 1/3] io_uring-udp: Fix the wrong `inet_ntop()` argument
` [PATCH liburing v1 2/3] github: Append `-Wno-sign-compare` to the GitHub build bot CFLAGS
` [PATCH liburing v1 3/3] man/io_uring_register_{buffers,files}: Kill trailing whitespaces

[PATCH 6.1 657/885] io_uring: Replace 0-length array with flexible array
 2023-03-07 16:59 UTC 

[PATCH 6.2 0754/1001] io_uring: Replace 0-length array with flexible array
 2023-03-07 16:58 UTC 

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2023-03-06 13:03 UTC  (5+ messages)
  ` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()

[RFC v2 1/3] io_uring: remove req->apoll check in io_clean_op()
 2023-03-06  8:39 UTC  (4+ messages)
` [RFC v2 2/3] io_uring: add fixed poll support

[PATCH liburing v2 0/5] sendzc test improvements
 2023-03-05 14:35 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