summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
5 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim
5 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim
5 daysksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon
5 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon
5 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara
5 dayscifs: open files should not hold ref on superblockShyam Prasad N
5 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
5 daysksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin
5 dayssmb: client: Compare MACs in constant timeEric Biggers
5 daysksmbd: Compare MACs in constant timeEric Biggers
5 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
5 dayssmb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
5 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
5 dayscifs: make default value of retrans as zeroShyam Prasad N
5 daysksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
5 dayssmb: server: fix use-after-free in smb2_open()Marios Makassikis
5 daysksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
5 dayssmb/server: Fix another refcount leak in smb2_open()Guenter Roeck
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong
2026-03-13smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum
2026-03-13smb: client: fix broken multichannel with krb5+signingPaulo Alcantara
2026-03-13smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho
2026-03-13ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-03-13ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon
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-03-04smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher
2026-03-04smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
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-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier
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-08ksmbd: Fix memory leak in get_file_all_info()Zilin Guan
2026-01-08cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan
2026-01-08ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon
2026-01-08ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon
2026-01-08ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2026-01-08ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2026-01-08ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2026-01-08smb/server: fix return value of smb2_ioctl()ChenXiaoSong