summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
2025-07-10cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong
2025-07-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian
2025-06-27cifs: do not disable interface polling on failureShyam Prasad N
2025-06-27cifs: dns resolution is needed only for primary channelShyam Prasad N
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N
2025-05-29cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-05-29cifs: Fix negotiate retry functionalityPali Rohár
2025-05-22CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
2025-04-25Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima
2025-04-25Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima
2025-04-20CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-04-20smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-10smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong
2025-03-22smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2024-12-27smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya
2024-12-14smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara
2024-12-05smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-12-05cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-11-03smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert
2024-09-24smb: client: print failed session logoffs with FYIPaulo Alcantara
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells
2024-09-24smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-08-22smb3: fix problem unloading module due to leaked refcount on shutdownSteve French
2024-07-23cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-07-23cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara
2024-04-01smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-01-19cifs: new mount option called retransShyam Prasad N
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N