summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
3 dayssmb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
3 dayssmb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
3 dayssmb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
3 dayssmb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
3 dayssmb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
3 dayssmb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
3 dayssmb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
3 dayssmb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
3 dayssmb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
3 dayssmb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
3 dayssmb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
3 dayssmb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
3 dayssmb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
3 dayssmb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
3 dayssmb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
3 dayssmb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
3 dayssmb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
3 dayssmb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
3 dayssmb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
3 dayssmb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
3 dayssmb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
3 daysksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
3 daysksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
3 dayssmb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-04Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+4
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2026-01-23smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher1-0/+1
2026-01-23smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher1-1/+1
2026-01-23ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton1-3/+1
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-3/+9
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French2-0/+4
2025-12-30smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2025-12-30smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2025-12-30smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2025-12-30ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2025-12-27Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-22smb/server: fix minimum SMB2 PDU sizeChenXiaoSong1-2/+2
2025-12-22smb/server: fix minimum SMB1 PDU sizeChenXiaoSong1-2/+3
2025-12-22ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon8-61/+61
2025-12-22ksmbd: Fix to handle removal of rfc1002 header from smb_hdrDavid Howells2-11/+11
2025-12-18Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-45/+61
2025-12-17cifs: update internal module version numberSteve French1-2/+2
2025-12-17smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong5-43/+58
2025-12-17smb: align durable reconnect v2 context to 8 byte boundaryBharath SM1-0/+1
2025-12-15ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2