summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.c
AgeCommit message (Expand)Author
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg
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-15smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg
2021-01-28cifs: returning mount parm processing errors correctlySteve French
2021-01-28cifs: fix mounts to subdirectories of targetSteve French
2021-01-28cifs: ignore auto and noauto options if givenAdam Harvey
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French
2020-12-16cifs: handle "guest" mount parameterSteve French
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French
2020-12-15smb3: remind users that witness protocol is experimentalSteve French
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg
2020-12-14cifs: add initial reconfigure supportRonnie 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: Add missing sentinel to smb3_fs_parametersDmitry Osipenko
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
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-22cifs: add files to host new mount apiRonnie Sahlberg