summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2023-06-14cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara
2023-06-14cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein
2023-01-18cifs: fix confusing debug messagePaulo Alcantara
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2021-09-30cifs: fix incorrect check for null pointer in header_assembleSteve French
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French
2021-04-14Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara
2020-07-09SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
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-06-24cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara
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-04cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2019-12-21cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-12-21CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-10-20cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-10-06smb3: cleanup some recent endian errors spotted by updated sparseSteve French
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)
2019-09-16smb3: allow disabling requesting leasesSteve French
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French
2019-09-16smb3: log warning if CSC policy conflicts with cache mount optionSteve French
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French
2019-09-16smb3: add some more descriptive messages about share when mounting cache=roSteve French
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg
2019-09-16cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-07-13cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-07smb3: do not send compression info by defaultSteve French