index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
smb: client: fix memory leak in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+1
2025-09-09
cifs: fix integer overflow in match_server()
Roman Smirnov
1
-0
/
+5
2025-08-28
smb: client: fix use-after-free in crypt_message when using async crypto
Wang Zhaolong
1
-1
/
+6
2025-08-28
cifs: Fix calling CIFSFindFirst() for root path without msearch
Pali Rohár
1
-0
/
+10
2025-08-28
smb: client: let recv_done() cleanup before notifying the callers.
Stefan Metzmacher
1
-6
/
+8
2025-07-17
cifs: Fix cifs_query_path_info() for Windows NT servers
Pali Rohár
1
-0
/
+8
2025-06-04
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
1
-0
/
+3
2025-06-04
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
1
-2
/
+2
2025-05-02
cifs: avoid NULL pointer dereference in dbg call
Alexandra Diupina
1
-4
/
+5
2025-05-02
cifs: print TIDs as hex
Enzo Matsumiya
2
-2
/
+2
2025-05-02
smb: client: fix NULL ptr deref in crypto_aead_setkey()
Paulo Alcantara
1
-1
/
+3
2025-05-02
smb: client: fix UAF in async decryption
Enzo Matsumiya
2
-20
/
+34
2025-05-02
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2025-05-02
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
3
-10
/
+8
2025-05-02
cifs: Fix UAF in cifs_demultiplex_thread()
Zhang Xiaoxu
2
-11
/
+24
2025-05-02
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
1
-0
/
+2
2025-05-02
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+10
2025-03-13
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2024-12-14
cifs: Fix buffer overflow when parsing NFS reparse points
Pali Rohár
1
-0
/
+6
2024-11-08
smb: client: fix OOBs when building SMB2_IOCTL request
Paulo Alcantara
1
-0
/
+9
2024-07-05
smb: client: fix deadlock in smb2_find_smb_tcon()
Enzo Matsumiya
1
-1
/
+1
2024-07-05
cifs: missed ref-counting smb session in find
Shyam Prasad N
1
-1
/
+11
2024-06-21
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2024-03-01
cifs: add a warning when the in-flight count goes negative
Shyam Prasad N
1
-0
/
+1
2024-03-01
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
1
-1
/
+1
2024-03-01
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
3
-43
/
+66
2024-03-01
smb: client: fix OOB in receive_encrypted_standard()
Paulo Alcantara
1
-6
/
+8
2024-02-23
smb3: Replace smb2pdu 1-element arrays with flex-arrays
Kees Cook
4
-33
/
+38
2024-01-05
smb: client: fix OOB in smbCalcSize()
Paulo Alcantara
1
-0
/
+4
2024-01-05
smb: client: fix OOB in SMB2_query_info_init()
Paulo Alcantara
1
-7
/
+22
2024-01-05
smb: client: fix NULL deref in asn1_ber_decoder()
Paulo Alcantara
1
-16
/
+10
2024-01-05
smb: client: fix OOB in smb2_query_reparse_point()
Paulo Alcantara
1
-10
/
+16
2024-01-05
ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
Namjae Jeon
1
-1
/
+1
2023-12-13
smb: client: fix potential NULL deref in parse_dfs_referrals()
Paulo Alcantara
1
-0
/
+2
2023-12-13
cifs: Fix non-availability of dedup breaking generic/304
David Howells
1
-1
/
+3
2023-12-08
smb3: fix caching of ctime on setxattr
Steve French
1
-1
/
+4
2023-12-08
smb3: fix touch -h of symlink
Steve French
1
-0
/
+1
2023-11-28
cifs: fix check of rc in function generate_smb3signingkey
Ekaterina Esina
1
-3
/
+2
2023-11-28
cifs: spnego: add ';' in HOST_KEY_LEN
Anastasia Belova
1
-2
/
+2
2023-11-08
smbdirect: missing rc checks while waiting for rdma events
Steve French
1
-2
/
+12
2023-08-26
cifs: Release folio lock on fscache read hit.
Russell Harmon via samba-technical
1
-1
/
+1
2023-05-17
cifs: fix pcchunk length type in smb2_copychunk_range
Pawel Witek
1
-1
/
+1
2023-04-05
cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
David Disseldorp
1
-1
/
+4
2023-04-05
cifs: prevent infinite recursion in CIFSGetDFSRefer()
Paulo Alcantara
1
-2
/
+7
2023-04-05
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
1
-1
/
+1
2023-03-22
cifs: Fix smb2_set_path_size()
Volker Lendecke
1
-7
/
+24
2023-03-22
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
1
-12
/
+9
2023-03-11
cifs: Fix uninitialized memory read in smb3_qfs_tcon()
Volker Lendecke
1
-6
/
+7
2023-03-11
cifs: Fix warning and UAF when destroy the MR list
Zhang Xiaoxu
1
-1
/
+2
2023-03-11
cifs: Fix lost destroy smbd connection when MR allocate failed
Zhang Xiaoxu
1
-0
/
+1
[next]