summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár
2025-01-22smb: client: don't check for @leaf_fullpath in match_server()Paulo Alcantara
2025-01-22smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara
2025-01-19smb: client: don't retry DFS targets on server shutdownPaulo Alcantara
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara
2025-01-19smb: client: parse DNS domain name from domain= optionPaulo Alcantara
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
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
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2023-12-17smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N