- 5455b9e cifs: serialize all mount attempts by Ronnie Sahlberg · 3 years ago
- a310808 cifs: sanitize multiple delimiters in prepath by Thiago Rafael Becker · 3 years, 1 month ago
- 869da64 cifs: fix memory leak of smb3_fs_context_dup::server_hostname by Paulo Alcantara · 3 years, 2 months ago
- 49bd49f cifs: send workstation name during ntlmssp session setup by Shyam Prasad N · 3 years, 2 months ago
- 7ae5e58 cifs: add mount parameter tcpnodelay by Steve French · 3 years, 3 months ago
- 7be3248 cifs: To match file servers, make sure the server hostname matches by Shyam Prasad N · 3 years, 3 months ago
- 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 5 months ago
- 7321be2 smb3: fix posix extensions mount option by Steve French · 3 years, 5 months ago
- b946dbc cifs: add missing parsing of backupuid by Ronnie Sahlberg · 3 years, 6 months ago
- b623661 cifs: support share failover when remounting by Paulo Alcantara · 3 years, 6 months ago
- e0a3cbc cifs: use helpers when parsing uid/gid mount options and validate them by Ronnie Sahlberg · 3 years, 6 months ago
- e83aa35 cifs: Fix inconsistent indenting by Jiapeng Chong · 3 years, 8 months ago
- c1f8a39 smb3: if max_channels set to more than one channel request multichannel by Steve French · 3 years, 8 months ago
- 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 9 months ago
- 087f757 cifs: add shutdown support by Steve French · 3 years, 9 months ago
- b8d64f8 smb3: add rasize mount parameter to improve readahead performance by Steve French · 3 years, 9 months ago
- 24feddd cifs: log mount errors using cifs_errorf() by Aurelien Aptel · 3 years, 11 months ago
- d9a8692 cifs: add fs_context param to parsing helpers by Aurelien Aptel · 3 years, 11 months ago
- 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 11 months ago
- af3ef3b cifs: warn and fail if trying to use rootfs without the config option by Aurelien Aptel · 3 years, 10 months ago
- d08395a cifs: fix handling of escaped ',' in the password mount argument by Ronnie Sahlberg · 3 years, 11 months ago
- 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 11 months ago
- 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 11 months ago
- 6dffa4c smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requested by Steve French · 4 years ago
- af1a3d2 cifs: In the new mount api we get the full devname as source= by Ronnie Sahlberg · 4 years ago
- a0f85e3 cifs: do not disable noperm if multiuser mount option is not provided by Ronnie Sahlberg · 4 years ago
- 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
- bd2f0b4 cifs: returning mount parm processing errors correctly by Steve French · 4 years ago
- c9b8cd6 cifs: fix mounts to subdirectories of target by Steve French · 4 years ago
- 19d5158 cifs: ignore auto and noauto options if given by Adam Harvey · 4 years ago
- c13e7af fs: cifs: remove unneeded variable in smb3_fs_context_dup by Menglong Dong · 4 years ago
- 2d06049 cifs: Fix support for remount when not changing rsize/wsize by Steve French · 4 years, 1 month ago
- 31f6551 cifs: handle "guest" mount parameter by Steve French · 4 years, 1 month ago
- 27cf948 cifs: correct four aliased mount parms to allow use of previous names by Steve French · 4 years, 1 month ago
- dd53803 smb3: remind users that witness protocol is experimental by Steve French · 4 years, 1 month ago
- 5c4b642 cifs: fix uninitialized variable in smb3_fs_context_parse_param by Ronnie Sahlberg · 4 years, 1 month ago
- 1cb6c3d cifs: update mnt_cifs_flags during reconfigure by Ronnie Sahlberg · 4 years, 1 month ago
- 2d39f50 cifs: move update of flags into a separate function by Ronnie Sahlberg · 4 years, 1 month ago
- 531f03b cifs: do not allow changing posix_paths during remount by Ronnie Sahlberg · 4 years, 1 month ago
- 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years, 1 month ago
- 9ccecae cifs: we do not allow changing username/password/unc/... during remount by Ronnie Sahlberg · 4 years, 1 month ago
- d6a7878 cifs: add initial reconfigure support by Ronnie Sahlberg · 4 years, 1 month ago
- 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years, 1 month ago
- c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years, 1 month ago
- 427c4f0 cifs: Add missing sentinel to smb3_fs_parameters by Dmitry Osipenko · 4 years, 1 month ago
- 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
- 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
- 66e7b09 cifs: move cifs_parse_devname to fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago
- 837e3a1 cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago
- 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
- 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 3 months ago
- 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
- 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
- a6a9cff cifs: add files to host new mount api by Ronnie Sahlberg · 4 years, 3 months ago