messages from 2022-04-30 20:50:51 to 2022-05-09 12:12:45 UTC [more...]
[PATCHSET v4 0/16] Add support for ring mapped provided buffers
2022-05-09 12:12 UTC (19+ messages)
` [PATCH 01/16] io_uring: kill io_recv_buffer_select() wrapper
` [PATCH 02/16] io_uring: use 'sr' vs 'req->sr_msg' consistently
` [PATCH 03/16] io_uring: make io_buffer_select() return the user address directly
` [PATCH 04/16] io_uring: kill io_rw_buffer_select() wrapper
` [PATCH 05/16] io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
` [PATCH 06/16] io_uring: always use req->buf_index for the provided buffer group
` [PATCH 07/16] io_uring: get rid of hashed provided buffer groups
` [PATCH 08/16] io_uring: never call io_buffer_select() for a buffer re-select
` [PATCH 09/16] io_uring: abstract out provided buffer list selection
` [PATCH 10/16] io_uring: move provided and fixed buffers into the same io_kiocb area
` [PATCH 11/16] io_uring: move provided buffer state closer to submit state
` [PATCH 12/16] io_uring: eliminate the need to track provided buffer ID separately
` [PATCH 13/16] io_uring: don't clear req->kbuf when buffer selection is done
` [PATCH 14/16] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 15/16] io_uring: add io_pin_pages() helper
` [PATCH 16/16] io_uring: add support for ring mapped supplied buffers
[RFC PATCH] ubd: add io_uring based userspace block driver
2022-05-09 9:23 UTC
[PATCH v4 0/5] io_uring passthrough for nvme
2022-05-09 6:00 UTC (39+ messages)
` [PATCH v4 1/5] fs,io_uring: add infrastructure for uring-cmd
` [PATCH v4 2/5] block: wire-up support for passthrough plugging
` [PATCH v4 3/5] nvme: refactor nvme_submit_user_cmd()
` [PATCH v4 4/5] nvme: wire-up uring-cmd support for io-passthru on char-device
` [PATCH v4 5/5] nvme: add vectored-io support for uring-cmd
[PATCHSET 0/4] Allow allocated direct descriptors
2022-05-08 23:49 UTC (5+ messages)
` [PATCH 1/4] io_uring: track fixed files with a bitmap
` [PATCH 2/4] io_uring: add basic fixed file allocator
` [PATCH 3/4] io_uring: allow allocated fixed files for openat/openat2
` [PATCH 4/4] io_uring: allow allocated fixed files for accept
[PATCH v5 0/4] fast poll multishot mode
2022-05-08 15:43 UTC (2+ messages)
[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-08 15:37 UTC (4+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept
[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-08 15:32 UTC (4+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept
[PATCH v4 RESEND 0/4] fast poll multishot mode
2022-05-08 15:31 UTC
[PATCH v3 0/4] fast poll multishot mode
2022-05-08 12:49 UTC (15+ messages)
` [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
2022-05-08 11:43 UTC (9+ messages)
` linux-stable-5.10-y CVE-2022-1508 of io_uring module
[GIT PULL] io_uring fix for 5.18-rc6
2022-05-07 18:11 UTC (2+ messages)
[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-07 17:15 UTC (4+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept
[PATCH v2 0/5] fast poll multishot mode
2022-05-07 16:01 UTC (36+ messages)
` [PATCH 1/5] io_uring: add IORING_ACCEPT_MULTISHOT for accept
` [PATCH 2/5] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/5] io_uring: let fast poll support multishot
` [PATCH 4/5] io_uring: add a helper for poll clean
` [PATCH 5/5] io_uring: implement multishot mode for accept
[PATCH 4/4] io_uring: implement multishot mode for accept
2022-05-07 15:23 UTC (2+ messages)
[PATCHSET v5 0/3] Add support for ring mapped provided buffers
2022-05-07 14:30 UTC (4+ messages)
` [PATCH 1/3] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 2/3] io_uring: add io_pin_pages() helper
` [PATCH 3/3] io_uring: add support for ring mapped supplied buffers
[PATCH v3 0/4] fast poll multishot mode
2022-05-07 14:06 UTC (2+ messages)
[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
2022-05-06 9:29 UTC (7+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support
[BUG] Layerscape CAAM+kTLS+io_uring
2022-05-06 0:10 UTC (3+ messages)
Short sends returned in IORING
2022-05-04 16:18 UTC (6+ messages)
[PATCH v3 0/5] io_uring passthough for nvme
2022-05-04 15:48 UTC (14+ messages)
` [PATCH v3 1/5] fs,io_uring: add infrastructure for uring-cmd
` [PATCH v3 2/5] block: wire-up support for passthrough plugging
` [PATCH v3 3/5] nvme: refactor nvme_submit_user_cmd()
` [PATCH v3 4/5] nvme: wire-up uring-cmd support for io-passthru on char-device
` [PATCH v3 5/5] nvme: add vectored-io support for uring-cmd
[REGRESSION] lxc-stop hang on 5.17.x kernels
2022-05-04 6:54 UTC (11+ messages)
[linux-next:master] BUILD REGRESSION 5469f0c06732a077c70a759a81f2a1f00b277694
2022-05-02 4:47 UTC
[PATCH] io_uring: assign non-fixed early for async work
2022-05-02 3:27 UTC
[PATCHSET v2 RFC 0/11] Add support for ring mapped provided buffers
2022-05-01 15:00 UTC (6+ messages)
[PATCHSET v3 0/12] Add support for ring mapped provided buffers
2022-05-01 13:25 UTC (8+ messages)
` [PATCH 02/12] io_uring: make io_buffer_select() return the user address directly
` [PATCH 03/12] io_uring: kill io_rw_buffer_select() wrapper
` [PATCH 04/12] io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
` [PATCH 12/12] io_uring: add support for ring mapped supplied buffers
[RFC v3 0/9] fixed worker
2022-05-01 7:00 UTC (6+ messages)
` [PATCH 7/9] io-wq: implement fixed worker logic
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