aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey1-7/+7
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey1-108/+77
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey1-1/+1
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey1-14/+12
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch1-2/+2
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2022-05-21cifs: smbd: fix typo in commentJulia Lawall1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2021-06-22smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-99/+66
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li1-51/+10
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li1-123/+97
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sendingLong Li1-7/+18
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li1-1/+10
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li1-30/+10
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextLong Li1-23/+15
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receiveLong Li1-2/+1
2019-11-25cifs: smbd: Only queue work for error recovery on memory registrationLong Li1-11/+15
2019-11-25cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li1-1/+1
2019-11-25cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li1-2/+4
2019-11-25cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li1-1/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-14cifs:smbd Use the correct DMA direction when sending dataLong Li1-3/+5
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li1-27/+28
2019-05-07cifs: smbd: Indicate to retry on transport sending failureLong Li1-2/+3
2019-05-07cifs: smbd: Return EINTR when interruptedLong Li1-1/+1
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li1-113/+7
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li1-20/+94
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg1-3/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+13
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li1-19/+19
2018-10-24iov_iter: Use accessor functionDavid Howells1-4/+13
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-15/+7
2018-07-24fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-10/+9
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg1-2/+3
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-3/+10
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara1-14/+5
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li1-31/+45
2018-06-05CIFS: SMBD: Support page offset in RDMA recvLong Li1-7/+11
2018-06-05CIFS: SMBD: Support page offset in RDMA sendLong Li1-8/+19
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li1-1/+5
2018-04-18cifs: smbd: Check for iov length on sending the last iovLong Li1-0/+2
2018-04-01cifs: smbd: disconnect transport on RDMA errorsLong Li1-1/+6
2018-04-01cifs: smbd: avoid reconnect lockupLong Li1-4/+8
2018-04-01CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King1-2/+2
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9