summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-09-09cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-08-28smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-08-28cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-08-28smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
2025-07-17cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-05-02cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-05-02cifs: print TIDs as hexEnzo Matsumiya2-2/+2
2025-05-02smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2025-05-02smb: client: fix UAF in async decryptionEnzo Matsumiya2-20/+34
2025-05-02smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2025-05-02smb: client: fix potential deadlock when releasing midsPaulo Alcantara3-10/+8
2025-05-02cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2025-05-02smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+2
2025-05-02smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+10
2025-03-13smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2024-12-14cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-0/+6
2024-11-08smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-07-05smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-07-05cifs: missed ref-counting smb session in findShyam Prasad N1-1/+11
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2024-03-01cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2024-03-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-03-01smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-43/+66
2024-03-01smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2024-02-23smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook4-33/+38
2024-01-05smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-05smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2024-01-05smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-05smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2024-01-05ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-08smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-12-08smb3: fix touch -h of symlinkSteve French1-0/+1
2023-11-28cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-08smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2023-08-26cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek1-1/+1
2023-04-05cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-04-05cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N1-1/+1
2023-03-22cifs: Fix smb2_set_path_size()Volker Lendecke1-7/+24
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu1-12/+9
2023-03-11cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-11cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-11cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1