Ming Lei ([email protected])

Number of posts: 2316 (0.89 per day)
First post: 2017-04-13 10:02:39
Last post: 2024-06-12 00:52:00

Date List Subject
2023-03-30 11:41:35 linux-kernel [PATCH V6 02/17] io_uring: use ctx->cached_sq_head to calculate left sqes
2023-03-30 11:41:35 linux-kernel [PATCH V6 15/17] block: ublk_drv: add read()/write() support for ublk char device
2023-03-30 11:41:31 linux-kernel [PATCH V6 16/17] block: ublk_drv: don't check buffer in case of zero copy
2023-03-30 11:41:30 linux-kernel [PATCH V6 14/17] block: ublk_drv: support to copy any part of request pages
2023-03-30 11:41:30 linux-kernel [PATCH V6 01/17] io_uring: increase io_kiocb->flags into 64bit
2023-03-30 11:41:28 linux-kernel [PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
2023-03-30 11:41:27 linux-kernel [PATCH V6 10/17] block: ublk_drv: clean up several helpers
2023-03-30 11:41:24 linux-kernel [PATCH V6 08/17] block: ublk_drv: don't consider flush request in map/unmap io
2023-03-30 11:41:24 linux-kernel [PATCH V6 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
2023-03-30 11:41:19 linux-kernel [PATCH V6 07/17] block: ublk_drv: add common exit handling
2023-03-30 11:41:17 linux-kernel [PATCH V6 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
2023-03-30 11:41:02 linux-kernel [PATCH V6 05/17] io_uring: support OP_READ/OP_WRITE for fused secondary request
2023-03-30 11:41:02 linux-kernel [PATCH V6 06/17] io_uring: support OP_SEND_ZC/OP_RECV for fused secondary request
2023-03-30 11:40:59 linux-kernel [PATCH V6 04/17] io_uring: support providing buffer by IORING_OP_FUSED_CMD
2023-03-30 11:40:58 linux-kernel [PATCH V6 03/17] io_uring: add generic IORING_OP_FUSED_CMD
2023-03-29 11:00:48 linux-kernel Re: [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
2023-03-29 09:02:54 linux-kernel Re: [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
2023-03-28 15:44:17 linux-kernel [PATCH V5 15/16] block: ublk_drv: don't check buffer in case of zero copy
2023-03-28 15:40:58 linux-kernel [PATCH V5 11/16] block: ublk_drv: cleanup ublk_copy_user_pages
2023-03-28 15:39:15 linux-kernel [PATCH V5 14/16] block: ublk_drv: add read()/write() support for ublk char device
2023-03-28 15:34:09 linux-kernel [PATCH V5 04/16] io_uring: support OP_READ/OP_WRITE for fused secondary request
2023-03-28 15:32:46 linux-kernel [PATCH V5 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-28 15:32:12 linux-kernel [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
2023-03-28 15:29:30 linux-kernel [PATCH V5 13/16] block: ublk_drv: support to copy any part of request pages
2023-03-28 15:28:51 linux-kernel [PATCH V5 08/16] block: ublk_drv: add two helpers to clean up map/unmap request
2023-03-28 15:28:47 linux-kernel [PATCH V5 10/16] block: ublk_drv: cleanup 'struct ublk_map_data'
2023-03-28 15:25:05 linux-kernel [PATCH V5 07/16] block: ublk_drv: don't consider flush request in map/unmap io
2023-03-28 15:24:54 linux-kernel [PATCH V5 12/16] block: ublk_drv: grab request reference when the request is handled by userspace
2023-03-28 15:24:42 linux-kernel [PATCH V5 06/16] block: ublk_drv: add common exit handling
2023-03-28 15:24:40 linux-kernel [PATCH V5 09/16] block: ublk_drv: clean up several helpers
2023-03-28 15:15:27 linux-kernel [PATCH V5 05/16] io_uring: support OP_SEND_ZC/OP_RECV for fused secondary request
2023-03-28 15:14:38 linux-kernel [PATCH V5 03/16] io_uring: support normal SQE for fused command
2023-03-28 15:14:36 linux-kernel [PATCH V5 02/16] io_uring: add IORING_OP_FUSED_CMD
2023-03-28 15:14:22 linux-kernel [PATCH V5 01/16] io_uring: increase io_kiocb->flags into 64bit
2023-03-28 03:50:22 linux-kernel Re: [PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-28 02:04:34 linux-kernel Re: [PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-28 01:43:17 linux-kernel Re: [PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-28 01:19:25 linux-kernel Re: [PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-24 14:04:37 linux-kernel [PATCH V4 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
2023-03-24 14:03:38 linux-kernel [PATCH V4 15/17] block: ublk_drv: add read()/write() support for ublk char device
2023-03-24 14:03:36 linux-kernel [PATCH V4 16/17] block: ublk_drv: don't check buffer in case of zero copy
2023-03-24 14:03:00 linux-kernel [PATCH V4 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
2023-03-24 14:02:48 linux-kernel [PATCH V4 14/17] block: ublk_drv: support to copy any part of request pages
2023-03-24 14:02:32 linux-kernel [PATCH V4 07/17] block: ublk_drv: add common exit handling
2023-03-24 14:02:29 linux-kernel [PATCH V4 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
2023-03-24 14:02:10 linux-kernel [PATCH V4 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
2023-03-24 14:02:09 linux-kernel [PATCH V4 10/17] block: ublk_drv: clean up several helpers
2023-03-24 14:02:08 linux-kernel [PATCH V4 03/17] io_uring: support normal SQE for fused command
2023-03-24 14:01:57 linux-kernel [PATCH V4 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
2023-03-24 14:01:52 linux-kernel [PATCH V4 06/17] block: ublk_drv: mark device as LIVE before adding disk
2023-03-24 14:01:43 linux-kernel [PATCH V4 08/17] block: ublk_drv: don't consider flush request in map/unmap io