summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
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-12ksmbd: Compare MACs in constant timeEric Biggers
2026-03-04cifs: some missing initializations on replayShyam Prasad N
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-03-04ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini
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-26ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin
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: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon
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-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-22smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher
2026-01-22ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton
2026-01-02Merge tag 'v6.19-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho