aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2020-07-24SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-13cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-07-07SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-06-04cifs: do not share tcons with DFSPaulo Alcantara
2020-06-04cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-05-15cifs: Fix mode output in debugging statementsFrank Sorenson
2020-05-15cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-03-07cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2020-02-11CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2020-02-11CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2019-12-16CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-10-05smb3: allow disabling requesting leasesSteve French
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-08-06cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2019-07-26cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-07-26cifs: always add credits back for unsolicited PDUsRonnie Sahlberg
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg
2019-05-15cifs: Don't match port on SMBDirect transportLong Li
2019-05-14cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li
2019-05-07cifs: Call MID callback before destroying transportLong Li
2019-05-07smbd: Make upper layer decide when to destroy the transportLong Li
2019-05-07cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-03-14cifs: remove unused value pointed out by CoveritySteve French
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-05CIFS: Set reconnect instance to one initiallyPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2019-03-04cifs: add credits from unmatched responses/messagesRonnie Sahlberg
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg
2019-03-04cifs: Fix NULL pointer dereference of devnameYao Liu
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-10cifs: Fix a debug messageDan Carpenter
2019-01-02cifs: fix confusing warning message on reconnectSteve French
2018-12-28cifs: Always resolve hostname before reconnectingPaulo Alcantara
2018-12-28cifs: Only free DFS target list if we actually got onePaulo Alcantara
2018-12-28cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara
2018-12-28cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara