summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara
2021-02-25cifs: fix DFS failoverPaulo Alcantara
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-16cifs: fix trivial typoSteve French
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N
2021-02-09cifs: fix dfs-linksRonnie Sahlberg
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg
2021-01-17fs/cifs: Simplify bool comparison.Jiapeng Zhong
2021-01-17fs/cifs: Assign boolean values to a bool variableJiapeng Zhong
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI
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