summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-081-2/+2
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-061-5/+5
* cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-251-0/+17
* cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-251-1/+34
* cifs: check all path components in resolved dfs targetPaulo Alcantara2021-02-251-60/+33
* cifs: fix DFS failoverPaulo Alcantara2021-02-251-64/+59
* cifs: fix nodfs mount optionPaulo Alcantara2021-02-251-4/+4
* cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-251-1/+1
* cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-251-0/+2
* TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-231-0/+4
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-2/+2
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-4/+7
* cifs: fix trivial typoSteve French2021-02-161-1/+1
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-111-0/+1
* cifs: fix dfs-linksRonnie Sahlberg2021-02-091-0/+8
* 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