summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
4 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
4 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
4 dayscifs: open files should not hold ref on superblockShyam Prasad N
4 daysksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon
4 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon
4 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara
10 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
10 dayssmb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
10 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
10 dayscifs: make default value of retrans as zeroShyam Prasad N
10 daysksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
10 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
10 dayssmb: server: fix use-after-free in smb2_open()Marios Makassikis
10 daysksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
10 dayssmb/server: Fix another refcount leak in smb2_open()Guenter Roeck
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