summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-28cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng1-0/+1
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya1-2/+9
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-08cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya1-3/+3
2022-10-06smb3: do not log confusing message when server returns no network interfacesSteve French1-1/+1
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-6/+7
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara1-0/+3
2022-09-14cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher1-8/+3
2022-08-25cifs: Add helper function to check smb1+ serverZhang Xiaoxu1-5/+5
2022-08-25cifs: Use help macro to get the mid header sizeZhang Xiaoxu1-6/+3
2022-08-25cifs: Use help macro to get the header preamble sizeZhang Xiaoxu1-10/+10
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-12smb3: allow deferred close timeout to be configurableSteve French1-0/+2
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-4/+4
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-0/+53
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-95/+121
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-4/+1
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya1-7/+6
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-1/+1
2022-08-01cifs: remove unnecessary type castingsYu Zhe1-1/+1
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N1-3/+12
2022-06-23cifs: periodically query network interfaces from serverShyam Prasad N1-0/+28
2022-06-23cifs: during reconnect, update interface if necessaryShyam Prasad N1-0/+4
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N1-2/+4
2022-06-11cifs: populate empty hostnames for extra channelsShyam Prasad N1-0/+4
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch1-13/+13
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya1-1/+0
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara1-18/+4
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N1-7/+20
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-17/+17
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N1-12/+11
2022-05-24smb3: add mount parm nosparseSteve French1-0/+1
2022-05-24cifs: fix minor compile warningSteve French1-0/+2
2022-05-21cifs: print TIDs as hexEnzo Matsumiya1-1/+1
2022-05-21cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya1-2/+4
2022-05-21cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya1-4/+12
2022-04-21cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-21cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara1-0/+2
2022-04-09cifs: Split the smb3_add_credits tracepointDavid Howells1-1/+1
2022-04-05cifs: force new session setup and tcon for dfsPaulo Alcantara1-5/+8
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara1-1/+1
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-16/+16
2022-03-22cifs: do not skip link targets when an I/O failsPaulo Alcantara1-3/+11
2022-03-19cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N1-1/+41
2022-03-17smb3: fix incorrect session setup check for multiuser mountsSteve French1-1/+2
2022-02-09cifs: mark sessions for reconnection in helper functionShyam Prasad N1-5/+14
2022-02-08cifs: call cifs_reconnect when a connection is markedShyam Prasad N1-0/+1