summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/connect.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-111-0/+8
* smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-031-0/+2
* smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-021-1/+12
* smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-021-0/+30
* smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-021-5/+20
* smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara2024-04-011-49/+34
* cifs: Move some extern decls from .c files to .hDavid Howells2024-03-201-3/+0
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-1/+5
* smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-101-1/+1
* smb: client: introduce reparse mount optionPaulo Alcantara2024-03-101-0/+2
* smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2024-02-151-2/+12
* cifs: handle cases where multiple sessions share connectionShyam Prasad N2024-02-091-0/+6
* cifs: change tcon status when need_reconnect is set on itShyam Prasad N2024-02-091-0/+5
* cifs: new mount option called retransShyam Prasad N2024-01-191-0/+4
* smb: client: Fix minor whitespace errors and warningsPierre Mariani2024-01-071-8/+17
* cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2023-12-291-2/+5
* cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N2023-12-291-8/+12
* smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara2023-12-171-1/+6
* cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2023-12-061-4/+4
* Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2023-12-061-21/+6
* cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-0/+10
* cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-101-0/+3
* cifs: reconnect work should have reference on server structShyam Prasad N2023-11-091-6/+21
* cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-091-1/+1
* cifs: handle cases where a channel is closedShyam Prasad N2023-11-091-1/+5
* cifs: force interface update before a fresh session setupShyam Prasad N2023-11-021-1/+5
* cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-021-4/+5
* smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara2023-11-021-14/+9
* cifs: add xid to query server interface callShyam Prasad N2023-10-311-1/+5
* smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara2023-10-041-8/+8
* smb: use kernel_connect() and kernel_bind()Jordan Rife2023-10-041-5/+5
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-191-2/+6
* smb3: allow controlling maximum number of cached directoriesSteve French2023-09-071-0/+1
* SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-301-6/+6
* [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-241-0/+1
* smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara2023-08-201-2/+2
* smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara2023-08-201-2/+2
* cifs: fix charset issue in reconnectionWinston Wen2023-07-251-0/+5
* cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
* cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-141-3/+8
* cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-06-281-30/+40
* smb: client: fix warning in generic_ip_connect()Paulo Alcantara2023-06-201-8/+9
* smb: client: fix warning in cifs_match_super()Paulo Alcantara2023-06-191-2/+3
* cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-111-0/+50
* cifs: fix status checks in cifs_tree_connectShyam Prasad N2023-06-111-4/+5
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+4118