public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-04-07 19:17:07 to 2023-04-19 18:45:14 UTC [more...]

[PATCH v4 4/6] io_uring: rsrc: avoid use of vmas parameter in pin_user_pages()
 2023-04-19 18:45 UTC  (18+ messages)
` [PATCH v4 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[PATCHSET 0/6] Enable NO_OFFLOAD support
 2023-04-19 16:25 UTC  (7+ messages)
` [PATCH 1/6] io_uring: grow struct io_kiocb 'flags' to a 64-bit value
` [PATCH 2/6] io_uring: move poll_refs up a cacheline to fill a hole
` [PATCH 3/6] io_uring: add support for NO_OFFLOAD
` [PATCH 4/6] Revert "io_uring: always go async for unsupported fadvise flags"
` [PATCH 5/6] Revert "io_uring: for requests that require async, force it"
` [PATCH 6/6] io_uring: mark opcodes that always need io-wq punt

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-19 15:42 UTC  (6+ messages)

[PATCH] io_uring: Optimization of buffered random write
 2023-04-19 14:11 UTC  (3+ messages)

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-19 10:29 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] io_uring: Remove unnecessary BUILD_BUG_ON

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

[PATCH v4] io_uring: add support for multishot timeouts
 2023-04-19  1:39 UTC  (2+ messages)

[PATCH for-next 0/8] another round of rsrc refactoring
 2023-04-19  1:39 UTC  (10+ messages)
` [PATCH for-next 1/8] io_uring/rsrc: remove unused io_rsrc_node::llist
` [PATCH for-next 2/8] io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal
` [PATCH for-next 3/8] io_uring/rsrc: merge nodes and io_rsrc_put
` [PATCH for-next 4/8] io_uring/rsrc: add empty flag in rsrc_node
` [PATCH for-next 5/8] io_uring/rsrc: inline io_rsrc_put_work()
` [PATCH for-next 6/8] io_uring/rsrc: pass node to io_rsrc_put_work()
` [PATCH for-next 7/8] io_uring/rsrc: devirtualise rsrc put callbacks
` [PATCH for-next 8/8] io_uring/rsrc: disassociate nodes and rsrc_data

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-19  1:29 UTC  (14+ messages)

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-18 19:41 UTC  (40+ messages)
` [RFC PATCH 2/4] net: add uring_cmd callback to UDP
` [PATCH RFC] io_uring: Pass whole sqe to commands

[PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
 2023-04-18 18:19 UTC  (16+ 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] 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] 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  (2+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox