summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-28smb: client: remove unused struct smbdirect_socket argument of smbd_iter_to_mr()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to get_mr()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_negotiate()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_ia_open()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_create_id()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_qp_async_error_upcall()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_conn_upcall()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_full_iter()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_empty()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send_iter()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_send()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to manage_credits_prior_sending()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_post_recv()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to smbd_disconnect_rdma_connection()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_mr_list()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to {enqueue,_get_first}_reassembly()Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_caches_and_wo...Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffe...Stefan Metzmacher
2025-09-28smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.mr_ioStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher
2025-09-28smb: client: make use of struct smbdirect_mr_ioStefan Metzmacher
2025-09-28smb: client: add and use smbd_get_parameters()Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.workqueueStefan Metzmacher
2025-09-28smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.statisticsStefan Metzmacher
2025-09-28smb: client: remove unused smbd_connection.count_reassembly_queueStefan Metzmacher
2025-09-28smb: client: remove unused smbd_connection->protocolStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.idle.{keepalive,immediate_work,time...Stefan Metzmacher
2025-09-28smb: client: fix smbdirect keep alive handling to match the documentationStefan Metzmacher
2025-09-28smb: client: send empty packets via send_immediate_workStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.rdma.legacy_iwarpStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket_parameters.{initiator_depth,respond...Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket_parameters.{resolve_{addr,route},rd...Stefan Metzmacher
2025-09-28smb: client: fill smbdirect_socket_parameters at the beginning and use the va...Stefan Metzmacher
2025-09-28smb: client: remove useless smbd_connection.send_immediateStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.recv_io.{posted,credits}Stefan Metzmacher
2025-09-28smb: client: count the number of posted recv_io messages in order to calculat...Stefan Metzmacher
2025-09-28smb: client: limit the range of info->receive_credit_targetStefan Metzmacher
2025-09-28smb: client: remove info->wait_receive_queues handling in smbd_destroy()Stefan Metzmacher
2025-09-28smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR loggingStefan Metzmacher
2025-09-28smb: client: queue post_recv_credits_work also if the peer raises the credit ...Stefan Metzmacher
2025-09-28smb: client: make sure smbd_disconnect_rdma_work() doesn't run after smbd_des...Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.send_io.pending.{count,{dec,zero}_w...Stefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket.disconnect_workStefan Metzmacher
2025-09-28smb: client: make use of smbdirect_socket_init()Stefan Metzmacher
2025-09-28smb: client: make only use of wake_up[_all]() in smbdirect.cStefan Metzmacher