summaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)Author
2021-06-22smbdirect: missing rc checks while waiting for rdma eventsSteve French
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-06-01cifs: Standardize logging outputJoe Perches
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextLong Li
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li
2019-11-25cifs: smbd: Only queue work for error recovery on memory registrationLong Li
2019-11-25cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li
2019-11-25cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li
2019-11-25cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-14cifs:smbd Use the correct DMA direction when sending dataLong Li
2019-05-07cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li
2019-05-07cifs: smbd: Indicate to retry on transport sending failureLong Li
2019-05-07cifs: smbd: Return EINTR when interruptedLong Li
2019-05-07cifs: smbd: Don't destroy transport on RDMA disconnectLong Li
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li
2018-10-24iov_iter: Use accessor functionDavid Howells
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