summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-08-28smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-08-28smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
2025-07-17smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2025-07-17cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N1-7/+1
2025-07-17smb: client: fix DFS interlink failoverPaulo Alcantara1-21/+20
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-3/+4
2025-07-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-22/+36
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-27cifs: do not disable interface polling on failureShyam Prasad N1-5/+1
2025-06-27cifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-06-04cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár1-5/+15
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár1-0/+10
2025-04-25Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-25Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-25smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-10smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong1-8/+8
2025-03-22smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2024-12-27smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-09smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-12-09cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-11-17smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima1-3/+11
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-9/+12
2024-05-25cifs: Move some extern decls from .c files to .hSteve French1-3/+0
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya1-1/+1
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara1-0/+2
2024-05-25cifs: new mount option called retransShyam Prasad N1-0/+4
2024-05-25smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+8
2024-04-27smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-5/+20
2024-04-27smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara1-49/+34
2024-04-27smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara1-14/+9
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara1-1/+12
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-1/+5
2024-04-03cifs: add xid to query server interface callShyam Prasad N1-1/+5
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N1-0/+6
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N1-0/+5
2024-02-23smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French1-2/+12
2024-02-01cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2024-02-01cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N1-4/+4
2024-02-01Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N1-21/+6
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N1-0/+10
2024-02-01cifs: handle when server starts supporting multichannelShyam Prasad N1-0/+3