summaryrefslogtreecommitdiff
path: root/fs/cifs/fs_context.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-24cifs: mapchars mount option ignoredSteve French
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker
2022-12-19cifs: share dfs connections and supersPaulo Alcantara
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara
2022-12-12cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-08-11smb3: allow deferred close timeout to be configurableSteve French
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-23smb3: add mount parm nosparseSteve French
2022-02-13smb3: fix snapshot mount optionSteve French
2022-01-18cifs: serialize all mount attemptsRonnie Sahlberg
2021-12-17cifs: sanitize multiple delimiters in prepathThiago Rafael Becker
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara
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-08-25smb3: fix posix extensions mount optionSteve French
2021-07-28cifs: add missing parsing of backupuidRonnie Sahlberg
2021-07-22cifs: support share failover when remountingPaulo Alcantara
2021-07-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg
2021-05-19cifs: Fix inconsistent indentingJiapeng Chong
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara
2021-05-03cifs: add shutdown supportSteve French
2021-04-25smb3: add rasize mount parameter to improve readahead performanceSteve French
2021-04-25cifs: log mount errors using cifs_errorf()Aurelien Aptel
2021-04-25cifs: add fs_context param to parsing helpersAurelien Aptel
2021-04-25cifs: don't cargo-cult strndup()Al Viro
2021-03-19cifs: warn and fail if trying to use rootfs without the config optionAurelien Aptel
2021-02-25cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg
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-15smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg
2021-01-28cifs: returning mount parm processing errors correctlySteve French
2021-01-28cifs: fix mounts to subdirectories of targetSteve French
2021-01-28cifs: ignore auto and noauto options if givenAdam Harvey
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French
2020-12-16cifs: handle "guest" mount parameterSteve French
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French
2020-12-15smb3: remind users that witness protocol is experimentalSteve French
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg