summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong1-3/+1
2020-12-17cifs: Fix support for remount when not changing rsize/wsizeSteve French1-0/+7
2020-12-17cifs: handle "guest" mount parameterSteve French1-0/+4
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French1-5/+10
2020-12-16smb3: remind users that witness protocol is experimentalSteve French1-0/+1
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg1-1/+3
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg1-0/+1
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg1-0/+155
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg1-0/+4
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-4/+0
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg1-3/+50
2020-12-14cifs: add initial reconfigure supportRonnie Sahlberg1-3/+33
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-0/+3
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg1-3/+42
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko1-0/+1
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+8
2020-12-14cifs: switch to new mount apiRonnie Sahlberg1-72/+991
2020-12-14cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg1-0/+56
2020-12-14cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg1-0/+41
2020-12-14cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-51/+51
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg1-0/+85
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg1-0/+52
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg1-0/+76
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg1-0/+8