index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smbdirect.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb: move client and server files to common directory fs/smb
Steve French
2023-05-24
1
-2611
/
+0
*
cifs: Fix an uninitialised variable
David Howells
2023-03-02
1
-1
/
+1
*
cifs: Build the RDMA SGE list directly from an iterator
David Howells
2023-02-21
1
-91
/
+62
*
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
2023-02-21
1
-165
/
+97
*
cifs: Add a function to build an RDMA SGE list from an iterator
David Howells
2023-02-21
1
-0
/
+214
*
cifs: Fix warning and UAF when destroy the MR list
Zhang Xiaoxu
2023-02-20
1
-1
/
+2
*
cifs: Fix lost destroy smbd connection when MR allocate failed
Zhang Xiaoxu
2023-02-20
1
-0
/
+1
*
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
David Howells
2023-01-25
1
-0
/
+1
*
Fix formatting of client smbdirect RDMA logging
Tom Talpey
2022-10-05
1
-7
/
+7
*
Handle variable number of SGEs in client smbdirect send.
Tom Talpey
2022-10-05
1
-108
/
+77
*
Reduce client smbdirect max receive segment size
Tom Talpey
2022-10-05
1
-1
/
+1
*
Decrease the number of SMB3 smbdirect client SGEs
Tom Talpey
2022-10-05
1
-14
/
+12
*
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
2022-06-01
1
-2
/
+2
*
Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...
Linus Torvalds
2022-05-28
1
-1
/
+1
|
\
|
*
cifs: smbd: fix typo in comment
Julia Lawall
2022-05-22
1
-1
/
+1
*
|
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
2022-04-06
1
-1
/
+1
|
/
*
smbdirect: missing rc checks while waiting for rdma events
Steve French
2021-06-22
1
-2
/
+12
*
cifs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-14
1
-0
/
+1
*
cifs: Standardize logging output
Joe Perches
2020-06-01
1
-99
/
+66
*
cifs: smbd: Do not schedule work to send immediate packet on every receive
Long Li
2020-04-07
1
-51
/
+10
*
cifs: smbd: Properly process errors on ib_post_send
Long Li
2020-04-07
1
-123
/
+97
*
cifs: smbd: Update receive credits before sending and deal with credits roll ...
Long Li
2020-04-07
1
-7
/
+18
*
cifs: smbd: Check send queue size before posting a send
Long Li
2020-04-07
1
-1
/
+10
*
cifs: smbd: Merge code to track pending packets
Long Li
2020-04-07
1
-30
/
+10
*
cifs: smbd: Check and extend sender credits in interrupt context
Long Li
2020-03-29
1
-23
/
+15
*
cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...
Long Li
2020-03-29
1
-2
/
+1
*
cifs: smbd: Only queue work for error recovery on memory registration
Long Li
2019-11-25
1
-11
/
+15
*
cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state
Long Li
2019-11-25
1
-1
/
+1
*
cifs: smbd: Add messages on RDMA session destroy and reconnection
Long Li
2019-11-25
1
-2
/
+4
*
cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE
Long Li
2019-11-25
1
-1
/
+1
*
rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
Chuck Lever
2019-08-05
1
-4
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
cifs:smbd Use the correct DMA direction when sending data
Long Li
2019-05-14
1
-3
/
+5
*
cifs: smbd: take an array of reqeusts when sending upper layer data
Long Li
2019-05-08
1
-27
/
+28
*
cifs: smbd: Indicate to retry on transport sending failure
Long Li
2019-05-08
1
-2
/
+3
*
cifs: smbd: Return EINTR when interrupted
Long Li
2019-05-08
1
-1
/
+1
*
cifs: smbd: Don't destroy transport on RDMA disconnect
Long Li
2019-05-08
1
-113
/
+7
*
smbd: Make upper layer decide when to destroy the transport
Long Li
2019-05-08
1
-20
/
+94
*
cifs: replace snprintf with scnprintf
Ronnie Sahlberg
2019-03-05
1
-3
/
+3
*
RDMA: Start use ib_device_ops
Kamal Heib
2018-12-12
1
-1
/
+1
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-02
1
-4
/
+13
|
\
|
*
iov_iter: Use accessor function
David Howells
2018-10-24
1
-4
/
+13
*
|
CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
Long Li
2018-10-24
1
-19
/
+19
|
/
*
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
2018-08-16
1
-15
/
+7
|
\
|
*
cifs: fix SMB1 breakage
Ronnie Sahlberg
2018-07-05
1
-2
/
+3
|
*
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
2018-06-16
1
-14
/
+5
*
|
fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-25
1
-10
/
+9
*
|
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2018-06-18
1
-3
/
+10
|
/
*
CIFS: SMBD: Support page offset in memory registration
Long Li
2018-06-06
1
-31
/
+45
*
CIFS: SMBD: Support page offset in RDMA recv
Long Li
2018-06-06
1
-7
/
+11
[next]