summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2025-05-02cifs: print TIDs as hexEnzo Matsumiya
2025-04-10smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2024-04-10exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2024-03-01cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N
2023-05-17smb3: fix problem remounting a share after shutdownSteve French
2023-04-13smb3: allow deferred close timeout to be configurableSteve French
2023-01-12cifs: fix confusing debug messagePaulo Alcantara
2022-12-14cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-12-02cifs: fix missed refcounting of ipc tconPaulo Alcantara
2022-12-02cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-12-02cifs: support nested dfs links over reconnectPaulo Alcantara
2022-12-02cifs: split out dfs code from cifs_reconnect()Paulo Alcantara
2022-12-02cifs: introduce new helper for cifs_reconnect()Paulo Alcantara
2022-11-10cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-09-23cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N
2021-11-18cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara
2021-11-18cifs: To match file servers, make sure the server hostname matchesShyam Prasad N
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French
2021-09-13cifs: fix incorrect kernel doc commentsSteve French
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-07-22cifs: support share failover when remountingPaulo Alcantara
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N
2021-07-15cifs: fix missing null session check in mountSteve French
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N
2021-07-02cifs: make locking consistent around the server session statusSteve French
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French
2021-06-23cifs: missing null pointer check in cifs_mountSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: do not share tcp servers with dfs mountsPaulo Alcantara
2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara
2021-06-20cifs: keep referral server sessions alivePaulo Alcantara
2021-06-20cifs: do not send tree disconnect to ipc sharesPaulo Alcantara
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara
2021-05-03cifs: use echo_interval even when connection not ready.Shyam Prasad N
2021-05-03cifs: detect dead connections only when echoes are enabled.Shyam Prasad N
2021-04-25cifs: don't cargo-cult strndup()Al Viro
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara
2021-02-25cifs: fix DFS failoverPaulo Alcantara