summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-14cifs: minor kernel style fixes for commentsSteve French
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
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