messages from 2022-04-26 17:43:58 to 2022-05-05 17:04:49 UTC [more...]
[PATCH v4 0/5] io_uring passthrough for nvme
2022-05-05 17:04 UTC (18+ 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
[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
2022-05-05 14:11 UTC (2+ messages)
` linux-stable-5.10-y CVE-2022-1508 of io_uring module
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)
[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
2022-05-02 21:21 UTC (31+ messages)
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 04/18] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v1 05/18] iomap: add async buffered write support
` [RFC PATCH v1 06/18] xfs: add iomap "
` [RFC PATCH v1 07/18] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v1 08/18] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v1 09/18] fs: add pending file update time flag
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 12/18] io_uring: add support for async buffered writes
` [RFC PATCH v1 13/18] io_uring: add tracepoint for short writes
` [RFC PATCH v1 14/18] sched: add new fields to task_struct
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
` [RFC PATCH v1 16/18] iomap: User "
` [RFC PATCH v1 17/18] io_uring: support write "
` [RFC PATCH v1 18/18] xfs: enable async buffered write support
[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 v4 0/16] Add support for ring mapped provided buffers
2022-05-01 20:56 UTC (17+ 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
[PATCHSET v2 RFC 0/11] Add support for ring mapped provided buffers
2022-05-01 15:00 UTC (17+ messages)
` [PATCH 01/11] io_uring: kill io_recv_buffer_select() wrapper
` [PATCH 02/11] io_uring: make io_buffer_select() return the user address directly
` [PATCH 03/11] io_uring: kill io_rw_buffer_select() wrapper
` [PATCH 04/11] io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
` [PATCH 05/11] io_uring: always use req->buf_index for the provided buffer group
` [PATCH 06/11] io_uring: cache last io_buffer_list lookup
` [PATCH 07/11] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 08/11] io_uring: add io_pin_pages() helper
` [PATCH 09/11] io_uring: abstract out provided buffer list selection
` [PATCH 10/11] io_uring: relocate io_buffer_get_list()
` [PATCH 11/11] io_uring: add support for ring mapped supplied buffers
[PATCHSET v3 0/12] Add support for ring mapped provided buffers
2022-05-01 13:25 UTC (16+ messages)
` [PATCH 01/12] io_uring: kill io_recv_buffer_select() wrapper
` [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 05/12] io_uring: always use req->buf_index for the provided buffer group
` [PATCH 06/12] io_uring: cache last io_buffer_list lookup
` [PATCH 07/12] io_uring: never call io_buffer_select() for a buffer re-select
` [PATCH 08/12] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 09/12] io_uring: add io_pin_pages() helper
` [PATCH 10/12] io_uring: abstract out provided buffer list selection
` [PATCH 11/12] io_uring: move provided and fixed buffers into the same io_kiocb area
` [PATCH 12/12] io_uring: add support for ring mapped supplied buffers
[RFC v3 0/9] fixed worker
2022-05-01 7:00 UTC (14+ messages)
` [PATCH 1/9] io-wq: add a worker flag for individual exit
` [PATCH 2/9] io-wq: change argument of create_io_worker() for convienence
` [PATCH 3/9] io-wq: add infra data structure for fixed workers
` [PATCH 4/9] io-wq: tweak io_get_acct()
` [PATCH 5/9] io-wq: fixed worker initialization
` [PATCH 6/9] io-wq: fixed worker exit
` [PATCH 7/9] io-wq: implement fixed worker logic
` [PATCH 8/9] io-wq: batch the handling of fixed worker private works
` [PATCH 9/9] io_uring: add register fixed worker interface
[RFC 0/5] big-cqe based uring-passthru
2022-04-29 13:16 UTC (10+ messages)
` [RFC 5/5] nvme: wire-up support for async-passthru on char-device
[GIT PULL] io_uring fixes for 5.18-rc5
2022-04-29 23:29 UTC (2+ messages)
[PATCHSET 0/2] Add support for IORING_RECVSEND_POLL_FIRST
2022-04-29 18:44 UTC (8+ messages)
` [PATCH 1/2] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/2] io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
[PATCH v1] io_uring: Fix memory leak if file setup fails
2022-04-29 15:36 UTC (3+ messages)
[PATCHSET RFC 0/10] Add support for ring mapped provided buffers
2022-04-29 14:57 UTC (12+ messages)
` [PATCH 01/10] io_uring: kill io_recv_buffer_select() wrapper
` [PATCH 02/10] io_uring: make io_buffer_select() return the user address directly
` [PATCH 03/10] io_uring: kill io_rw_buffer_select() wrapper
` [PATCH 04/10] io_uring: always use req->buf_index for the provided buffer group
` [PATCH 05/10] io_uring: cache last io_buffer_list lookup
` [PATCH 06/10] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 07/10] io_uring: add io_pin_pages() helper
` [PATCH 08/10] io_uring: abstract out provided buffer list selection
` [PATCH 09/10] io_uring: relocate io_buffer_get_list()
` [PATCH 10/10] io_uring: add support for ring mapped supplied buffers
[PATCH] io_uring: check that data field is 0 in ringfd unregister
2022-04-29 14:40 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in add_wait_queue
2022-04-28 15:39 UTC (3+ messages)
[BUG] Layerscape CAAM+kTLS+io_uring
2022-04-27 8:20 UTC
[PATCH 0/2] Check reserved flags for send/recv
2022-04-27 1:50 UTC (3+ messages)
` [PATCH 1/2] io_uring: check reserved fields for send/sendmsg
` [PATCH 2/2] io_uring: check reserved fields for recv/recvmsg
[PATCH v4 00/12] add large CQE support for io-uring
2022-04-26 22:58 UTC (14+ messages)
` [PATCH v4 01/12] io_uring: support CQE32 in io_uring_cqe
` [PATCH v4 02/12] io_uring: store add. return values for CQE32
` [PATCH v4 03/12] io_uring: change ring size calculation "
` [PATCH v4 04/12] io_uring: add CQE32 setup processing
` [PATCH v4 05/12] io_uring: add CQE32 completion processing
` [PATCH v4 06/12] io_uring: modify io_get_cqe for CQE32
` [PATCH v4 07/12] io_uring: flush completions "
` [PATCH v4 08/12] io_uring: overflow processing "
` [PATCH v4 09/12] io_uring: add tracing for additional CQE32 fields
` [PATCH v4 10/12] io_uring: support CQE32 in /proc info
` [PATCH v4 11/12] io_uring: enable CQE32
` [PATCH v4 12/12] io_uring: support CQE32 for nop operation
[PATCHSET RFC 0/4] Add support for IOSQE2_POLL_FIRST
2022-04-26 18:33 UTC (5+ messages)
` [PATCH 1/4] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/4] io_uring: add flags2 variable
` [PATCH 3/4] io_uring: add IOSQE2_POLL_FIRST flag
` [PATCH 4/4] io_uring: wire up IOSQE2_POLL_FIRST for send/sendmsg and recv/recvmsg
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