- 0555b22 smbdirect: missing rc checks while waiting for rdma events by Steve French · 3 years, 6 months ago
- 21ac58f cifs: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- 044b541 cifs: smbd: Do not schedule work to send immediate packet on every receive by Long Li · 4 years, 9 months ago
- f1b7b86 cifs: smbd: Properly process errors on ib_post_send by Long Li · 4 years, 9 months ago
- d4e5160 cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sending by Long Li · 4 years, 9 months ago
- 3ffbe78 cifs: smbd: Check send queue size before posting a send by Long Li · 4 years, 9 months ago
- 072a14e cifs: smbd: Merge code to track pending packets by Long Li · 4 years, 9 months ago
- 4ebb879 cifs: smbd: Check and extend sender credits in interrupt context by Long Li · 4 years, 9 months ago
- f7950cb cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receive by Long Li · 4 years, 9 months ago
- c21ce58 cifs: smbd: Only queue work for error recovery on memory registration by Long Li · 5 years ago
- acd4680 cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state by Long Li · 5 years ago
- d63cdba cifs: smbd: Add messages on RDMA session destroy and reconnection by Long Li · 5 years ago
- 37941ea cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE by Long Li · 5 years ago
- 20cf4e0 rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors by Chuck Lever · 5 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- 7f46d23 cifs:smbd Use the correct DMA direction when sending data by Long Li · 6 years ago
- 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
- 62fdf67 cifs: smbd: Indicate to retry on transport sending failure by Long Li · 6 years ago
- 98e0d40 cifs: smbd: Return EINTR when interrupted by Long Li · 6 years ago
- e8b3bfe cifs: smbd: Don't destroy transport on RDMA disconnect by Long Li · 6 years ago
- 050b8c3 smbd: Make upper layer decide when to destroy the transport by Long Li · 6 years ago
- 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
- 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
- 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- ff526d8 CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration by Long Li · 6 years ago
- 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
- 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
- 7393059 fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
- 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
- 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
- 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 7 years ago
- 7cf20bc CIFS: SMBD: Support page offset in memory registration by Long Li · 7 years ago
- 6509f50 CIFS: SMBD: Support page offset in RDMA recv by Long Li · 7 years ago
- b6903bc CIFS: SMBD: Support page offset in RDMA send by Long Li · 7 years ago
- 8bcda1d cifs: smbd: Avoid allocating iov on the stack by Long Li · 7 years ago
- ff30b89 cifs: smbd: Dump SMB packet when configured by Long Li · 7 years ago
- ab60ee7 cifs: smbd: Check for iov length on sending the last iov by Long Li · 7 years ago
- 21a4e14 cifs: smbd: disconnect transport on RDMA errors by Long Li · 7 years ago
- 48f238a cifs: smbd: avoid reconnect lockup by Long Li · 7 years ago
- ac65cb6 CIFS: SMBD: fix spelling mistake: "faield" and "legnth" by Colin Ian King · 7 years ago
- f9de151 address lock imbalance warnings in smbdirect.c by Steve French · 7 years ago
- 2026b06 Cleanup some minor endian issues in smb3 rdma by Steve French · 7 years ago
- e36c048 CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
- 9084432 CIFS: SMBD: _smbd_get_connection() can be static by kbuild test robot · 7 years ago
- c739858 CIFS: SMBD: Implement RDMA memory registration by Long Li · 7 years ago
- d649e1b CIFS: SMBD: Implement function to send data via RDMA send by Long Li · 7 years ago
- f64b78f CIFS: SMBD: Implement function to receive data via RDMA receive by Long Li · 7 years ago
- 8ef130f CIFS: SMBD: Implement function to destroy a SMB Direct connection by Long Li · 7 years ago
- ad57b8e CIFS: SMBD: Implement function to reconnect to a SMB Direct transport by Long Li · 7 years ago
- 399f953 CIFS: SMBD: Implement function to create a SMB Direct connection by Long Li · 7 years ago
- f198186 CIFS: SMBD: Establish SMB Direct connection by Long Li · 7 years ago
- 03bee01 CIFS: SMBD: Add SMB Direct protocol initial values and constants by Long Li · 7 years ago