summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
...
* smb3: workaround negprot bug in some Samba serversSteve French2022-07-131-6/+7
* smb3: use netname when available on secondary channelsShyam Prasad N2022-06-221-2/+9
* smb3: fix empty netname context on secondary channelsSteve French2022-06-201-6/+8
* smb3: add trace point for SMB2_set_eofSteve French2022-06-161-0/+2
* cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-3/+3
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-1/+1
* cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-241-1/+2
* smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-2/+2
* cifs: fix incorrect use of list iterator after the loopXiaomeng Tong2022-03-231-2/+4
* cifs: fix bad fids sent over wirePaulo Alcantara2022-03-231-35/+28
* smb3: send NTLMSSP version informationSteve French2022-01-191-1/+1
* cifs: make status checks in version independent callersShyam Prasad N2022-01-191-14/+0
* cifs: remove unused variable ses_selectedMuhammad Usama Anjum2022-01-191-3/+3
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-1/+3
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-1/+0
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-191-16/+66
* cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky2022-01-171-2/+7
* cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-071-2/+1
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-11/+5
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-3/+18
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-50/+64
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-9/+50
* smb2: clarify rc initialization in smb2_reconnectSteve French2021-11-231-1/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-1/+1
* smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
* smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
* smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
* smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-1/+5
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-11/+6
* cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-051-5/+8
* cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-051-29/+35
* cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-051-2/+2
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-54/+52
* smb3: correct smb3 ACL security descriptorSteve French2021-09-231-2/+2
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-051-1/+1
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-091-10/+75
* cifs: Avoid field over-reading memcpy()Kees Cook2021-06-211-1/+4
* smb311: remove dead code for non compounded posix query infoSteve French2021-06-201-0/+4
* cifs: fix unneeded null checkSteve French2021-06-201-4/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: avoid extra calls in posix_info_parseRonnie Sahlberg2021-06-201-11/+9
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-05-271-0/+7
* SMB3: incorrect file id in requests compounded with openSteve French2021-05-191-3/+3
* smb3: when mounting with multichannel include it in requested capabilitiesSteve French2021-05-081-0/+5
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-061-4/+2
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+1