io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-16 12:12:26 to 2023-03-08 07:45:27 UTC [more...]

[PATCH V2 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-08  7:44 UTC  (26+ 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 "

[PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-08  6:46 UTC  (6+ 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

[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

ublk-nbd: ublk-nbd is avaialbe
 2023-03-02  3:11 UTC  (3+ messages)

[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  (8+ messages)
` [RFC v2 1/4] bpf: add UBLK program type
` [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
` [RFC v2 3/4] io_uring: introduce IORING_URING_CMD_UNLOCK flag
` [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  (9+ messages)
` [PATCH liburing 1/7] tests/send: don't use a constant for page size
` [PATCH liburing 2/7] send: improve buffer iteration
` [PATCH liburing 3/7] send: test send with hugetlb
` [PATCH liburing 4/7] examples/zc: add a hugetlb option
` [PATCH liburing 5/7] test/send: don't use SO_ZEROCOPY if not available
` [PATCH liburing 6/7] tests/send: improve error reporting
` [PATCH liburing 7/7] tests/send: sends with offsets

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

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

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

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

[PATCH 1/2] io_uring: Move from hlist to io_wq_work_node
 2023-02-21 23:53 UTC  (7+ messages)
` [PATCH 2/2] io_uring: Add KASAN support for alloc_caches

liburing test results on hppa
 2023-02-21 19:55 UTC  (7+ messages)

[PATCH for-next v2 1/1] io_uring/rsrc: disallow multi-source reg buffers
 2023-02-21 18:40 UTC  (4+ messages)

[GIT PULL for-6.3] io_uring updates for 6.3
 2023-02-20 23:00 UTC  (2+ messages)

[GIT PULL for-6.3] Switch io_uring to ITER_UBUF
 2023-02-20 23:00 UTC  (2+ messages)

[PATCH 0/4] Cache tctx cancelation state in the ctx
 2023-02-20 14:43 UTC  (6+ messages)
` [PATCH 1/4] io_uring: consolidate the put_ref-and-return section of adding work
` [PATCH 2/4] io_uring: rename 'in_idle' to 'in_cancel'
` [PATCH 3/4] io_uring: cache task cancelation state in the ctx
` [PATCH 4/4] io_uring: use local ctx cancelation state for io_req_local_work_add()

[PATCH for-next 1/1] io_uring/rsrc: don't mix different mappings in reg
 2023-02-20 14:16 UTC  (2+ messages)

copy on write for splice() from file to pipe?
 2023-02-20  4:54 UTC  (6+ messages)

io_uring failure on parisc with VIPT caches
 2023-02-16 20:35 UTC  (21+ messages)

[PATCH v2] io_uring: Adjust mapping wrt architecture aliasing requirements
 2023-02-16 18:00 UTC  (6+ messages)

[PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd
 2023-02-16 13:10 UTC  (4+ 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).