aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-09-28smb: client: count the number of posted recv_io messages in order to calculat...Stefan Metzmacher2-19/+15
2025-09-28smb: client: limit the range of info->receive_credit_targetStefan Metzmacher2-2/+7
2025-09-28smb: client: remove info->wait_receive_queues handling in smbd_destroy()Stefan Metzmacher3-19/+0
2025-09-28smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR loggingStefan Metzmacher1-8/+12
2025-09-28smb: client: queue post_recv_credits_work also if the peer raises the credit ...Stefan Metzmacher1-0/+5
2025-09-28smb: client: make sure smbd_disconnect_rdma_work() doesn't run after smbd_des...Stefan Metzmacher1-2/+19
2025-09-28smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}Stefan Metzmacher3-14/+10
2025-09-28smb: client: make use of smbdirect_socket.send_io.pending.{count,{dec,zero}_w...Stefan Metzmacher3-24/+14
2025-09-28smb: client: make use of smbdirect_socket.disconnect_workStefan Metzmacher2-6/+7
2025-09-28smb: client: make use of smbdirect_socket_init()Stefan Metzmacher1-12/+1
2025-09-28smb: client: make only use of wake_up[_all]() in smbdirect.cStefan Metzmacher1-19/+21
2025-09-28smb: client: make use of smbdirect_socket.status_waitStefan Metzmacher2-18/+16
2025-09-28smb: client: use status_wait and SMBDIRECT_SOCKET_RESOLVE_{ADDR,ROUTE}_RUNNIN...Stefan Metzmacher2-23/+28
2025-09-28smb: client: use status_wait and SMBDIRECT_SOCKET_NEGOTIATE_RUNNING for compl...Stefan Metzmacher2-12/+10
2025-09-28smb: client: adjust smbdirect related output of cifs_debug_data_proc_show()Stefan Metzmacher1-23/+24
2025-09-28smb: smbdirect: introduce smbdirect_socket.first_errorStefan Metzmacher1-0/+1
2025-09-28smb: client/smbdirect: introduce SMBDIRECT_SOCKET_ERRORStefan Metzmacher2-0/+4
2025-09-28smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed...Stefan Metzmacher2-12/+103
2025-09-28smb: client: fix sending the iwrap custom IRD/ORD negotiation messagesStefan Metzmacher2-11/+103
2025-09-28smb: smbdirect: let smbdirect_socket_init() initialize all [delayed_]work_str...Stefan Metzmacher1-0/+20
2025-09-28smb: smbdirect: introduce smbdirect_socket.mr_io.*Stefan Metzmacher1-0/+45
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher1-0/+1
2025-09-28smb: smbdirect: introduce struct smbdirect_mr_ioStefan Metzmacher1-0/+26
2025-09-28smb: smbdirect: introduce smbdirect_socket.workqueueStefan Metzmacher1-0/+8
2025-09-28smb: smbdirect: introduce smbdirect_socket.statisticsStefan Metzmacher1-0/+11
2025-09-28smb: smbdirect: introduce smbdirect_socket.idle.{keepalive,immediate_work,tim...Stefan Metzmacher1-0/+15
2025-09-28smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarpStefan Metzmacher1-0/+4
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,respon...Stefan Metzmacher1-0/+2
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.{resolve_{addr,route},r...Stefan Metzmacher1-0/+4
2025-09-28smb: smbdirect: introduce smbdirect_socket.recv_io.{posted,credits}Stefan Metzmacher1-0/+21
2025-09-28smb: smbdirect: introduce struct smbdirect_rw_ioStefan Metzmacher1-0/+16
2025-09-28smb: smbdirect: introduce smbdirect_socket.rw_io.creditsStefan Metzmacher1-0/+24
2025-09-28smb: smbdirect: introduce struct smbdirect_send_batchStefan Metzmacher1-0/+17
2025-09-28smb: smbdirect: introduce smbdirect_socket.send_io.credits.{count,wait_queue}Stefan Metzmacher1-0/+11
2025-09-28smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count,{dec,zero}_...Stefan Metzmacher1-0/+19
2025-09-28smb: smbdirect: introduce smbdirect_socket.disconnect_workStefan Metzmacher1-0/+2
2025-09-28smb: smbdirect: introduce smbdirect_socket_init()Stefan Metzmacher1-0/+18
2025-09-28smb: smbdirect: introduce smbdirect_socket.status_waitStefan Metzmacher1-0/+1
2025-09-28smb: smbdirect: introduce smbdirect_socket_status_string()Stefan Metzmacher1-0/+23
2025-09-29i3c: fix big-endian FIFO transfersArnd Bergmann1-2/+10
2025-09-29i3c: master: adi: fix number of bytes written to fifoAlexandre Belloni1-1/+1
2025-09-28Linux 6.17v6.17Linus Torvalds1-1/+1
2025-09-28MAINTAINERS: add myself and Barry to dma_map_benchmark maintainersQinxin Xia1-2/+3
2025-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2025-09-28Merge tag 'i2c-for-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+14
2025-09-28f2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
2025-09-28f2fs: readahead node blocks in F2FS_GET_BLOCK_PRECACHE modeYunji Kang1-0/+3
2025-09-28f2fs: add sanity check on ei.len in __update_extent_tree_range()Chao Yu1-0/+9
2025-09-28mm: swap: check for stable address space before operating on the VMACharan Teja Kalla1-0/+3
2025-09-28mm: convert folio_page() back to a macroDavid Hildenbrand1-4/+1