aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18cifs: Fix xid leak in cifs_ses_add_channel()Gravatar Zhang Xiaoxu 1-0/+1
2022-10-15cifs: fix double-fault crash during ntlmsspGravatar Paulo Alcantara 1-7/+9
2022-10-13cifs: use ALIGN() and round_up() macrosGravatar Enzo Matsumiya 1-12/+6
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataGravatar Enzo Matsumiya 1-9/+15
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 1-1/+4
2022-07-12cifs: fix race condition with delayed threadsGravatar Shyam Prasad N 1-2/+9
2022-06-24cifs: avoid deadlocks while updating ifaceGravatar Shyam Prasad N 1-12/+21
2022-06-22cifs: during reconnect, update interface if necessaryGravatar Shyam Prasad N 1-0/+79
2022-06-22cifs: change iface_list from array to sorted linked listGravatar Shyam Prasad N 1-38/+40
2022-06-18cifs: when a channel is not found for server, log its connection idGravatar Shyam Prasad N 1-0/+3
2022-06-10cifs: populate empty hostnames for extra channelsGravatar Shyam Prasad N 1-1/+4
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-3/+3
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-3/+3
2022-05-24cifs: avoid parallel session setups on same channelGravatar Shyam Prasad N 1-0/+27
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierGravatar Steve French 1-5/+6
2022-02-03cifs: fix workstation_name for multiuser mountsGravatar Ryan Bair 1-1/+5
2022-01-19smb3: send NTLMSSP version informationGravatar Steve French 1-0/+70
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsGravatar Shyam Prasad N 1-15/+0
2022-01-19cifs: make status checks in version independent callersGravatar Shyam Prasad N 1-9/+0
2022-01-19cifs: protect all accesses to chan_* with chan_lockGravatar Shyam Prasad N 1-3/+7
2022-01-19cifs: fix the connection state transitions with multichannelGravatar Shyam Prasad N 1-1/+0
2022-01-17cifs: clean up an inconsistent indentingGravatar Yang Li 1-1/+1
2022-01-17cifs: free ntlmsspblob allocated in negotiateGravatar Shyam Prasad N 1-5/+8
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsGravatar Shyam Prasad N 1-3/+5
2022-01-07cifs: take cifs_tcp_ses_lock for status checksGravatar Shyam Prasad N 1-4/+4
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumGravatar Shyam Prasad N 1-0/+5
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusGravatar Shyam Prasad N 1-64/+59
2022-01-02cifs: track individual channel status using chans_need_reconnectGravatar Shyam Prasad N 1-2/+65
2021-12-08cifs: fix ntlmssp auth when there is no key exchangeGravatar Paulo Alcantara 1-18/+36
2021-11-23cifs: populate server_hostname for extra channelsGravatar Shyam Prasad N 1-0/+1
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperGravatar Paulo Alcantara 1-0/+13
2021-11-16cifs: move debug print out of spinlockGravatar Steve French 1-1/+1
2021-11-12cifs: connect individual channel servers to primary channel serverGravatar Shyam Prasad N 1-5/+1
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-12/+38
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-70/+118
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-254/+1
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathGravatar Ding Hui 1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-06-20cifs: fix ipv6 formating in cifs_ses_add_channelGravatar Aurelien Aptel 1-1/+1
2021-05-08smb3: do not attempt multichannel to server which does not support itGravatar Steve French 1-0/+6
2021-03-06cifs: fix credit accounting for extra channelGravatar Aurelien Aptel 1-0/+1
2021-02-22cifs: change confusing field serverName (to ip_addr)Gravatar Steve French 1-1/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsGravatar Ronnie Sahlberg 1-12/+11
2020-12-13cifs: switch to new mount apiGravatar Ronnie Sahlberg 1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-25/+26
2020-12-13cifs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-08-02cifs: convert to use be32_add_cpu()Gravatar Qinglang Miao 1-2/+1
2020-08-02cifs: Remove the superfluous breakGravatar Liao Pingfang 1-1/+0