index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
transport_rdma.c
Age
Commit message (
Expand
)
Author
2025-07-08
smb: server: make use of rdma_destroy_qp()
Stefan Metzmacher
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
2025-03-27
ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdev
Namjae Jeon
2025-03-27
Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...
Namjae Jeon
2025-03-24
ksmbd: Use str_read_write() and str_true_false() helpers
Thorsten Blum
2025-01-05
ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()
Thorsten Blum
2024-11-25
ksmbd: add debug print for rdma capable
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-10-01
ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
Thorsten Blum
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-07-14
ksmbd: Constify struct ksmbd_transport_ops
Christophe JAILLET
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
2023-10-22
ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...
Kangjing Huang
2023-08-29
ksmbd: reduce descriptor size if remaining bytes is less than request size
Namjae Jeon
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French