summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2021-09-30cifs: fix incorrect check for null pointer in header_assembleSteve French
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French
2021-05-11cifs: detect dead connections only when echoes are enabled.Shyam Prasad N
2021-03-17cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter
2020-08-02cifs: document and cleanup dfs mountPaulo Alcantara
2020-08-02cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara
2020-08-02cifs: fix double free error on share and prefixColin Ian King
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara
2020-08-02cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara
2020-08-02cifs: rename reconn_inval_dfs_target()Paulo Alcantara
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao
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)