index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
fs_context.h
Age
Commit message (
Expand
)
Author
2022-12-19
cifs: share dfs connections and supers
Paulo Alcantara
2022-12-19
cifs: remove unused smb3_fs_context::mount_options
Paulo Alcantara
2022-08-11
smb3: allow deferred close timeout to be configurable
Steve French
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
2022-05-23
smb3: add mount parm nosparse
Steve French
2021-11-08
cifs: send workstation name during ntlmssp session setup
Shyam Prasad N
2021-11-02
cifs: add mount parameter tcpnodelay
Steve French
2021-11-02
cifs: To match file servers, make sure the server hostname matches
Shyam Prasad N
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
2021-07-08
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2021-04-25
smb3: add rasize mount parameter to improve readahead performance
Steve French
2021-04-25
cifs: add fs_context param to parsing helpers
Aurelien Aptel
2021-04-25
cifs: make fs_context error logging wrapper
Aurelien Aptel
2021-02-25
cifs: Add new parameter "acregmax" for distinct file and directory metadata t...
Steve French
2021-02-25
cifs: Add new mount parameter "acdirmax" to allow caching directory metadata
Steve French
2021-02-11
cifs: In the new mount api we get the full devname as source=
Ronnie Sahlberg
2020-12-14
cifs: move update of flags into a separate function
Ronnie Sahlberg
2020-12-14
cifs: simplify handling of cifs_sb/ctx->local_nls
Ronnie Sahlberg
2020-12-14
cifs: we do not allow changing username/password/unc/... during remount
Ronnie Sahlberg
2020-12-14
cifs: move [brw]size from cifs_sb to cifs_sb->ctx
Ronnie Sahlberg
2020-12-14
cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
Ronnie Sahlberg
2020-12-14
cifs: add witness mount option and data structs
Samuel Cabrero
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
2020-12-13
cifs: move the enum for cifs parameters into fs_context.h
Ronnie Sahlberg
2020-12-13
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
2020-10-22
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
2020-10-22
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
2020-10-22
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
2020-10-22
cifs: add files to host new mount api
Ronnie Sahlberg