aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher5-20/+18
2025-09-28smb: server: make use of common smbdirect_pdu.hStefan Metzmacher2-64/+24
2025-09-28smb: server: fix IRD/ORD negotiation with the clientStefan Metzmacher1-14/+85
2025-09-28smb: client: let smbd_post_send_iter() call ib_dma_map_single() for the heade...Stefan Metzmacher1-22/+21
2025-09-28smb: client: defer calling ib_alloc_pd() after we are connectedStefan Metzmacher1-8/+11
2025-09-28smb: client: allocate smbdirect workqueue at the beginning of _smbd_get_conne...Stefan Metzmacher1-13/+14
2025-09-28smb: client: make consitent use of spin_lock_irq{save,restore}() in smbdirect.cStefan Metzmacher1-11/+15
2025-09-28smb: client: let smbd_{destroy,disconnect_rdma_{work,connection}}() wake up a...Stefan Metzmacher1-12/+40
2025-09-28smb: client: let smbd_disconnect_rdma_connection() disable all work but disco...Stefan Metzmacher1-0/+10
2025-09-28smb: client: fill in smbdirect_socket.first_error on errorStefan Metzmacher1-0/+6
2025-09-28smb: client: let smbd_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR...Stefan Metzmacher1-0/+40
2025-09-28smb: client: remove unused struct smbdirect_socket argument of smbd_iter_to_mr()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to get_mr()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_negotiate()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_ia_open()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_create_id()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_qp_async_error_upcall()Stefan Metzmacher1-7/+6
2025-09-28smb: client: pass struct smbdirect_socket to smbd_conn_upcall()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_full_iter()Stefan Metzmacher1-4/+3
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_empty()Stefan Metzmacher1-6/+3
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_iter()Stefan Metzmacher1-4/+4
2025-09-28smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to manage_credits_prior_sending()Stefan Metzmacher1-3/+2
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_recv()Stefan Metzmacher1-7/+4
2025-09-28smb: client: pass struct smbdirect_socket to smbd_disconnect_rdma_connection()Stefan Metzmacher1-27/+14
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_mr_list()Stefan Metzmacher1-8/+6
2025-09-28smb: client: pass struct smbdirect_socket to {enqueue,_get_first}_reassembly()Stefan Metzmacher1-10/+7
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_caches_and_wo...Stefan Metzmacher1-10/+7
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffe...Stefan Metzmacher1-9/+7
2025-09-28smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()Stefan Metzmacher1-16/+14
2025-09-28smb: client: make use of smbdirect_socket.mr_ioStefan Metzmacher3-60/+40
2025-09-28smb: client: make use of smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher4-23/+31
2025-09-28smb: client: make use of struct smbdirect_mr_ioStefan Metzmacher3-58/+37
2025-09-28smb: client: add and use smbd_get_parameters()Stefan Metzmacher3-4/+13
2025-09-28smb: client: make use of smbdirect_socket.workqueueStefan Metzmacher2-18/+16
2025-09-28smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher5-13/+20
2025-09-28smb: client: make use of smbdirect_socket.statisticsStefan Metzmacher3-21/+15
2025-09-28smb: client: remove unused smbd_connection.count_reassembly_queueStefan Metzmacher3-5/+1
2025-09-28smb: client: remove unused smbd_connection->protocolStefan Metzmacher3-4/+2
2025-09-28smb: client: make use of smbdirect_socket.idle.{keepalive,immediate_work,time...Stefan Metzmacher2-38/+30
2025-09-28smb: client: fix smbdirect keep alive handling to match the documentationStefan Metzmacher1-14/+38
2025-09-28smb: client: send empty packets via send_immediate_workStefan Metzmacher2-4/+22
2025-09-28smb: client: make use of smbdirect_socket.rdma.legacy_iwarpStefan Metzmacher2-3/+1
2025-09-28smb: client: make use of smbdirect_socket_parameters.{initiator_depth,respond...Stefan Metzmacher3-17/+16
2025-09-28smb: client: make use of smbdirect_socket_parameters.{resolve_{addr,route},rd...Stefan Metzmacher1-6/+16
2025-09-28smb: client: fill smbdirect_socket_parameters at the beginning and use the va...Stefan Metzmacher1-13/+13
2025-09-28smb: client: remove useless smbd_connection.send_immediateStefan Metzmacher2-10/+2
2025-09-28smb: client: make use of smbdirect_socket.recv_io.{posted,credits}Stefan Metzmacher3-40/+33