summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara
2022-09-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-11smb3: allow deferred close timeout to be configurableSteve French
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-22cifs: periodically query network interfaces from serverShyam 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-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N
2022-05-23smb3: add mount parm nosparseSteve French
2022-05-23cifs: fix minor compile warningSteve French
2022-05-20cifs: print TIDs as hexEnzo Matsumiya
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara
2022-04-08cifs: Split the smb3_add_credits tracepointDavid Howells
2022-04-04cifs: force new session setup and tcon for dfsPaulo Alcantara
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-21cifs: do not skip link targets when an I/O failsPaulo Alcantara
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French
2022-02-08cifs: mark sessions for reconnection in helper functionShyam Prasad N
2022-02-08cifs: call cifs_reconnect when a connection is markedShyam Prasad N
2022-02-06[smb3] improve error message when mount options conflict with posixSteve French