summaryrefslogtreecommitdiff
path: root/fs/cifs/smbdirect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix an uninitialised variableDavid Howells2023-03-011-1/+1
* cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2023-02-201-91/+62
* cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-165/+97
* cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells2023-02-201-0/+214
* cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu2023-02-201-1/+2
* cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu2023-02-201-0/+1
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-01-251-0/+1
* Fix formatting of client smbdirect RDMA loggingTom Talpey2022-10-051-7/+7
* Handle variable number of SGEs in client smbdirect send.Tom Talpey2022-10-051-108/+77
* Reduce client smbdirect max receive segment sizeTom Talpey2022-10-051-1/+1
* Decrease the number of SMB3 smbdirect client SGEsTom Talpey2022-10-051-14/+12
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-2/+2
* Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds2022-05-271-1/+1
|\
| * cifs: smbd: fix typo in commentJulia Lawall2022-05-211-1/+1
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
|/
* smbdirect: missing rc checks while waiting for rdma eventsSteve French2021-06-221-2/+12
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-131-0/+1
* cifs: Standardize logging outputJoe Perches2020-06-011-99/+66
* cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-071-51/+10
* cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
* cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
* cifs: smbd: Check send queue size before posting a sendLong Li2020-04-071-1/+10
* cifs: smbd: Merge code to track pending packetsLong Li2020-04-071-30/+10
* cifs: smbd: Check and extend sender credits in interrupt contextLong Li2020-03-291-23/+15
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-291-2/+1
* cifs: smbd: Only queue work for error recovery on memory registrationLong Li2019-11-251-11/+15
* cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li2019-11-251-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-11-251-2/+4
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-11-251-1/+1
* rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-4/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-071-27/+28
* cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-071-2/+3
* cifs: smbd: Return EINTR when interruptedLong Li2019-05-071-1/+1
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-071-113/+7
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-071-20/+94
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-041-3/+3
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-4/+13
|\
| * iov_iter: Use accessor functionDavid Howells2018-10-241-4/+13
* | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li2018-10-231-19/+19
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-15/+7
|\
| * cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-2/+3
| * cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-151-14/+5
* | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-10/+9
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-3/+10
|/
* CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-051-31/+45
* CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-051-7/+11
* CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-051-8/+19