summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: add missing spinlock around tcon refcountPaulo Alcantara2022-09-141-0/+3
* cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-131-8/+3
* cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-241-5/+5
* cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-241-6/+3
* cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-241-10/+10
* cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* smb3: allow deferred close timeout to be configurableSteve French2022-08-111-0/+2
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-4/+4
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+53
* cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang2022-08-011-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-95/+121
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-4/+1
* smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-011-7/+6
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-1/+1
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1
* cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
* cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-241-3/+12
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-0/+28
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-221-0/+4
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-2/+4
* cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-101-0/+4
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-13/+13
* cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-18/+4
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-7/+20
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-17/+17
* cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-241-12/+11
* smb3: add mount parm nosparseSteve French2022-05-231-0/+1
* cifs: fix minor compile warningSteve French2022-05-231-0/+2
* cifs: print TIDs as hexEnzo Matsumiya2022-05-201-1/+1
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-201-2/+4
* cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya2022-05-201-4/+12
* cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-201-1/+8
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-201-0/+2
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-081-1/+1
* cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-041-5/+8
* cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-041-1/+1
* smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-16/+16
* cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-03-211-3/+11
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+41
* smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-161-1/+2
* cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
* cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
* [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
* cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-031-0/+13
* cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N2022-01-291-6/+2
* Fix a warning about a malformed kernel doc comment in cifsDavid Howells2022-01-281-1/+1
* cifs: Support fscache indexing rewriteDavid Howells2022-01-191-13/+2
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-3/+6