aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2020-10-29smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-04smb3: default to minimum of two channels when multichannel specifiedSteve French
2020-06-01cifs: Standardize logging outputJoe Perches
2020-06-01smb3: Add new parm "nodelete"Steve French
2020-06-01cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara
2020-06-01cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-06-01cifs: handle "nolease" option for vers=1.0Kenneth D'souza
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-04-22cifs: do not share tcons with DFSPaulo Alcantara
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-03-22cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers
2020-03-22CIFS: Warn less noisily on default mountSteve French
2020-03-22cifs: print warning mounting with vers=1.0Steve French
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel
2019-11-25CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel 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