summaryrefslogtreecommitdiffstats
path: root/fs/cifs/fs_context.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg1-0/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-1/+1
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg1-1/+1
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-0/+2
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+2
2020-12-13cifs: switch to new mount apiRonnie Sahlberg1-33/+41
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg1-0/+97
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg1-1/+2
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-3/+102
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg1-0/+14
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg1-0/+11
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg1-1/+19
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg1-0/+15