summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
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: fix regression with mount options parsingPaulo Alcantara
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-03Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2025-12-16cifs: update internal module version numberSteve French
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong