summaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-02cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara
2023-01-10cifs: fix potential memory leaks in session setupPaulo Alcantara
2023-01-04cifs: refcount only the selected iface during interface updateShyam Prasad N
2022-11-19cifs: Use after free in debug codeDan Carpenter
2022-10-18cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair
2022-01-19smb3: send NTLMSSP version informationSteve French
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N
2022-01-19cifs: make status checks in version independent callersShyam Prasad N
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N
2022-01-17cifs: clean up an inconsistent indentingYang Li
2022-01-17cifs: free ntlmsspblob allocated in negotiateShyam Prasad N
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N
2021-12-08cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara
2021-11-23cifs: populate server_hostname for extra channelsShyam Prasad N
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara
2021-11-16cifs: move debug print out of spinlockSteve French
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg