summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-1/+1
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-2/+3
* smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-101-5/+15
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-101-0/+12
* cifs: allow changing password during remountSteve French2024-03-101-0/+5
* cifs: update the same create_guid on replayShyam Prasad N2024-02-111-2/+8
* smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2024-02-081-0/+6
* cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-011-1/+1
* cifs: avoid redundant calls to disable multichannelShyam Prasad N2024-02-011-1/+1
* cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-311-3/+17
* cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N2024-01-231-1/+0
* cifs: set replay flag for retries of write commandShyam Prasad N2024-01-231-1/+3
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-231-26/+234
* cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-191-39/+68
* cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
* smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
* cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
* cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-071-3/+3
* cifs: fix a pending undercount of srv_countShyam Prasad N2023-12-191-2/+1
* smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara2023-12-171-7/+22
* smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara2023-12-111-37/+56
* cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2023-12-061-14/+15
* Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2023-12-061-13/+10
* smb: client, common: fix fortify warningsDmitry Antipov2023-11-301-5/+3
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-1/+75
* cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-101-2/+30
* cifs: reconnect work should have reference on server structShyam Prasad N2023-11-091-10/+13
* smb3: fix confusing debug messageSteve French2023-09-201-1/+1
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-191-1/+1
* smb3: fix some minor typos and repeated wordsSteve French2023-09-151-2/+4
* smb3: move server check earlier when setting channel sequence numberSteve French2023-09-121-10/+15
* fs/smb/client: Use common code in clientDr. David Alan Gilbert2023-08-301-2/+2
* SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-301-3/+3
* [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-241-0/+11
* cifs: fix charset issue in reconnectionWinston Wen2023-07-251-2/+1
* cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen2023-06-281-0/+6
* cifs: fix max_credits implementationShyam Prasad N2023-06-111-4/+28
* smb3: missing null check in SMB2_change_notifySteve French2023-05-251-1/+1
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+5650