summaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-03-01cifs: Fix an uninitialised variableDavid Howells
2023-02-20cifs: Build the RDMA SGE list directly from an iteratorDavid Howells
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-02-20cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds
2022-05-21cifs: smbd: fix typo in commentJulia Lawall
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
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