summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
44 hourssmb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
44 hourssmb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
44 hoursksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
44 hourssmb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara1-1/+3
44 hourssmb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
44 hourssmb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
44 hourssmb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
10 dayscifs: some missing initializations on replayShyam Prasad N2-0/+3
10 dayscifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
10 daysksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini1-2/+2
10 dayssmb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
10 dayssmb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-02-26smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-02-26smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
2026-02-16smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-01-30ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2026-01-08ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2026-01-02cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2026-01-02ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2026-01-02ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3