messages from 2023-04-20 13:40:08 to 2023-05-04 14:41:25 UTC [more...]
[PATCH v4 0/3] io_uring: Pass the whole sqe to commands
2023-05-04 14:40 UTC (10+ messages)
` [PATCH v4 1/3] io_uring: Create a helper to return the SQE size
` [PATCH v4 2/3] io_uring: Pass whole sqe to commands
` [PATCH v4 3/3] io_uring: Remove unnecessary BUILD_BUG_ON
[PATCH] Subject: io_uring: Remove the check of data->free_work and data->do_work in io_wq_create
2023-05-04 6:59 UTC
[PATCH liburing v1] .gitignore: Add `examples/rsrc-update-bench`
2023-05-04 5:51 UTC (2+ messages)
[RFC 0/7] Rethinking splice
2023-05-04 2:06 UTC (12+ messages)
` [RFC 1/7] io_uring: add io_mapped_ubuf caches
` [RFC 2/7] io_uring: add reg-buffer data directions
` [RFC 3/7] io_uring: fail loop_rw_iter with pure bvec bufs
` [RFC 4/7] io_uring/rsrc: introduce struct iou_buf_desc
` [RFC 5/7] io_uring/rsrc: add buffer release callbacks
` [RFC 6/7] io_uring/rsrc: introduce helper installing one buffer
` [RFC 7/7] io_uring,fs: introduce IORING_OP_GET_BUF
[PATCH v3 0/4] io_uring: Pass the whole sqe to commands
2023-05-03 19:11 UTC (9+ messages)
` [PATCH v3 1/4] io_uring: Create a helper to return the SQE size
` [PATCH v3 2/4] io_uring: Pass whole sqe to commands
` [PATCH v3 3/4] io_uring: Remove unnecessary BUILD_BUG_ON
` [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting
[PATCH v12 0/5] io_uring: add napi busy polling support
2023-05-03 17:40 UTC (7+ messages)
` [PATCH v12 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v12 2/5] io-uring: add napi busy poll support
` [PATCH v12 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v12 4/5] io_uring: add register/unregister napi function
` [PATCH v12 5/5] io_uring: add prefer busy poll to register and unregister napi api
[PATCH] io_uring: undeprecate epoll_ctl support
2023-05-03 14:55 UTC (8+ messages)
[PATCH 0/5] add initial io_uring_cmd support for sockets
2023-05-03 13:27 UTC (4+ messages)
[RFC PATCH 00/12] io_uring attached nvme queue
2023-05-01 11:36 UTC (15+ messages)
` [RFC PATCH 01/12] nvme: refactor nvme_alloc_io_tag_set
` [RFC PATCH 02/12] pci: enable "raw_queues = N" module parameter
` [RFC PATCH 03/12] fs, block: interface to register/unregister the raw-queue
` [RFC PATCH 04/12] io_uring, fs: plumb support to register/unregister raw-queue
` [RFC PATCH 05/12] nvme: wire-up register/unregister queue f_op callback
` [RFC PATCH 06/12] pci: implement register/unregister functionality
` [RFC PATCH 07/12] io_uring: support for using registered queue in uring-cmd
` [RFC PATCH 08/12] block: add mq_ops to submit and complete commands from raw-queue
` [RFC PATCH 09/12] nvme: carve out a helper to prepare nvme_command from ioucmd->cmd
` [RFC PATCH 10/12] nvme: submisssion/completion of uring_cmd to/from the registered queue
` [RFC PATCH 11/12] pci: modify nvme_setup_prp_simple parameters
` [RFC PATCH 12/12] pci: implement submission/completion for rawq commands
[PATCH RFC 0/2] io_uring: add getdents support, take 2
2023-05-01 7:16 UTC (18+ 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-30 14:39 UTC (11+ 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-30 14:37 UTC (10+ messages)
` [PATCH 1/2] "
[PATCHSET v2 0/4] Enable NO_OFFLOAD support
2023-04-30 13:34 UTC (25+ 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
[LSF/MM/BPF TOPIC] ublk & io_uring: ublk zero copy support
2023-04-29 2:18 UTC
[PATCH v11 0/5] io_uring: add napi busy polling support
2023-04-28 18:32 UTC (7+ messages)
` [PATCH v11 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v11 2/5] io-uring: add napi busy poll support
` [PATCH v11 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v11 4/5] io_uring: add register/unregister napi function
` [PATCH v11 5/5] io_uring: add prefer busy poll to register and unregister napi api
[RFC PATCH] io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
2023-04-28 16:40 UTC
[PATCH] io_uring/kbuf: Fix size for shared buffer ring
2023-04-28 10:29 UTC (4+ messages)
another nvme pssthrough design based on nvme hardware queue file abstraction
2023-04-28 2:42 UTC (7+ messages)
[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
[syzbot] Monthly io-uring report (Apr 2023)
2023-04-27 17:19 UTC
[GIT PULL] io_uring updates for 6.4-rc1
2023-04-26 20:09 UTC (2+ messages)
[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 V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
2023-04-21 22:38 UTC (8+ 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 (12+ messages)
[PATCHSET 0/6] Enable NO_OFFLOAD support
2023-04-20 15:56 UTC (9+ messages)
` [PATCH 3/6] io_uring: add support for NO_OFFLOAD
[PATCH v4 4/6] io_uring: rsrc: avoid use of vmas parameter in pin_user_pages()
2023-04-20 15:31 UTC (19+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox