summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-051-6/+7
* cifs: share dfs connections and supersPaulo Alcantara2022-12-191-0/+4
* cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2022-12-191-9/+0
* cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French2022-12-121-3/+8
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-2/+10
* smb3: allow deferred close timeout to be configurableSteve French2022-08-111-0/+9
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-25/+4
* smb3: add mount parm nosparseSteve French2022-05-231-0/+4
* smb3: fix snapshot mount optionSteve French2022-02-131-2/+2
* cifs: serialize all mount attemptsRonnie Sahlberg2022-01-181-1/+7
* cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-171-1/+37
* cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-3/+31
* cifs: add mount parameter tcpnodelaySteve French2021-11-021-0/+8
* cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-021-0/+8
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-14/+0
* smb3: fix posix extensions mount optionSteve French2021-08-251-2/+9
* cifs: add missing parsing of backupuidRonnie Sahlberg2021-07-281-0/+7
* cifs: support share failover when remountingPaulo Alcantara2021-07-221-0/+7
* cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2021-07-081-5/+19
* cifs: Fix inconsistent indentingJiapeng Chong2021-05-191-1/+1
* smb3: if max_channels set to more than one channel request multichannelSteve French2021-05-081-0/+3
* cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara2021-05-041-0/+4
* cifs: add shutdown supportSteve French2021-05-031-0/+1
* smb3: add rasize mount parameter to improve readahead performanceSteve French2021-04-251-1/+24
* cifs: log mount errors using cifs_errorf()Aurelien Aptel2021-04-251-49/+46
* cifs: add fs_context param to parsing helpersAurelien Aptel2021-04-251-10/+11
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-1/+1
* cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel2021-03-191-2/+4
* cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg2021-02-251-13/+30
* cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-251-5/+18
* cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-251-0/+9
* smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-151-1/+1
* cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-111-1/+15
* cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg2021-02-091-2/+2
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-0/+31
* cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4
* cifs: fix mounts to subdirectories of targetSteve French2021-01-281-0/+1
* cifs: ignore auto and noauto options if givenAdam Harvey2021-01-281-0/+1
* fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
* cifs: Fix support for remount when not changing rsize/wsizeSteve French2020-12-161-0/+7
* cifs: handle "guest" mount parameterSteve French2020-12-161-0/+4
* cifs: correct four aliased mount parms to allow use of previous namesSteve French2020-12-161-5/+10
* smb3: remind users that witness protocol is experimentalSteve French2020-12-151-0/+1
* cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg2020-12-141-1/+3
* cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg2020-12-141-0/+1
* cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-141-0/+155
* cifs: do not allow changing posix_paths during remountRonnie Sahlberg2020-12-141-0/+4
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-4/+0
* cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg2020-12-141-3/+50