aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-12-13cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells
2023-12-13cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells
2023-12-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-12-08cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-12-08cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-12-03cifs: fix leak of iface for primary channelShyam Prasad N
2023-12-03cifs: account for primary channel in the interface listShyam Prasad N
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-12-03cifs: print last update time for interface listShyam Prasad N
2023-12-03smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-12-03cifs: minor cleanup of some headersSteve French
2023-11-28cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-11-28cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-28cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-28smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-11-28smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara
2023-11-28smb3: fix caching of ctime on setxattrSteve French
2023-11-28smb3: fix touch -h of symlinkSteve French
2023-11-28smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French
2023-11-28ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-28ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-28cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-09-19smb: propagate error code of extract_sharename()Katya Orlova
2023-09-19cifs: use fs_context for automountsPaulo Alcantara
2023-09-19cifs: update desired access while requesting for directory leaseBharath SM
2023-09-19send channel sequence number in SMB3 requests after reconnectsSteve French
2023-09-13cifs: fix max_credits implementationShyam Prasad N
2023-09-13cifs: fix sockaddr comparison in iface_cmpShyam Prasad N
2023-09-13ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-09-13ksmbd: no response from compound readNamjae Jeon
2023-09-13ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-09-13ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon
2023-09-06ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-09-06ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon
2023-09-06ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon