Age | Commit message (Expand) | Author | Files | Lines |
2023-05-25 | smb: move client and server files to common directory fs/smb | Steve French | 1 | -1773/+0 |
2023-05-25 | cifs: mapchars mount option ignored | Steve French | 1 | -0/+8 |
2023-04-05 | cifs: sanitize paths in cifs_update_super_prepath. | Thiago Rafael Becker | 1 | -6/+7 |
2022-12-19 | cifs: share dfs connections and supers | Paulo Alcantara | 1 | -0/+4 |
2022-12-19 | cifs: remove unused smb3_fs_context::mount_options | Paulo Alcantara | 1 | -9/+0 |
2022-12-12 | cifs: print warning when conflicting soft vs. hard mount options specified | Steve French | 1 | -3/+8 |
2022-10-08 | cifs: replace kfree() with kfree_sensitive() for sensitive data | Enzo Matsumiya | 1 | -2/+10 |
2022-08-12 | smb3: allow deferred close timeout to be configurable | Steve French | 1 | -0/+9 |
2022-05-25 | cifs: fix ntlmssp on old servers | Paulo Alcantara | 1 | -25/+4 |
2022-05-24 | smb3: add mount parm nosparse | Steve French | 1 | -0/+4 |
2022-02-13 | smb3: fix snapshot mount option | Steve French | 1 | -2/+2 |
2022-01-18 | cifs: serialize all mount attempts | Ronnie Sahlberg | 1 | -1/+7 |
2021-12-18 | cifs: sanitize multiple delimiters in prepath | Thiago Rafael Becker | 1 | -1/+37 |
2021-11-12 | cifs: fix memory leak of smb3_fs_context_dup::server_hostname | Paulo Alcantara | 1 | -0/+2 |
2021-11-08 | cifs: send workstation name during ntlmssp session setup | Shyam Prasad N | 1 | -3/+31 |
2021-11-02 | cifs: add mount parameter tcpnodelay | Steve French | 1 | -0/+8 |
2021-11-02 | cifs: To match file servers, make sure the server hostname matches | Shyam Prasad N | 1 | -0/+8 |
2021-08-25 | cifs: remove support for NTLM and weaker authentication algorithms | Ronnie Sahlberg | 1 | -14/+0 |
2021-08-25 | smb3: fix posix extensions mount option | Steve French | 1 | -2/+9 |
2021-07-29 | cifs: add missing parsing of backupuid | Ronnie Sahlberg | 1 | -0/+7 |
2021-07-22 | cifs: support share failover when remounting | Paulo Alcantara | 1 | -0/+7 |
2021-07-09 | cifs: use helpers when parsing uid/gid mount options and validate them | Ronnie Sahlberg | 1 | -5/+19 |
2021-05-20 | cifs: Fix inconsistent indenting | Jiapeng Chong | 1 | -1/+1 |
2021-05-08 | smb3: if max_channels set to more than one channel request multichannel | Steve French | 1 | -0/+3 |
2021-05-04 | cifs: fix regression when mounting shares with prefix paths | Paulo Alcantara | 1 | -0/+4 |
2021-05-03 | cifs: add shutdown support | Steve French | 1 | -0/+1 |
2021-04-26 | smb3: add rasize mount parameter to improve readahead performance | Steve French | 1 | -1/+24 |
2021-04-26 | cifs: log mount errors using cifs_errorf() | Aurelien Aptel | 1 | -49/+46 |
2021-04-26 | cifs: add fs_context param to parsing helpers | Aurelien Aptel | 1 | -10/+11 |
2021-04-26 | cifs: don't cargo-cult strndup() | Al Viro | 1 | -1/+1 |
2021-03-19 | cifs: warn and fail if trying to use rootfs without the config option | Aurelien Aptel | 1 | -2/+4 |
2021-02-25 | cifs: fix handling of escaped ',' in the password mount argument | Ronnie Sahlberg | 1 | -13/+30 |
2021-02-25 | cifs: Add new parameter "acregmax" for distinct file and directory metadata t... | Steve French | 1 | -5/+18 |
2021-02-25 | cifs: Add new mount parameter "acdirmax" to allow caching directory metadata | Steve French | 1 | -0/+9 |
2021-02-15 | smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requested | Steve French | 1 | -1/+1 |
2021-02-11 | cifs: In the new mount api we get the full devname as source= | Ronnie Sahlberg | 1 | -1/+15 |
2021-02-10 | cifs: do not disable noperm if multiuser mount option is not provided | Ronnie Sahlberg | 1 | -2/+2 |
2021-01-29 | cifs: fix dfs domain referrals | Ronnie Sahlberg | 1 | -0/+31 |
2021-01-29 | cifs: returning mount parm processing errors correctly | Steve French | 1 | -4/+4 |
2021-01-28 | cifs: fix mounts to subdirectories of target | Steve French | 1 | -0/+1 |
2021-01-28 | cifs: ignore auto and noauto options if given | Adam Harvey | 1 | -0/+1 |
2021-01-13 | fs: cifs: remove unneeded variable in smb3_fs_context_dup | Menglong Dong | 1 | -3/+1 |
2020-12-17 | cifs: Fix support for remount when not changing rsize/wsize | Steve French | 1 | -0/+7 |
2020-12-17 | cifs: handle "guest" mount parameter | Steve French | 1 | -0/+4 |
2020-12-16 | cifs: correct four aliased mount parms to allow use of previous names | Steve French | 1 | -5/+10 |
2020-12-16 | smb3: remind users that witness protocol is experimental | Steve French | 1 | -0/+1 |
2020-12-14 | cifs: fix uninitialized variable in smb3_fs_context_parse_param | Ronnie Sahlberg | 1 | -1/+3 |
2020-12-14 | cifs: update mnt_cifs_flags during reconfigure | Ronnie Sahlberg | 1 | -0/+1 |
2020-12-14 | cifs: move update of flags into a separate function | Ronnie Sahlberg | 1 | -0/+155 |
2020-12-14 | cifs: do not allow changing posix_paths during remount | Ronnie Sahlberg | 1 | -0/+4 |