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