summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-09-26smb: client: allocate crypto only for primary serverEnzo Matsumiya1-3/+7
2024-09-26smb: client: fix UAF in async decryptionEnzo Matsumiya1-0/+6
2024-09-24cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells1-7/+15
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds1-7/+12
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells1-2/+0
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya1-0/+5
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong1-4/+4
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-1/+1
2024-09-12netfs: Speed up buffered readingDavid Howells1-11/+16
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells1-4/+9
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells1-11/+17
2024-08-25smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher1-20/+20
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher1-2/+0
2024-08-25smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French1-0/+3
2024-07-26smb3: add dynamic trace point for session setup key expired failuresSteve French1-1/+7
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-4/+36
2024-07-19cifs: Fix server re-repick on subrequest retryDavid Howells1-3/+0
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells1-2/+2
2024-06-20cifs: Defer read completionDavid Howells1-3/+12
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells1-3/+0
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