summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.h
AgeCommit message (Expand)Author
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-11-02cifs: add mount parameter tcpnodelaySteve French
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-07-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg
2021-04-25smb3: add rasize mount parameter to improve readahead performanceSteve French
2021-04-25cifs: add fs_context param to parsing helpersAurelien Aptel
2021-04-25cifs: make fs_context error logging wrapperAurelien Aptel
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-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg
2020-12-14cifs: move update of flags into a separate functionRonnie 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: 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 witness mount option and data structsSamuel Cabrero
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie 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