aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-2/+2
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Gravatar Linus Torvalds 1-1/+1
2022-05-21cifs: smbd: fix typo in commentGravatar Julia Lawall 1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsGravatar Jason Gunthorpe 1-1/+1
2021-06-22smbdirect: missing rc checks while waiting for rdma eventsGravatar Steve French 1-2/+12
2020-12-13cifs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-99/+66
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveGravatar Long Li 1-51/+10
2020-04-07cifs: smbd: Properly process errors on ib_post_sendGravatar Long Li 1-123/+97
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll ...Gravatar Long Li 1-7/+18
2020-04-07cifs: smbd: Check send queue size before posting a sendGravatar Long Li 1-1/+10
2020-04-07cifs: smbd: Merge code to track pending packetsGravatar Long Li 1-30/+10
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextGravatar Long Li 1-23/+15
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Gravatar Long Li 1-2/+1
2019-11-25cifs: smbd: Only queue work for error recovery on memory registrationGravatar Long Li 1-11/+15
2019-11-25cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateGravatar Long Li 1-1/+1
2019-11-25cifs: smbd: Add messages on RDMA session destroy and reconnectionGravatar Long Li 1-2/+4
2019-11-25cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGEGravatar Long Li 1-1/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsGravatar Chuck Lever 1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-14cifs:smbd Use the correct DMA direction when sending dataGravatar Long Li 1-3/+5
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataGravatar Long Li 1-27/+28
2019-05-07cifs: smbd: Indicate to retry on transport sending failureGravatar Long Li 1-2/+3
2019-05-07cifs: smbd: Return EINTR when interruptedGravatar Long Li 1-1/+1
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectGravatar Long Li 1-113/+7
2019-05-07smbd: Make upper layer decide when to destroy the transportGravatar Long Li 1-20/+94
2019-03-04cifs: replace snprintf with scnprintfGravatar Ronnie Sahlberg 1-3/+3
2018-12-12RDMA: Start use ib_device_opsGravatar Kamal Heib 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-4/+13
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationGravatar Long Li 1-19/+19
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-4/+13
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 1-15/+7
2018-07-24fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsGravatar Bart Van Assche 1-10/+9
2018-07-05cifs: fix SMB1 breakageGravatar Ronnie Sahlberg 1-2/+3
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesGravatar Steve Wise 1-3/+10
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerGravatar Paulo Alcantara 1-14/+5
2018-06-05CIFS: SMBD: Support page offset in memory registrationGravatar Long Li 1-31/+45
2018-06-05CIFS: SMBD: Support page offset in RDMA recvGravatar Long Li 1-7/+11
2018-06-05CIFS: SMBD: Support page offset in RDMA sendGravatar Long Li 1-8/+19
2018-04-25cifs: smbd: Avoid allocating iov on the stackGravatar Long Li 1-24/+12
2018-04-20cifs: smbd: Dump SMB packet when configuredGravatar Long Li 1-1/+5
2018-04-18cifs: smbd: Check for iov length on sending the last iovGravatar Long Li 1-0/+2
2018-04-01cifs: smbd: disconnect transport on RDMA errorsGravatar Long Li 1-1/+6
2018-04-01cifs: smbd: avoid reconnect lockupGravatar Long Li 1-4/+8
2018-04-01CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Gravatar Colin Ian King 1-2/+2
2018-02-07address lock imbalance warnings in smbdirect.cGravatar Steve French 1-7/+9
2018-01-26Cleanup some minor endian issues in smb3 rdmaGravatar Steve French 1-2/+3
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningGravatar Arnd Bergmann 1-9/+6
2018-01-24CIFS: SMBD: _smbd_get_connection() can be staticGravatar kbuild test robot 1-1/+1
2018-01-24CIFS: SMBD: Implement RDMA memory registrationGravatar Long Li 1-0/+421