index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smbdirect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-16
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
1
-14
/
+5
2018-06-06
CIFS: SMBD: Support page offset in memory registration
Long Li
1
-31
/
+45
2018-06-06
CIFS: SMBD: Support page offset in RDMA recv
Long Li
1
-7
/
+11
2018-06-06
CIFS: SMBD: Support page offset in RDMA send
Long Li
1
-8
/
+19
2018-04-25
cifs: smbd: Avoid allocating iov on the stack
Long Li
1
-24
/
+12
2018-04-20
cifs: smbd: Dump SMB packet when configured
Long Li
1
-1
/
+5
2018-04-19
cifs: smbd: Check for iov length on sending the last iov
Long Li
1
-0
/
+2
2018-04-02
cifs: smbd: disconnect transport on RDMA errors
Long Li
1
-1
/
+6
2018-04-02
cifs: smbd: avoid reconnect lockup
Long Li
1
-4
/
+8
2018-04-02
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
1
-2
/
+2
2018-02-07
address lock imbalance warnings in smbdirect.c
Steve French
1
-7
/
+9
2018-01-27
Cleanup some minor endian issues in smb3 rdma
Steve French
1
-2
/
+3
2018-01-25
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
Arnd Bergmann
1
-9
/
+6
2018-01-25
CIFS: SMBD: _smbd_get_connection() can be static
kbuild test robot
1
-1
/
+1
2018-01-25
CIFS: SMBD: Implement RDMA memory registration
Long Li
1
-0
/
+421
2018-01-25
CIFS: SMBD: Implement function to send data via RDMA send
Long Li
1
-0
/
+246
2018-01-25
CIFS: SMBD: Implement function to receive data via RDMA receive
Long Li
1
-0
/
+228
2018-01-25
CIFS: SMBD: Implement function to destroy a SMB Direct connection
Long Li
1
-0
/
+16
2018-01-25
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
Long Li
1
-0
/
+36
2018-01-25
CIFS: SMBD: Implement function to create a SMB Direct connection
Long Li
1
-0
/
+17
2018-01-25
CIFS: SMBD: Establish SMB Direct connection
Long Li
1
-0
/
+1571
2018-01-25
CIFS: SMBD: Add SMB Direct protocol initial values and constants
Long Li
1
-0
/
+77