summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
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)
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel
2019-11-25CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-10-20cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French