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
2017-08-20 19:06:49 linux-kernel [Patch v2 12/19] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
2017-08-20 19:06:44 linux-kernel [Patch v2 10/19] CIFS: SMBD: Send data through SMBDirect
2017-08-20 19:06:39 linux-kernel [Patch v2 09/19] CIFS: SMBD: Read data from SMBDirect
2017-08-20 19:06:37 linux-kernel [Patch v2 08/19] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O
2017-08-20 19:06:32 linux-kernel [Patch v2 07/19] CIFS: SMBD: Destroy SMBDirect session on shutdown or umount
2017-08-20 19:06:28 linux-kernel [Patch v2 05/19] CIFS: SMBD: Connect to SMBDirect session
2017-08-20 19:06:25 linux-kernel [Patch v2 00/19] CIFS: Implement SMBDirect
2017-08-20 19:06:22 linux-kernel [Patch v2 01/19] CIFS: Add RDMA mount option
2017-08-20 19:06:21 linux-kernel [Patch v2 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants
2017-08-02 20:23:44 linux-kernel [[PATCH v1] 02/37] [CIFS] SMBD: Add structure for SMBD transport
2017-08-02 20:23:28 linux-kernel [[PATCH v1] 04/37] [CIFS] SMBD: Define per-channel SMBD transport parameters and default values
2017-08-02 20:23:07 linux-kernel [[PATCH v1] 08/37] [CIFS] SMBD: Define packet format for SMBD data transfer message
2017-08-02 20:22:16 linux-kernel [[PATCH v1] 11/37] [CIFS] SMBD: Post a receive request
2017-08-02 20:22:15 linux-kernel [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ
2017-08-02 20:18:14 linux-kernel [[PATCH v1] 14/37] [CIFS] SMBD: Post a SMBD data transfer message with page payload
2017-08-02 20:18:12 linux-kernel [[PATCH v1] 13/37] [CIFS] SMBD: Implement SMBD protocol negotiation
2017-08-02 20:18:09 linux-kernel [[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload
2017-08-02 20:18:07 linux-kernel [[PATCH v1] 09/37] [CIFS] SMBD: Add SMBD request and cache
2017-08-02 20:18:06 linux-kernel [[PATCH v1] 20/37] [CIFS] SMBD: Implement reassembly queue for receiving data
2017-08-02 20:18:05 linux-kernel [[PATCH v1] 17/37] [CIFS] SMBD: Track status for transport
2017-08-02 20:18:02 linux-kernel [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
2017-08-02 20:17:11 linux-kernel [[PATCH v1] 16/37] [CIFS] SMBD: Post a SMBD message with no payload
2017-08-02 20:17:10 linux-kernel [[PATCH v1] 03/37] [CIFS] SMBD: Add logging functions for debug
2017-08-02 20:17:08 linux-kernel [[PATCH v1] 10/37] [CIFS] SMBD: Introduce wait queue when sending SMBD request
2017-08-02 20:17:07 linux-kernel [[PATCH v1] 21/37] [CIFS] SMBD: Implement API for upper layer to receive data
2017-08-02 20:14:33 linux-kernel [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol
2017-08-02 20:14:32 linux-kernel [[PATCH v1] 29/37] [CIFS] SMBD: Disconnect RDMA connection on QP errors
2017-08-02 20:14:31 linux-kernel [[PATCH v1] 23/37] [CIFS] SMBD: Implement API for upper layer to reconnect transport
2017-08-02 20:14:29 linux-kernel [[PATCH v1] 28/37] [CIFS] SMBD: Implement API for upper layer to destroy the transport
2017-08-02 20:14:28 linux-kernel [[PATCH v1] 27/37] [CIFS] SMBD: Destroy transport when RDMA channel is disconnected
2017-08-02 20:14:26 linux-kernel [[PATCH v1] 25/37] [CIFS] SMBD: Support SMBD idle connection timer
2017-08-02 20:14:26 linux-kernel [[PATCH v1] 26/37] [CIFS] SMBD: Send an immediate packet when it's needed
2017-08-02 20:14:25 linux-kernel [[PATCH v1] 31/37] [CIFS] Add SMBD transport to SMB session context
2017-08-02 20:14:23 linux-kernel [[PATCH v1] 34/37] [CIFS] Reconnect to SMBD transport when it's used
2017-08-02 20:14:22 linux-kernel [[PATCH v1] 36/37] [CIFS] Read from SMBD transport when it's used
2017-08-02 20:14:21 linux-kernel [[PATCH v1] 32/37] [CIFS] Add SMBD debug couters to CIFS debug exports
2017-08-02 20:13:28 linux-kernel [[PATCH v1] 33/37] [CIFS] Connect to SMBD transport when specified in mount option
2017-08-02 20:13:25 linux-kernel [[PATCH v1] 35/37] [CIFS] Destroy SMBD transport on exit
2017-08-02 20:13:24 linux-kernel [[PATCH v1] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile
2017-08-02 20:13:05 linux-kernel [[PATCH v1] 37/37] [CIFS] Write to SMBD transport when it's used
2017-08-02 20:12:32 linux-kernel [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server
2017-08-02 20:12:31 linux-kernel [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page
2017-08-02 20:12:30 linux-kernel [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response
2017-08-02 20:12:21 linux-kernel [[PATCH v1] 06/37] [CIFS] SMBD: Add definition and cache for SMBD response
2017-08-02 20:12:20 linux-kernel [[PATCH v1] 05/37] [CIFS] SMBD: Implement API for upper layer to create SMBD transport and establish RDMA connection
2017-08-02 20:12:16 linux-kernel [[PATCH v1] 01/37] [CIFS] SMBD: Add parsing for new rdma mount option
2017-08-02 20:12:09 linux-kernel [[PATCH v1] 00/37] Implement SMBD protocol: Series 1
2017-06-28 22:57:08 linux-kernel [PATCH v4] cifs: Do not modify mid entry after submitting I/O in cifs_call_async
2017-06-28 22:04:04 linux-kernel [PATCH v3] cifs: Do not modify mid entry after submitting I/O in cifs_call_async
2017-06-28 18:57:43 linux-kernel [PATCH v2] cifs: Do not modify mid entry after submitting I/O in cifs_call_async
2017-06-28 18:07:12 linux-kernel [PATCH resend] cifs: Do not modify mid entry after submitting I/O in cifs_call_async