summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)AuthorFilesLines
36 hourssmb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
7 dayssmb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-07-04smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-3/+4
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N1-7/+1
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-22/+36
2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling1-2/+8
2025-06-04cifs: do not disable interface polling on failureShyam Prasad N1-5/+1
2025-06-02cifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
2025-06-02cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-22/+1
2025-04-14Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-14Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár1-0/+10
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár1-18/+122
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-1/+10
2025-04-01smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-0/+15
2025-04-01cifs: remove unreachable code in cifs_get_tcp_session()Roman Smirnov1-5/+1
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-3/+29
2025-03-26smb: client: Fix netns refcount imbalance causing leaks and use-after-freeWang Zhaolong1-8/+8
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman1-0/+1
2025-03-26cifs: Improve establishing SMB connection with NetBIOS sessionPali Rohár1-3/+134
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár1-5/+15
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár1-0/+2
2025-01-30cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+2
2025-01-23smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara1-35/+3
2025-01-23smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara1-16/+4
2025-01-20smb: client: don't retry DFS targets on server shutdownPaulo Alcantara1-9/+19
2025-01-20smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara1-22/+5
2025-01-20smb: client: parse DNS domain name from domain= optionPaulo Alcantara1-5/+14
2025-01-20smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-1/+4
2025-01-16smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-11-27smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-3/+4
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja1-0/+20
2024-11-04smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima1-3/+11
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert1-12/+0
2024-09-25smb: client: print failed session logoffs with FYIPaulo Alcantara1-2/+1
2024-09-25cifs: Fix reversion of the iter in cifs_readv_receive().David Howells1-5/+1
2024-09-25smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara1-6/+10
2024-09-25smb: client: fix DFS interlink failoverPaulo Alcantara1-21/+20
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li1-2/+1
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li1-1/+1
2024-09-03smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-08-22smb3: fix problem unloading module due to leaked refcount on shutdownSteve French1-0/+3