summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI1-1/+1
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero1-0/+1
2020-12-16cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N1-0/+8
2020-12-16cifs: fix rsize/wsize to be negotiated valuesSteve French1-2/+6
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg1-71/+3
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg1-3/+4
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg1-6/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-15/+14
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-12/+9
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg1-43/+4
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero1-6/+20
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg1-2/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-10/+5
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero1-13/+8
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero1-0/+5
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero1-2/+24
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+25
2020-12-14cifs: minor kernel style fixes for commentsSteve French1-10/+15
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-34/+0
2020-12-14cifs: get rid of cifs_sb->mountdataRonnie Sahlberg1-9/+10
2020-12-14cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg1-3/+11
2020-12-14cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg1-8/+3
2020-12-14cifs: switch to new mount apiRonnie Sahlberg1-1136/+22
2020-12-14cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg1-57/+2
2020-12-14cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg1-57/+0
2020-12-14cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-480/+480
2020-12-04cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-01cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg1-85/+0
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg1-62/+0
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg1-84/+1
2020-10-22smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-22cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero1-2/+10
2020-10-16Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula1-1/+14
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