io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 12:39:08 to 2023-04-18 13:07:22 UTC [more...]

[PATCH for-next 0/8] another round of rsrc refactoring
 2023-04-18 13:06 UTC 

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-18 12:55 UTC  (11+ messages)

[PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
 2023-04-17 19:45 UTC  (11+ messages)
` [PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v3 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
 2023-04-17 11:59 UTC  (4+ messages)
` [PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v7 0/3] io_uring: add getdents64 support
 2023-04-16 22:06 UTC  (2+ messages)

[PATCH] io_uring: complete request via task work in case of DEFER_TASKRUN
 2023-04-16 10:05 UTC  (11+ messages)

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-16  9:51 UTC  (44+ messages)
` [RFC PATCH 1/4] net: wire up support for file_operations->uring_cmd()
` [RFC PATCH 2/4] net: add uring_cmd callback to UDP
` [RFC PATCH 3/4] net: add uring_cmd callback to TCP
` [RFC PATCH 4/4] net: add uring_cmd callback to raw "protocol"
` [PATCH RFC] io_uring: Pass whole sqe to commands

[PATCH] t/io_uring: fix max_blocks calculation in pt mode again
 2023-04-16  4:38 UTC 

[PATCH for-6.4 00/10] some rsrc fixes and clean ups
 2023-04-15 20:46 UTC  (12+ messages)
` [PATCH 01/10] io_uring/rsrc: use nospec'ed indexes
` [PATCH 02/10] io_uring/rsrc: remove io_rsrc_node::done
` [PATCH 03/10] io_uring/rsrc: refactor io_rsrc_ref_quiesce
` [PATCH 04/10] io_uring/rsrc: use wq for quiescing
` [PATCH 05/10] io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce
` [PATCH 06/10] io_uring/rsrc: remove rsrc_data refs
` [PATCH 07/10] io_uring/rsrc: inline switch_start fast path
` [PATCH 08/10] io_uring/rsrc: clean up __io_sqe_buffers_update()
` [PATCH 09/10] io_uring/rsrc: simplify single file node switching
` [PATCH 10/10] io_uring/rsrc: refactor io_queue_rsrc_removal

[PATCH for-next 1/1] io_uring/notif: add constant for ubuf_info flags
 2023-04-15 20:37 UTC  (2+ messages)

[RFC PATCH liburing v1 0/2] io_uring sendto
 2023-04-15 20:37 UTC  (4+ messages)
` [RFC PATCH liburing v1 1/2] liburing: Add `io_uring_prep_sendto()`
` [RFC PATCH liburing v1 2/2] man: "

[PATCH liburing 0/3] io_uring-udp fix, manpage fix, and hppa cross-compiler
 2023-04-15 20:37 UTC  (5+ messages)
` [PATCH liburing 1/3] io_uring-udp: Fix the wrong IPv6 binary to string conversion
` [PATCH liburing 2/3] github: Add hppa cross compiler
` [PATCH liburing 3/3] man/io_uring_cqe_get_data.3: Fix a misleading return value

[GIT PULL] io_uring fix for 6.3-rc7
 2023-04-15 18:11 UTC  (2+ messages)

[PATCH v2 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
 2023-04-15  9:08 UTC  (2+ messages)
` [PATCH v2 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v3 0/2] liburing: multishot timeout support
 2023-04-14 22:55 UTC  (3+ messages)
` [PATCH v3 1/2] liburing: add "
` [PATCH v3 2/2] liburing: update man page for multishot timeouts

[PATCH v3] io_uring: add support for multishot timeouts
 2023-04-14 21:38 UTC  (3+ messages)

[PATCH v2] io_uring: add support for multishot timeouts
 2023-04-14 17:17 UTC  (3+ messages)

[PATCH] t/io_uring: fix max_blocks calculation in nvme passthrough mode
 2023-04-13 12:40 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: take advantage of completion batching
 2023-04-13  2:02 UTC  (2+ messages)

[PATCH v2] liburing: add multishot timeout support
 2023-04-12 22:29 UTC 

[PATCH 2/6] sched: add WF_CURRENT_CPU and externise ttwu
 2023-04-12 19:38 UTC 

[PATCH 0/8] for-next cleanups
 2023-04-12 18:10 UTC  (10+ messages)
` [PATCH 1/8] io_uring: shut io_prep_async_work warning
` [PATCH 2/8] io_uring/kbuf: remove extra ->buf_ring null check
` [PATCH 3/8] io_uring: add irq lockdep checks
` [PATCH 4/8] io_uring/rsrc: add "
` [PATCH 5/8] io_uring/rsrc: consolidate node caching
` [PATCH 6/8] io_uring/rsrc: zero node's rsrc data on alloc
` [PATCH 7/8] io_uring/rsrc: refactor io_rsrc_node_switch
` [PATCH 8/8] io_uring/rsrc: extract SCM file put helper

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-04-12 13:47 UTC  (9+ messages)

[PATCH v2 0/8] optimise resheduling due to deferred tw
 2023-04-12  1:53 UTC  (11+ messages)
` [PATCH v2 1/8] io_uring: move pinning out of io_req_local_work_add
` [PATCH v2 2/8] io_uring: optimie local tw add ctx pinning
` [PATCH v2 3/8] io_uring: refactor __io_cq_unlock_post_flush()
` [PATCH v2 4/8] io_uring: add tw add flags
` [PATCH v2 5/8] io_uring: inline llist_add()
` [PATCH v2 6/8] io_uring: reduce scheduling due to tw
` [PATCH v2 7/8] io_uring: refactor __io_cq_unlock_post_flush()
` [PATCH v2 8/8] io_uring: optimise io_req_local_work_add

[linux-next:master] BUILD REGRESSION 009795d283d1f9f043e5a4ff97d4140cde17e2d3
 2023-04-11 22:15 UTC 

[PATCHv2 0/5] nvme io_uring_cmd polling enhancements
 2023-04-11 17:46 UTC  (11+ messages)
` [PATCHv2 1/5] block: add request polling helper
` [PATCHv2 2/5] nvme: simplify passthrough bio cleanup
` [PATCHv2 3/5] nvme: unify nvme request end_io
` [PATCHv2 4/5] nvme: use blk-mq polling for uring commands
` [PATCHv2 5/5] io_uring: remove uring_cmd cookie

[GIT PULL] io_uring fixes for 6.3-rc6
 2023-04-08 19:01 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e134c93f788fb93fd6a3ec3af9af850a2048c7e6
 2023-04-07  3:43 UTC 

[PATCH] ublk: read any SQE values upfront
 2023-04-06  2:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8417c8f5007bf4567ccffda850a3157c7d905f67
 2023-04-05 18:35 UTC 

[PATCH] io_uring/uring_cmd: assign ioucmd->cmd at async prep time
 2023-04-05 18:00 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
 2023-04-04 20:47 UTC 

[RFC 00/11] optimise registered buffer/file updates
 2023-04-04 18:26 UTC  (10+ messages)
` [PATCH 10/11] io_uring/rsrc: cache struct io_rsrc_node

[PATCH liburing 1/1] examples: add rsrc update benchmark
 2023-04-04 15:33 UTC  (2+ messages)

[PATCH v2 00/13] optimise registered buffer/file updates
 2023-04-04 15:33 UTC  (16+ messages)
` [PATCH v2 01/13] io_uring/rsrc: use non-pcpu refcounts for nodes
` [PATCH v2 02/13] io_uring/rsrc: keep cached refs per node
` [PATCH v2 03/13] io_uring: don't put nodes under spinlocks
` [PATCH v2 04/13] io_uring: io_free_req() via tw
` [PATCH v2 05/13] io_uring/rsrc: protect node refs with uring_lock
` [PATCH v2 06/13] io_uring/rsrc: kill rsrc_ref_lock
` [PATCH v2 07/13] io_uring/rsrc: rename rsrc_list
` [PATCH v2 08/13] io_uring/rsrc: optimise io_rsrc_put allocation
` [PATCH v2 09/13] io_uring/rsrc: don't offload node free
` [PATCH v2 10/13] io_uring/rsrc: cache struct io_rsrc_node
` [PATCH v2 11/13] io_uring/rsrc: add lockdep sanity checks
` [PATCH v2 12/13] io_uring/rsrc: optimise io_rsrc_data refcounting
` [PATCH v2 13/13] io_uring/rsrc: add custom limit for node caching


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