Long Li ([email protected])

Number of posts: 166 (0.42 per day)
First post: 2016-10-04 04:51:41
Last post: 2017-11-05 05:47:37

Date List Subject
2018-03-15 23:54:58 linux-kernel [PATCH] storvsc: Set up correct queue depth values for IDE devices
2018-02-09 00:04:20 linux-kernel [PATCH] scsi: storvsc: missing error code in storvsc_probe()
2018-01-10 20:59:10 linux-kernel [PATCH v2] storvsc: do not assume SG list is continuous when doing bounce buffers (for 4.1 and prior stable kernels)
2017-11-23 00:46:35 linux-kernel [Patch v8 13/16] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
2017-11-23 00:46:24 linux-kernel [Patch v8 07/16] CIFS: SMBD: Implement function to receive data via RDMA receive
2017-11-23 00:45:45 linux-kernel [Patch v8 00/16] CIFS: Implement SMB Direct protocol
2017-11-23 00:44:59 linux-kernel [Patch v8 14/16] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
2017-11-23 00:44:45 linux-kernel [Patch v8 01/16] CIFS: SMBD: Upper layer connects to SMBDirect session
2017-11-23 00:44:25 linux-kernel [Patch v8 15/16] CIFS: SMBD: Add SMB Direct debug counters
2017-11-23 00:44:17 linux-kernel [Patch v8 06/16] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
2017-11-23 00:44:03 linux-kernel [Patch v8 10/16] CIFS: SMBD: Upper layer sends data via RDMA send
2017-11-23 00:43:47 linux-kernel [Patch v8 16/16] CIFS: SMBD: Disable signing on SMB direct transport
2017-11-23 00:43:42 linux-kernel [Patch v8 04/16] CIFS: SMBD: Implement function to destroy a SMB Direct connection
2017-11-23 00:43:37 linux-kernel [Patch v8 08/16] CIFS: SMBD: Upper layer receives data via RDMA receive
2017-11-23 00:43:20 linux-kernel [Patch v8 12/16] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
2017-11-23 00:43:07 linux-kernel [Patch v8 11/16] CIFS: SMBD: Implement RDMA memory registration
2017-11-23 00:42:55 linux-kernel [Patch v8 02/16] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
2017-11-23 00:42:49 linux-kernel [Patch v8 09/16] CIFS: SMBD: Implement function to send data via RDMA send
2017-11-23 00:42:36 linux-kernel [Patch v8 05/16] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
2017-11-23 00:41:46 linux-kernel [Patch v8 03/16] CIFS: SMBD: Upper layer reconnects to SMB Direct session
2017-11-07 19:55:16 linux-kernel [Patch v7 14/22] CIFS: SMBD: Implement function to receive data via RDMA receive
2017-11-07 19:54:48 linux-kernel [Patch v7 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
2017-11-07 19:54:19 linux-kernel [Patch v7 11/22] CIFS: SMBD: Implement function to destroy a SMB Direct connection
2017-11-07 19:53:35 linux-kernel [Patch v7 18/22] CIFS: SMBD: Implement RDMA memory registration
2017-11-07 18:20:14 linux-kernel [Patch v7 17/22] CIFS: SMBD: Upper layer sends data via RDMA send
2017-11-07 18:19:42 linux-kernel [Patch v7 09/22] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
2017-11-07 18:19:30 linux-kernel [Patch v7 15/22] CIFS: SMBD: Upper layer receives data via RDMA receive
2017-11-07 18:19:02 linux-kernel [Patch v7 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
2017-11-07 18:18:52 linux-kernel [Patch v7 05/22] CIFS: SMBD: Establish SMB Direct connection
2017-11-07 11:38:20 linux-kernel [Patch v7 03/22] CIFS: SMBD: Add rdma mount option
2017-11-07 11:36:51 linux-kernel [Patch v7 08/22] CIFS: SMBD: Upper layer connects to SMBDirect session
2017-11-07 11:33:16 linux-kernel [Patch v7 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection
2017-11-07 11:31:59 linux-kernel [Patch v7 16/22] CIFS: SMBD: Implement function to send data via RDMA send
2017-11-07 11:30:28 linux-kernel [Patch v7 19/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
2017-11-07 11:30:06 linux-kernel [Patch v7 13/22] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
2017-11-07 11:29:42 linux-kernel [Patch v7 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
2017-11-07 11:28:17 linux-kernel [Patch v7 22/22] CIFS: SMBD: Add SMB Direct debug counters
2017-11-07 11:27:42 linux-kernel [Patch v7 06/22] CIFS: SMBD: export protocol initial values
2017-11-07 11:26:41 linux-kernel [Patch v7 01/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
2017-11-07 11:26:07 linux-kernel [Patch v7 12/22] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
2017-11-07 11:23:57 linux-kernel [Patch v7 10/22] CIFS: SMBD: Upper layer reconnects to SMB Direct session
2017-11-07 11:23:57 linux-kernel [Patch v7 00/22] CIFS: Implement SMB Direct protocol
2017-11-07 11:23:36 linux-kernel [Patch v7 02/22] CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
2017-11-05 05:53:26 linux-kernel [Patch v6 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
2017-11-05 05:53:19 linux-kernel [Patch v6 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
2017-11-05 05:53:16 linux-kernel [Patch v6 03/22] CIFS: SMBD: Add rdma mount option
2017-11-05 05:51:48 linux-kernel [Patch v6 13/22] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
2017-11-05 05:51:39 linux-kernel [Patch v6 17/22] CIFS: SMBD: Upper layer sends data via RDMA send
2017-11-05 05:51:33 linux-kernel [Patch v6 12/22] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
2017-11-05 05:51:19 linux-kernel [Patch v6 09/22] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
2017-11-05 05:51:19 linux-kernel [Patch v6 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection