aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)Author
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
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