summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2020-01-27cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French
2020-01-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman
2019-11-06cifs: add credits from unmatched responses/messagesRonnie Sahlberg
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-09-16cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2019-04-05cifs: Fix NULL pointer dereference of devnameYao Liu
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2018-10-02smb3: fix lease break problem introduced by compoundingSteve French
2018-10-02cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg
2018-09-02cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg
2018-08-07smb3: add reconnect tracepointsSteve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07cifs: allow disabling insecure dialects in the configSteve French
2018-08-07smb3: if server does not support posix do not allow posix mount optionSteve French
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalSteve French
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel
2018-06-02CIFS: Use offset when reading pagesLong Li
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French
2018-05-27smb3: fix redundant opens on rootSteve French
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg
2018-04-01Don't log confusing message on reconnect by defaultSteve French
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King