summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-08-301-5/+7
* cifs: skip extra NULL byte in filenamesPaulo Alcantara2022-08-241-10/+6
* cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-171-11/+9
* cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-111-1/+1
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-1/+2
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-3/+3
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-12/+12
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1
* 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