summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix memory leaks in session setupPaulo Alcantara2022-10-191-8/+7
* cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu2022-10-181-1/+1
* smb3: improve SMB3 change notification supportSteve French2022-10-151-3/+27
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-151-1/+2
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-22/+16
* cifs: prevent copying past input buffer boundariesPaulo Alcantara2022-10-131-2/+2
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-5/+14
* cifs: remove initialization valueMuhammad Usama Anjum2022-10-051-1/+1
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-6/+10
* cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-051-2/+2
* 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