aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-11smb3: allow deferred close timeout to be configurableGravatar Steve French 1-0/+9
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-25/+4
2022-05-23smb3: add mount parm nosparseGravatar Steve French 1-0/+4
2022-02-13smb3: fix snapshot mount optionGravatar Steve French 1-2/+2
2022-01-18cifs: serialize all mount attemptsGravatar Ronnie Sahlberg 1-1/+7
2021-12-17cifs: sanitize multiple delimiters in prepathGravatar Thiago Rafael Becker 1-1/+37
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnameGravatar Paulo Alcantara 1-0/+2
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-3/+31
2021-11-02cifs: add mount parameter tcpnodelayGravatar Steve French 1-0/+8
2021-11-02cifs: To match file servers, make sure the server hostname matchesGravatar Shyam Prasad N 1-0/+8
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-14/+0
2021-08-25smb3: fix posix extensions mount optionGravatar Steve French 1-2/+9
2021-07-28cifs: add missing parsing of backupuidGravatar Ronnie Sahlberg 1-0/+7
2021-07-22cifs: support share failover when remountingGravatar Paulo Alcantara 1-0/+7
2021-07-08cifs: use helpers when parsing uid/gid mount options and validate themGravatar Ronnie Sahlberg 1-5/+19
2021-05-19cifs: Fix inconsistent indentingGravatar Jiapeng Chong 1-1/+1
2021-05-08smb3: if max_channels set to more than one channel request multichannelGravatar Steve French 1-0/+3
2021-05-04cifs: fix regression when mounting shares with prefix pathsGravatar Paulo Alcantara 1-0/+4
2021-05-03cifs: add shutdown supportGravatar Steve French 1-0/+1
2021-04-25smb3: add rasize mount parameter to improve readahead performanceGravatar Steve French 1-1/+24
2021-04-25cifs: log mount errors using cifs_errorf()Gravatar Aurelien Aptel 1-49/+46
2021-04-25cifs: add fs_context param to parsing helpersGravatar Aurelien Aptel 1-10/+11
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-1/+1
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionGravatar Aurelien Aptel 1-2/+4
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentGravatar Ronnie Sahlberg 1-13/+30
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Gravatar Steve French 1-5/+18
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataGravatar Steve French 1-0/+9
2021-02-15smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedGravatar Steve French 1-1/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Gravatar Ronnie Sahlberg 1-1/+15
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedGravatar Ronnie Sahlberg 1-2/+2
2021-01-28cifs: fix dfs domain referralsGravatar Ronnie Sahlberg 1-0/+31
2021-01-28cifs: returning mount parm processing errors correctlyGravatar Steve French 1-4/+4
2021-01-28cifs: fix mounts to subdirectories of targetGravatar Steve French 1-0/+1
2021-01-28cifs: ignore auto and noauto options if givenGravatar Adam Harvey 1-0/+1
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupGravatar Menglong Dong 1-3/+1
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeGravatar Steve French 1-0/+7
2020-12-16cifs: handle "guest" mount parameterGravatar Steve French 1-0/+4
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesGravatar Steve French 1-5/+10
2020-12-15smb3: remind users that witness protocol is experimentalGravatar Steve French 1-0/+1
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramGravatar Ronnie Sahlberg 1-1/+3
2020-12-14cifs: update mnt_cifs_flags during reconfigureGravatar Ronnie Sahlberg 1-0/+1
2020-12-14cifs: move update of flags into a separate functionGravatar Ronnie Sahlberg 1-0/+155
2020-12-14cifs: do not allow changing posix_paths during remountGravatar Ronnie Sahlberg 1-0/+4
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsGravatar Ronnie Sahlberg 1-4/+0
2020-12-14cifs: we do not allow changing username/password/unc/... during remountGravatar Ronnie Sahlberg 1-3/+50
2020-12-14cifs: add initial reconfigure supportGravatar Ronnie Sahlberg 1-3/+33
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-3/+42
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersGravatar Dmitry Osipenko 1-0/+1
2020-12-14cifs: add witness mount option and data structsGravatar Samuel Cabrero 1-0/+8