summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
3 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
3 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
3 daysksmbd: use volume UUID in FS_OBJECT_ID_INFORMATIONNamjae Jeon1-4/+4
3 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
3 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
3 dayscifs: open files should not hold ref on superblockShyam Prasad N5-13/+50
3 daysksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum1-20/+2
3 daysksmbd: call ksmbd_vfs_kern_path_end_removing() on some error pathsFedor Pchelkin1-2/+2
3 dayssmb: client: Compare MACs in constant timeEric Biggers2-2/+5
3 daysksmbd: Compare MACs in constant timeEric Biggers3-3/+7
3 dayssmb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
3 dayssmb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
3 dayssmb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
3 dayscifs: make default value of retrans as zeroShyam Prasad N1-1/+1
3 daysksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon2-10/+24
3 dayssmb: server: fix use-after-free in smb2_open()Marios Makassikis1-3/+2
3 daysksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon1-2/+4
3 dayssmb/server: Fix another refcount leak in smb2_open()Guenter Roeck1-1/+2
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-13smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-03-13smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-03-13smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-03-13smb: client: fix cifs_pick_channel when channels are equally loadedHenrique Carvalho1-11/+10
2026-03-13ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-03-13ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-03-04smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-03-04smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong1-0/+1
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong1-1/+1
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong1-1/+4
2026-02-06ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-17smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2026-01-17smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2026-01-08ksmbd: Fix memory leak in get_file_all_info()Zilin Guan1-1/+3
2026-01-08cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2026-01-08ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2026-01-08ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-01-08ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2026-01-08ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
2026-01-08ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-01-08smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6