summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2026-02-08smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-02-08smb: client: make use of rdma_restrict_node_type()Stefan Metzmacher1-0/+26
2026-02-08smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
2026-02-08smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
2026-02-08smb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
2026-02-08smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
2026-02-08smb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
2026-02-08smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
2026-02-08smb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
2026-02-08smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
2026-02-08smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
2026-02-08smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
2026-02-08smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
2026-02-08smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
2026-02-08smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
2026-02-08cifs: SMB1 split: Make BCC accessors conditionalDavid Howells1-2/+2
2026-02-08cifs: SMB1 split: connect.cDavid Howells5-271/+253
2026-02-08cifs: SMB1 split: sess.cDavid Howells5-984/+1003
2026-02-08cifs: SMB1 split: cifsencrypt.cDavid Howells5-128/+149
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells6-826/+846
2026-02-08cifs: SMB1 split: misc.cDavid Howells5-169/+185
2026-02-08cifs: SMB1 split: cifs_debug.cDavid Howells5-17/+34
2026-02-08cifs: SMB1 split: Move inline funcsDavid Howells2-12/+12
2026-02-08cifs: Fix cifs_dump_mids() to call ->dump_detailDavid Howells1-1/+1
2026-02-08cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()David Howells2-7/+6
2026-02-08cifs: SMB1 split: Move BCC access functionsDavid Howells2-35/+34
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells13-11/+4
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells23-2358/+2363
2026-02-08cifs: SMB1 split: Add some #includesDavid Howells2-4/+5
2026-02-08cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.cDavid Howells4-128/+128
2026-02-08cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.cDavid Howells3-171/+173
2026-02-08cifs: SMB1 split: Separate out SMB1 decls into smb1proto.hDavid Howells3-200/+206
2026-02-08cifs: SMB1 split: Create smb1proto.h for SMB1 declarationsDavid Howells3-12/+39
2026-02-08cifs: SMB1 split: Rename cifstransport.cDavid Howells2-1/+4
2026-02-08cifs: Scripted clean up fs/smb/client/ntlmssp.hDavid Howells1-7/+8
2026-02-08cifs: Scripted clean up fs/smb/client/reparse.hDavid Howells1-6/+7
2026-02-08cifs: Scripted clean up fs/smb/client/smb2proto.hDavid Howells1-252/+216
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_debug.hDavid Howells1-1/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_swn.hDavid Howells1-5/+5
2026-02-08cifs: Scripted clean up fs/smb/client/compress.hDavid Howells1-1/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_spnego.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/fs_context.hDavid Howells1-7/+9
2026-02-08cifs: Scripted clean up fs/smb/client/fscache.hDavid Howells1-5/+5
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells1-6/+6
2026-02-08cifs: Scripted clean up fs/smb/client/dns_resolve.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/dfs_cache.hDavid Howells1-7/+12
2026-02-08cifs: Scripted clean up fs/smb/client/cifsfs.hDavid Howells1-56/+58
2026-02-08cifs: Scripted clean up fs/smb/client/netlink.hDavid Howells1-2/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_unicode.hDavid Howells1-8/+9
2026-02-08cifs: Scripted clean up fs/smb/client/cifsproto.hDavid Howells1-486/+445