summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
13 dayssmb: client: harden POSIX SID length parsingZihan Xi1-1/+1
13 dayssmb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
13 dayssmb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
13 dayssmb: client: resolve SWN tcon from live registrationsMichael Bommarito2-58/+262
13 dayscifs: Add tracing for the cifs_tcon struct refcountingDavid Howells12-33/+141
13 dayssmb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
13 dayssmb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
13 dayscifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya9-13/+11
13 dayssmb2: small refactor in smb2_check_message()Enzo Matsumiya2-26/+34
13 dayscifs: remove check of list iterator against head past the loop bodyJakob Koschel1-4/+6
13 dayscifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg11-476/+175
13 dayssmb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
13 dayssmb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
13 dayssmb/client: always return a value for FS_IOC_GETFLAGSHuiwen He1-7/+5
2026-06-19use less confusing names for iov_iter direction initializersAl Viro4-10/+10
2026-06-19smb: client: require net admin for CIFS SWN netlinkMichael Bommarito1-1/+5
2026-06-19smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-11/+27
2026-06-19smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-06-19smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-10/+85
2026-06-19smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-06-19smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-06-19smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error pathStefan Metzmacher1-1/+3
2026-06-01smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada1-0/+16
2026-06-01smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2026-06-01fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-04-18smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2026-04-18smb: client: Don't log plaintext credentials in cifs_set_cifscredsThorsten Blum1-1/+0
2026-02-19smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
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-08-28smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-10cifs: 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: fix integer overflow in match_server()Roman Smirnov1-0/+5
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 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-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-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_dump_full_key()Paulo Alcantara1-1/+2
2025-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+10
2025-04-10smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+11
2025-04-10cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-04-10cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1