summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2026-03-19smb: client: Compare MACs in constant timeEric Biggers
2026-03-19smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
2026-03-19smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
2026-03-19smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-03-19cifs: make default value of retrans as zeroShyam Prasad N
2026-03-12smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong
2026-03-12smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong
2026-03-12smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara
2026-03-12smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-03-12smb: client: fix broken multichannel with krb5+signingPaulo Alcantara
2026-03-12smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-03-04cifs: some missing initializations on replayShyam Prasad N
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2026-02-26smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher
2026-02-26smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong
2026-01-02cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells
2025-12-18smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNE...Stefan Metzmacher
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers
2025-11-04smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu
2025-11-04smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho