summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-021-4/+1
* SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-021-0/+1
* SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-021-0/+1
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-021-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-021-0/+1
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-061-62/+68
|\
| * smb3: default to minimum of two channels when multichannel specifiedSteve French2020-06-041-0/+4
| * cifs: Standardize logging outputJoe Perches2020-06-011-45/+32
| * smb3: Add new parm "nodelete"Steve French2020-06-011-1/+8
| * cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara2020-06-011-3/+2
| * cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-3/+3
| * cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara2020-06-011-9/+9
| * cifs: handle "nolease" option for vers=1.0Kenneth D'souza2020-06-011-1/+10
* | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-8/+2
|/
* cifs: do not share tcons with DFSPaulo Alcantara2020-04-231-0/+4
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-04-211-0/+2
* cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers2020-03-231-1/+4
* CIFS: Warn less noisily on default mountSteve French2020-03-231-5/+6
* cifs: print warning mounting with vers=1.0Steve French2020-03-231-0/+3
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-231-5/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-231-51/+12
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-131-1/+1
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-1/+1
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-271-2/+4
* cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-041-1/+5
* cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)2019-11-251-10/+22
* cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)2019-11-251-11/+35
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-13/+35
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-2/+2
* cifs: add multichannel mount options and data structsAurelien Aptel2019-11-251-2/+36
* CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2019-11-251-6/+0
* CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky2019-11-251-0/+15
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-251-1/+9
* cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-211-2/+6
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-091-1/+1
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-071-1/+1
* cifs: Add support for root file systemsPaulo Alcantara (SUSE)2019-09-161-3/+14
* smb3: allow disabling requesting leasesSteve French2019-09-161-1/+8
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+1
* smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-161-0/+13
* smb3: allow skipping signature verification for perf sensitive configurationsSteve French2019-09-161-3/+10
* smb3: log warning if CSC policy conflicts with cache mount optionSteve French2019-09-161-0/+8
* smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-161-1/+19
* smb3: add some more descriptive messages about share when mounting cache=roSteve French2019-09-161-1/+9
* smb3: add mount option to allow forced caching of read only shareSteve French2019-09-161-0/+14
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-23/+24
* cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg2019-09-161-1/+1
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-281-2/+5
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-271-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-271-0/+22