summaryrefslogtreecommitdiffstats
path: root/fs/cifs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg2021-02-251-13/+30
* cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-251-5/+18
* cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-251-0/+9
* smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-151-1/+1
* cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-111-1/+15
* cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg2021-02-091-2/+2
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-0/+31
* cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4
* cifs: fix mounts to subdirectories of targetSteve French2021-01-281-0/+1
* cifs: ignore auto and noauto options if givenAdam Harvey2021-01-281-0/+1
* fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
* cifs: Fix support for remount when not changing rsize/wsizeSteve French2020-12-161-0/+7
* cifs: handle "guest" mount parameterSteve French2020-12-161-0/+4
* cifs: correct four aliased mount parms to allow use of previous namesSteve French2020-12-161-5/+10
* smb3: remind users that witness protocol is experimentalSteve French2020-12-151-0/+1
* cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg2020-12-141-1/+3
* cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg2020-12-141-0/+1
* cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-141-0/+155
* cifs: do not allow changing posix_paths during remountRonnie Sahlberg2020-12-141-0/+4
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-4/+0
* cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg2020-12-141-3/+50
* cifs: add initial reconfigure supportRonnie Sahlberg2020-12-141-3/+33
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-0/+3
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-3/+42
* cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko2020-12-141-0/+1
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-141-0/+8
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-72/+991
* cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg2020-12-131-0/+56
* cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-131-0/+41
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-51/+51
* cifs: move smb version mount options into fs_context.cRonnie Sahlberg2020-10-221-0/+85
* cifs: move cache mount options to fs_context.chRonnie Sahlberg2020-10-221-0/+52
* cifs: move security mount options into fs_context.chRonnie Sahlberg2020-10-221-0/+76
* cifs: add files to host new mount apiRonnie Sahlberg2020-10-221-0/+8