summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: minor kernel style fixes for commentsSteve French2020-12-141-10/+15
* cifs: Make extract_hostname function publicSamuel Cabrero2020-12-141-34/+0
* cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-131-9/+10
* cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-131-3/+11
* cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-131-8/+3
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-1136/+22
* cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg2020-12-131-57/+2
* cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2020-12-131-57/+0
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-480/+480
* 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