aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)Author
2023-11-08smbdirect: missing rc checks while waiting for rdma eventsSteve French
2023-03-11cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu
2023-03-11cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu
2023-02-06cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-02-06smbd: Make upper layer decide when to destroy the transportLong Li
2019-12-21cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li
2019-12-21cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li
2019-09-16cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-07-24fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li
2018-06-05CIFS: SMBD: Support page offset in RDMA recvLong Li
2018-06-05CIFS: SMBD: Support page offset in RDMA sendLong Li
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li
2018-04-18cifs: smbd: Check for iov length on sending the last iovLong Li
2018-04-01cifs: smbd: disconnect transport on RDMA errorsLong Li
2018-04-01cifs: smbd: avoid reconnect lockupLong Li
2018-04-01CIFS: SMBD: fix spelling mistake: "faield" and "legnth"Colin Ian King
2018-02-07address lock imbalance warnings in smbdirect.cSteve French
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li
2018-01-24CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li
2018-01-24CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li
2018-01-24CIFS: SMBD: Establish SMB Direct connectionLong Li
2018-01-24CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li