summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-6/+26
* fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-171-1/+1
* fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-171-1/+1
* cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
* cifs: Avoid error pointer dereferenceSamuel Cabrero2020-12-181-0/+1
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-0/+8
* cifs: fix rsize/wsize to be negotiated valuesSteve French2020-12-151-2/+6
* cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-141-71/+3
* cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg2020-12-141-3/+4
* cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg2020-12-141-6/+1
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-15/+14
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-12/+9
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-43/+4
* cifs: Handle witness client move notificationSamuel Cabrero2020-12-141-6/+20
* cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-141-2/+1
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-10/+5
* cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero2020-12-141-13/+8
* cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero2020-12-141-0/+5
* cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero2020-12-141-2/+24
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-141-0/+25
* 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