Age | Commit message (Expand) | Author |
2023-05-24 | smb: move client and server files to common directory fs/smb | Steve French |
2023-03-01 | cifs: Fix an uninitialised variable | David Howells |
2023-02-20 | cifs: Build the RDMA SGE list directly from an iterator | David Howells |
2023-02-20 | cifs: Change the I/O paths to use an iterator rather than a page list | David Howells |
2023-02-20 | cifs: Add a function to build an RDMA SGE list from an iterator | David Howells |
2023-02-20 | cifs: Fix warning and UAF when destroy the MR list | Zhang Xiaoxu |
2023-02-20 | cifs: Fix lost destroy smbd connection when MR allocate failed | Zhang Xiaoxu |
2023-01-25 | cifs: Fix oops due to uncleared server->smbd_conn in reconnect | David Howells |
2022-10-05 | Fix formatting of client smbdirect RDMA logging | Tom Talpey |
2022-10-05 | Handle variable number of SGEs in client smbdirect send. | Tom Talpey |
2022-10-05 | Reduce client smbdirect max receive segment size | Tom Talpey |
2022-10-05 | Decrease the number of SMB3 smbdirect client SGEs | Tom Talpey |
2022-06-01 | cifs: fix potential deadlock in direct reclaim | Vincent Whitchurch |
2022-05-27 | Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/... | Linus Torvalds |
2022-05-21 | cifs: smbd: fix typo in comment | Julia Lawall |
2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe |
2021-06-22 | smbdirect: missing rc checks while waiting for rdma events | Steve French |
2020-12-13 | cifs: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-06-01 | cifs: Standardize logging output | Joe Perches |
2020-04-07 | cifs: smbd: Do not schedule work to send immediate packet on every receive | Long Li |
2020-04-07 | cifs: smbd: Properly process errors on ib_post_send | Long Li |
2020-04-07 | cifs: smbd: Update receive credits before sending and deal with credits roll ... | Long Li |
2020-04-07 | cifs: smbd: Check send queue size before posting a send | Long Li |
2020-04-07 | cifs: smbd: Merge code to track pending packets | Long Li |
2020-03-29 | cifs: smbd: Check and extend sender credits in interrupt context | Long Li |
2020-03-29 | cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect... | Long Li |
2019-11-25 | cifs: smbd: Only queue work for error recovery on memory registration | Long Li |
2019-11-25 | cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state | Long Li |
2019-11-25 | cifs: smbd: Add messages on RDMA session destroy and reconnection | Long Li |
2019-11-25 | cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE | Long Li |
2019-08-05 | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors | Chuck Lever |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-14 | cifs:smbd Use the correct DMA direction when sending data | Long Li |
2019-05-07 | cifs: smbd: take an array of reqeusts when sending upper layer data | Long Li |
2019-05-07 | cifs: smbd: Indicate to retry on transport sending failure | Long Li |
2019-05-07 | cifs: smbd: Return EINTR when interrupted | Long Li |
2019-05-07 | cifs: smbd: Don't destroy transport on RDMA disconnect | Long Li |
2019-05-07 | smbd: Make upper layer decide when to destroy the transport | Long Li |
2019-03-04 | cifs: replace snprintf with scnprintf | Ronnie Sahlberg |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-10-23 | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration | Long Li |
2018-10-24 | iov_iter: Use accessor function | David Howells |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe |
2018-07-24 | fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche |
2018-07-05 | cifs: fix SMB1 breakage | Ronnie Sahlberg |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise |
2018-06-15 | cifs: Use correct packet length in SMB2_TRANSFORM header | Paulo Alcantara |
2018-06-05 | CIFS: SMBD: Support page offset in memory registration | Long Li |
2018-06-05 | CIFS: SMBD: Support page offset in RDMA recv | Long Li |