aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
10 dayscifs: do not disable interface polling on failureShyam Prasad N1-5/+1
12 dayscifs: dns resolution is needed only for primary channelShyam Prasad N1-1/+2
12 dayscifs: 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-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after-free"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-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-0/+15
2025-03-31cifs: 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 secondary channels.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-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+2
2025-01-22smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara1-35/+3
2025-01-22smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara1-16/+4
2025-01-19smb: client: don't retry DFS targets on server shutdownPaulo Alcantara1-9/+19
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara1-22/+5
2025-01-19smb: client: parse DNS domain name from domain= optionPaulo Alcantara1-5/+14
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-1/+4
2025-01-15smb: 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-26smb: 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-03smb: 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-24smb: client: print failed session logoffs with FYIPaulo Alcantara1-2/+1
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells1-5/+1
2024-09-24smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara1-6/+10
2024-09-24smb: 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-02smb: 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
2024-07-23cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-07-23cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-9/+12
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing password rotationSteve French1-0/+8
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-02smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara1-1/+12
2024-04-02smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara1-0/+30