summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
2026-03-04smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-08-28smb: client: fix netns refcount leak after net_passive changesWang Zhaolong
2025-08-28smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong
2025-07-17smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara
2025-07-17cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-07-17smb: client: fix DFS interlink failoverPaulo Alcantara
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-06-04cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár
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-25smb311 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-09smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-12-09cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-11-17smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-05-25cifs: Move some extern decls from .c files to .hSteve French
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara
2024-05-25cifs: new mount option called retransShyam Prasad N
2024-05-25smb: client: Fix minor whitespace errors and warningsPierre Mariani
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-04-27smb: client: guarantee refcounted children from parent sessionPaulo Alcantara
2024-04-27smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara
2024-04-27smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-04-03cifs: add xid to query server interface callShyam Prasad N
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French
2024-01-31cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2024-01-31cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N
2024-01-31Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N
2024-01-31cifs: handle when server stops supporting multichannelShyam Prasad N