summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-301-1/+1
|\
| * cifs: fix check of tcon dfs in smb1Paulo Alcantara2020-08-281-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-5/+5
|/
* Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-151-0/+1
|\
| * cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter2020-08-061-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-5/+5
|\ \ | |/ |/|
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-5/+5
* | cifs: document and cleanup dfs mountPaulo Alcantara2020-08-021-188/+182
* | cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara2020-08-021-2/+7
* | cifs: fix double free error on share and prefixColin Ian King2020-08-021-0/+2
* | cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-021-6/+11
* | cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara2020-08-021-4/+6
* | cifs: rename reconn_inval_dfs_target()Paulo Alcantara2020-08-021-7/+6
* | cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher2020-08-021-0/+100
* | cifs: convert to use be32_add_cpu()Qinglang Miao2020-08-021-2/+1
|/
* SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-011-4/+1
* SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
* SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-011-0/+1
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-011-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-011-0/+1
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-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-221-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-221-1/+4
* CIFS: Warn less noisily on default mountSteve French2020-03-221-5/+6
* cifs: print warning mounting with vers=1.0Steve French2020-03-221-0/+3
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-221-5/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-51/+12
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-121-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-261-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-241-1/+9
* cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-201-2/+6
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-081-1/+1