summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-10cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells3-10/+59
2024-04-10cifs: Fix duplicate fscache cookie warningsDavid Howells2-1/+17
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-01smb3: clarify mount warningSteve French1-1/+1
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook1-1/+1
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2024-02-23smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-02-23smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-45/+68
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2024-01-20smb: client, common: fix fortify warningsDmitry Antipov4-24/+30
2024-01-15cifs: fix flushing folio regression for 6.1 backportSteve French1-1/+1
2024-01-10smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook5-19/+17
2024-01-10smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2-11/+17
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2-3/+11
2024-01-01smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-01smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2024-01-01smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara3-9/+20
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-13cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-13cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
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-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-12-08cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-12-08cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-12-03cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-12-03cifs: account for primary channel in the interface listShyam Prasad N2-0/+34
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N3-14/+88
2023-12-03cifs: print last update time for interface listShyam Prasad N1-2/+4
2023-12-03smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2-0/+31
2023-12-03cifs: minor cleanup of some headersSteve French3-5/+8