aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-11smb3: allow deferred close timeout to be configurableGravatar Steve French 1-0/+8
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-1/+1
2022-05-23smb3: add mount parm nosparseGravatar Steve French 1-0/+2
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-0/+1
2021-11-02cifs: add mount parameter tcpnodelayGravatar Steve French 1-0/+1
2021-11-02cifs: To match file servers, make sure the server hostname matchesGravatar Shyam Prasad N 1-0/+1
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-3/+0
2021-07-08cifs: use helpers when parsing uid/gid mount options and validate themGravatar Ronnie Sahlberg 1-0/+1
2021-04-25smb3: add rasize mount parameter to improve readahead performanceGravatar Steve French 1-0/+2
2021-04-25cifs: add fs_context param to parsing helpersGravatar Aurelien Aptel 1-4/+0
2021-04-25cifs: make fs_context error logging wrapperGravatar Aurelien Aptel 1-1/+6
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Gravatar Steve French 1-2/+4
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataGravatar Steve French 1-1/+3
2021-02-11cifs: In the new mount api we get the full devname as source=Gravatar Ronnie Sahlberg 1-0/+1
2020-12-14cifs: move update of flags into a separate functionGravatar Ronnie Sahlberg 1-0/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsGravatar Ronnie Sahlberg 1-1/+1
2020-12-14cifs: we do not allow changing username/password/unc/... during remountGravatar Ronnie Sahlberg 1-1/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-0/+3
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cGravatar Ronnie Sahlberg 1-0/+2
2020-12-14cifs: add witness mount option and data structsGravatar Samuel Cabrero 1-0/+2
2020-12-13cifs: switch to new mount apiGravatar Ronnie Sahlberg 1-33/+41
2020-12-13cifs: move the enum for cifs parameters into fs_context.hGravatar Ronnie Sahlberg 1-0/+97
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cGravatar Ronnie Sahlberg 1-1/+2
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-3/+102
2020-10-22cifs: move smb version mount options into fs_context.cGravatar Ronnie Sahlberg 1-0/+14
2020-10-22cifs: move cache mount options to fs_context.chGravatar Ronnie Sahlberg 1-0/+11
2020-10-22cifs: move security mount options into fs_context.chGravatar Ronnie Sahlberg 1-1/+19
2020-10-22cifs: add files to host new mount apiGravatar Ronnie Sahlberg 1-0/+15