public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-04-17 13:26:20 to 2023-04-28 01:09:06 UTC [more...]

[PATCH v10 0/5] io_uring: add napi busy polling support
 2023-04-28  1:09 UTC  (17+ messages)
` [PATCH v10 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v10 2/5] io-uring: add napi busy poll support
` [PATCH v10 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v10 4/5] io_uring: add register/unregister napi function
` [PATCH v10 5/5] io_uring: add prefer busy poll to register and unregister napi api

[PATCH] io_uring/kbuf: Fix size for shared buffer ring
 2023-04-27 18:42 UTC  (3+ messages)

[syzbot] Monthly io-uring report (Apr 2023)
 2023-04-27 17:19 UTC 

another nvme pssthrough design based on nvme hardware queue file abstraction
 2023-04-27 15:03 UTC  (6+ messages)

[GIT PULL] io_uring updates for 6.4-rc1
 2023-04-26 20:09 UTC  (2+ messages)

[PATCHSET v2 0/4] Enable NO_OFFLOAD support
 2023-04-26  4:28 UTC  (24+ messages)
` [PATCH 1/4] io_uring: add support for NO_OFFLOAD
` [PATCH 2/4] Revert "io_uring: always go async for unsupported fadvise flags"
` [PATCH 3/4] Revert "io_uring: for requests that require async, force it"
` [PATCH 4/4] io_uring: mark opcodes that always need io-wq punt

[PATCH v9 0/4] liburing: add api for napi busy poll
 2023-04-25 18:20 UTC  (5+ messages)
` [PATCH v9 1/4] liburing: add api to set napi busy poll settings
` [PATCH v9 2/4] liburing: add documentation for new napi busy polling
` [PATCH v9 3/4] liburing: add example programs for napi busy poll
` [PATCH v9 4/4] liburing: update changelog with new feature

[syzbot] [io-uring?] KCSAN: data-race in __io_fill_cqe_req / io_timeout
 2023-04-24 13:01 UTC  (3+ messages)

SQPOLL / uring_cmd_iopoll
 2023-04-24 12:55 UTC  (7+ messages)

[PATCH RFC 0/2] io_uring: add getdents support, take 2
 2023-04-24 10:55 UTC  (10+ messages)
` [PATCH RFC 1/2] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH RFC 2/2] io_uring: add support for getdents

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-24  7:23 UTC  (8+ messages)
  ` [PATCH v2 1/3] io_uring: Create a helper to return the SQE size
  ` [PATCH v2 2/3] io_uring: Pass whole sqe to commands
  ` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

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

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-21 22:38 UTC  (9+ messages)

[RFC PATCH 0/1] io_uring: honor I/O nowait flag for read/write
 2023-04-21 17:35 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH] tools/io_uring/io_uring-cp: Fix two compile warings
 2023-04-21 12:26 UTC 

[PATCH] tools/io_uring: Add .gitignore
 2023-04-21 12:30 UTC 

[PATCH] test/file-verify.t: Don't run over mlock limit when run as non-root
 2023-04-20 19:04 UTC  (2+ messages)

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-20 16:48 UTC  (14+ messages)

[PATCHSET 0/6] Enable NO_OFFLOAD support
 2023-04-20 15:56 UTC  (15+ 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 v4 4/6] io_uring: rsrc: avoid use of vmas parameter in pin_user_pages()
 2023-04-20 15:31 UTC  (27+ messages)
` [PATCH v4 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[PATCHSET RFC 0/4] Support for mapping SQ/CQ rings into huge page
 2023-04-19 22:48 UTC  (5+ messages)
` [PATCH 1/4] io_uring: remove sq/cq_off memset
` [PATCH 2/4] io_uring: return error pointer from io_mem_alloc()
` [PATCH 3/4] io_uring: add ring freeing helper
` [PATCH 4/4] io_uring: support for user allocated memory for rings/sqes

[PATCH] io_uring: Optimization of buffered random write
 2023-04-19 21:40 UTC  (6+ messages)

[PATCH v3 0/2] liburing: multishot timeout support
 2023-04-19 18:56 UTC  (4+ messages)

[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  (12+ messages)

[PATCH 5/7] io_uring: rsrc: use FOLL_SAME_FILE on pin_user_pages()
 2023-04-18 18:19 UTC  (15+ messages)


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