aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01cifs: Cut over to using netfslibDavid Howells1-47/+70
2024-05-01cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells1-2/+2
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells1-26/+26
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells1-5/+4
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-5/+7
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-3/+5
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+11
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-1/+1
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-2/+3
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya1-5/+15
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara1-0/+12
2024-03-10cifs: allow changing password during remountSteve French1-0/+5
2024-02-11cifs: update the same create_guid on replayShyam Prasad N1-2/+8
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara1-0/+6
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N1-1/+1
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-01-31cifs: make sure that channel scaling is done only onceShyam Prasad N1-3/+17
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N1-1/+3
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N1-26/+234
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N1-39/+68
2024-01-19cifs: reschedule periodic query for server interfacesShyam Prasad N1-0/+2
2024-01-19smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-01-18cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-01-16cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-01-07cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells1-3/+3
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2023-12-17smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara1-37/+56
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N1-14/+15
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N1-13/+10
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov1-5/+3
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N1-1/+75
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N1-2/+30
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N1-10/+13
2023-09-20smb3: fix confusing debug messageSteve French1-1/+1
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French1-1/+1
2023-09-15smb3: fix some minor typos and repeated wordsSteve French1-2/+4
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French1-10/+15
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert1-2/+2
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-3/+3
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French1-0/+11
2023-07-25cifs: fix charset issue in reconnectionWinston Wen1-2/+1
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-06-11cifs: fix max_credits implementationShyam Prasad N1-4/+28
2023-05-25smb3: missing null check in SMB2_change_notifySteve French1-1/+1
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+5650