summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-5/+5
2020-08-07cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter1-0/+1
2020-08-03cifs: document and cleanup dfs mountPaulo Alcantara1-188/+182
2020-08-03cifs: only update prefix path of DFS links in cifs_tree_connect()Paulo Alcantara1-2/+7
2020-08-03cifs: fix double free error on share and prefixColin Ian King1-0/+2
2020-08-03cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara1-6/+11
2020-08-03cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2020-08-03cifs: rename reconn_inval_dfs_target()Paulo Alcantara1-7/+6
2020-08-03cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher1-0/+100
2020-08-03cifs: convert to use be32_add_cpu()Qinglang Miao1-2/+1
2020-07-02SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-07-02SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-02SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-02SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-02SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-06-06Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-62/+68
2020-06-04smb3: default to minimum of two channels when multichannel specifiedSteve French1-0/+4
2020-06-01cifs: Standardize logging outputJoe Perches1-45/+32
2020-06-01smb3: Add new parm "nodelete"Steve French1-1/+8
2020-06-01cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara1-3/+2
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-3/+3
2020-06-01cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara1-9/+9
2020-06-01cifs: handle "nolease" option for vers=1.0Kenneth D'souza1-1/+10
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-8/+2
2020-04-23cifs: do not share tcons with DFSPaulo Alcantara1-0/+4
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-03-23cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers1-1/+4
2020-03-23CIFS: Warn less noisily on default mountSteve French1-5/+6
2020-03-23cifs: print warning mounting with vers=1.0Steve French1-0/+3
2020-03-23cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher1-5/+2
2020-03-23cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-51/+12
2020-02-13cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-04SMB3: Backup intent flag missing from some more opsAmir Goldstein1-1/+1
2020-01-27cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)1-1/+5
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)1-11/+35
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-13/+35
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-2/+2
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel1-2/+36
2019-11-25CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky1-6/+0
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky1-0/+15
2019-10-25CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky1-1/+9
2019-10-21cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)1-2/+6
2019-10-09smb3: remove noisy debug message and minor cleanupSteve French1-1/+1