summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix missing spinlock around update to ses->statusSteve French2021-07-141-1/+4
* cifs: detect dead connections only when echoes are enabled.Shyam Prasad N2021-05-111-0/+1
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-171-5/+5
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-261-0/+1
* cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-031-1/+2
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-11-301-0/+2
* cifs: move smb version mount options into fs_context.cRonnie Sahlberg2020-10-221-85/+0
* cifs: move cache mount options to fs_context.chRonnie Sahlberg2020-10-221-62/+0
* cifs: move security mount options into fs_context.chRonnie Sahlberg2020-10-221-84/+1
* smb3: do not try to cache root directory if dir leases not supportedSteve French2020-10-211-1/+4
* cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero2020-10-211-2/+10
* Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-151-1/+14
* 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