index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smbdirect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
2018-06-15
1
-14
/
+5
*
CIFS: SMBD: Support page offset in memory registration
Long Li
2018-06-05
1
-31
/
+45
*
CIFS: SMBD: Support page offset in RDMA recv
Long Li
2018-06-05
1
-7
/
+11
*
CIFS: SMBD: Support page offset in RDMA send
Long Li
2018-06-05
1
-8
/
+19
*
cifs: smbd: Avoid allocating iov on the stack
Long Li
2018-04-25
1
-24
/
+12
*
cifs: smbd: Dump SMB packet when configured
Long Li
2018-04-20
1
-1
/
+5
*
cifs: smbd: Check for iov length on sending the last iov
Long Li
2018-04-18
1
-0
/
+2
*
cifs: smbd: disconnect transport on RDMA errors
Long Li
2018-04-01
1
-1
/
+6
*
cifs: smbd: avoid reconnect lockup
Long Li
2018-04-01
1
-4
/
+8
*
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
2018-04-01
1
-2
/
+2
*
address lock imbalance warnings in smbdirect.c
Steve French
2018-02-07
1
-7
/
+9
*
Cleanup some minor endian issues in smb3 rdma
Steve French
2018-01-26
1
-2
/
+3
*
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
Arnd Bergmann
2018-01-24
1
-9
/
+6
*
CIFS: SMBD: _smbd_get_connection() can be static
kbuild test robot
2018-01-24
1
-1
/
+1
*
CIFS: SMBD: Implement RDMA memory registration
Long Li
2018-01-24
1
-0
/
+421
*
CIFS: SMBD: Implement function to send data via RDMA send
Long Li
2018-01-24
1
-0
/
+246
*
CIFS: SMBD: Implement function to receive data via RDMA receive
Long Li
2018-01-24
1
-0
/
+228
*
CIFS: SMBD: Implement function to destroy a SMB Direct connection
Long Li
2018-01-24
1
-0
/
+16
*
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
Long Li
2018-01-24
1
-0
/
+36
*
CIFS: SMBD: Implement function to create a SMB Direct connection
Long Li
2018-01-24
1
-0
/
+17
*
CIFS: SMBD: Establish SMB Direct connection
Long Li
2018-01-24
1
-0
/
+1571
*
CIFS: SMBD: Add SMB Direct protocol initial values and constants
Long Li
2018-01-24
1
-0
/
+77