summaryrefslogtreecommitdiff
path: root/fs/smb/client/connect.c
AgeCommit message (Expand)Author
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
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara
2023-10-31cifs: add xid to query server interface callShyam Prasad N
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French
2023-08-20smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara
2023-08-20smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara
2023-07-25cifs: fix charset issue in reconnectionWinston Wen
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara
2023-06-20smb: client: fix warning in generic_ip_connect()Paulo Alcantara
2023-06-19smb: client: fix warning in cifs_match_super()Paulo Alcantara
2023-06-11cifs: fix sockaddr comparison in iface_cmpShyam Prasad N
2023-06-11cifs: fix status checks in cifs_tree_connectShyam Prasad N
2023-05-24smb: move client and server files to common directory fs/smbSteve French