io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 13:26:16 to 2023-03-13 14:39:21 UTC [more...]

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

[RFC 0/2] optimise local-tw task resheduling
 2023-03-13 14:16 UTC  (11+ 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-13  3:56 UTC  (5+ messages)

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

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

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

Resizing io_uring SQ/CQ?
 2023-03-10 16:56 UTC  (8+ messages)

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

[PATCH V2 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-09 17:22 UTC  (37+ 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: 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/3] Add FMODE_NOWAIT support to pipes
 2023-03-08 14:30 UTC  (7+ 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/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
 2023-03-08 14:27 UTC 

[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 

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-07 17:20 UTC  (3+ 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

[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  (7+ messages)
` [PATCH liburing v2 1/5] examples/send-zc: add defer taskrun support
` [PATCH liburing v2 2/5] examples/send-zc: add affinity / CPU pinning
` [PATCH liburing v2 3/5] examples/send-zc: add multithreading
` [PATCH liburing v2 4/5] examples/send-zc: add the receive part
` [PATCH liburing v2 5/5] examples/send-zc: kill sock bufs configuration

[PATCH liburing 1/1] tests/fd-pass: close rings
 2023-03-05 14:35 UTC  (2+ messages)

[GIT PULL] Followup io_uring fixes for 6.3-rc1
 2023-03-03 18:44 UTC  (2+ messages)

[RFC PATCH 00/12] io_uring: add IORING_OP_FUSED_CMD
 2023-03-03  3:01 UTC  (17+ messages)
` [RFC PATCH 01/12] io_uring: increase io_kiocb->flags into 64bit
` [RFC PATCH 02/12] io_uring: define io_mapped_ubuf->acct_pages as unsigned integer
` [RFC PATCH 03/12] io_uring: extend io_mapped_ubuf to cover external bvec table
` [RFC PATCH 04/12] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [RFC PATCH 05/12] io_uring: export 'struct io_mapped_buf' for fused cmd buffer
` [RFC PATCH 06/12] io_uring: add IO_URING_F_FUSED and prepare for supporting OP_FUSED_CMD
` [RFC PATCH 07/12] io_uring: add IORING_OP_FUSED_CMD
` [RFC PATCH 08/12] io_uring: support OP_READ/OP_WRITE for fused slave request
` [RFC PATCH 09/12] io_uring: support OP_SEND_ZC/OP_RECV "
` [RFC PATCH 10/12] block: ublk_drv: mark device as LIVE before adding disk
` [RFC PATCH 11/12] block: ublk_drv: add common exit handling
` [RFC PATCH 12/12] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy

[PATCH liburing 0/3] sendzc test improvements
 2023-03-01 20:31 UTC  (6+ messages)
` [PATCH liburing 1/3] examples/send-zc: add affinity / CPU pinning
` [PATCH liburing 2/3] examples/send-zc: add multithreading
` [PATCH liburing 3/3] examples/send-zc: add the receive part

[syzbot] [io-uring?] INFO: task hung in sys_io_uring_register (2)
 2023-03-01 18:21 UTC 

[syzbot] [io-uring?] INFO: task hung in io_uring_register (3)
 2023-03-01 17:49 UTC 

[PATCH] io_uring/poll: don't pass in wake func to io_init_poll_iocb()
 2023-03-01 17:05 UTC 

INFO: task hung in io_ring_exit_work
 2023-03-01 14:53 UTC  (2+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-02-28 16:05 UTC  (2+ messages)

[PATCH] io_uring: fix fget leak when fs don't support nowait buffered read
 2023-02-28 12:59 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
 2023-02-25 21:02 UTC  (2+ messages)

[PATCH] io_uring/poll: allow some retries for poll triggering spuriously
 2023-02-25 20:53 UTC 

[PATCH v3 0/2] io_uring: Add KASAN support for alloc caches
 2023-02-24 19:41 UTC  (9+ messages)
` [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node
` [PATCH v3 2/2] io_uring: Add KASAN support for alloc_caches

[linux-next:master] BUILD REGRESSION 4d6d7ce9baaf9e67a85a53afc69a36af716f7670
 2023-02-24 17:58 UTC 

[PATCH] io_uring: remove MSG_NOSIGNAL from recvmsg
 2023-02-24 16:57 UTC  (4+ messages)

[PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case
 2023-02-24  2:29 UTC  (4+ messages)

[RFC v2 0/4] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-23 14:01 UTC  (6+ messages)
` [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
` [RFC v2 4/4] ublk_drv: add ebpf support
` [PATCH] Add "

[PATCH v2 0/2] io_uring: Add KASAN support for alloc caches
 2023-02-22 18:30 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: Move from hlist to io_wq_work_node
` [PATCH v2 2/2] io_uring: Add KASAN support for alloc_caches

[PATCH for-next 0/4] io_uring: registered huge buffer optimisations
 2023-02-22 17:48 UTC  (6+ messages)
` [PATCH for-next 1/4] io_uring/rsrc: disallow multi-source reg buffers
` [PATCH for-next 2/4] io_uring/rsrc: fix a comment in io_import_fixed()
` [PATCH for-next 3/4] io_uring/rsrc: optimise single entry advance
` [PATCH for-next 4/4] io_uring/rsrc: optimise registered huge pages
` (subset) [PATCH for-next 0/4] io_uring: registered huge buffer optimisations

[PATCH for-next] io_uring: remove unused wq_list_merge
 2023-02-22 17:48 UTC  (2+ messages)

[PATCH liburing 0/7] test sends with huge pages
 2023-02-22 16:54 UTC  (2+ messages)

[PATCH] io_uring: fix size calculation when registering buf ring
 2023-02-22 16:54 UTC  (2+ messages)

[PATCH liburing] test/buf-ring: add test for buf ring occupying exactly one page
 2023-02-22 16:54 UTC  (2+ messages)

[PATCH for-next 1/1] io_uring/rsrc: fix a comment in io_import_fixed()
 2023-02-22 16:53 UTC  (2+ messages)

[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-22 14:13 UTC  (6+ messages)
` [RFC 3/3] ublk_drv: add ebpf support


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