summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2024-10-17smb: client: use actual path when queryfswangrong
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French
2024-07-25cifs: fix noisy message on copy_file_rangeSteve French
2024-07-18cifs: fix setting SecurityFlags to trueSteve French
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-05-17smb3: missing lock when picking channelSteve French
2024-05-17cifs: use the least loaded channel for sending requestsShyam Prasad N
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva
2024-05-02cifs: Replace remaining 1-element arraysKees Cook
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara
2024-04-17smb3: fix Open files on server counter going negativeSteve French
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja
2024-04-10cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells
2024-04-10cifs: Fix duplicate fscache cookie warningsDavid Howells
2024-04-03cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-03-01smb3: clarify mount warningSteve French
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-03-01cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-03-01smb: Work around Clang __bdos() type confusionKees Cook
2024-03-01cifs: open_cached_dir should not rely on primary channelShyam Prasad N
2024-02-23smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara
2024-02-23smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara
2024-01-20smb: client, common: fix fortify warningsDmitry Antipov
2024-01-15cifs: fix flushing folio regression for 6.1 backportSteve French
2024-01-10smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2024-01-10smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N