kernel_optimize_test/fs/cifs
Steve French 1981ebaabd smb3: add some more descriptive messages about share when mounting cache=ro
Add some additional logging so the user can see if the share they
mounted with cache=ro is considered read only by the server

CIFS: Attempting to mount //localhost/test
CIFS VFS: mounting share with read only caching. Ensure that the share will not be modified while in use.
CIFS VFS: read only mount of RW share

CIFS: Attempting to mount //localhost/test-ro
CIFS VFS: mounting share with read only caching. Ensure that the share will not be modified while in use.
CIFS VFS: mounted to read only share

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-09-16 11:43:37 -05:00
..
asn1.c
cache.c
cifs_debug.c
cifs_debug.h cifs: add new debugging macro cifs_server_dbg 2019-09-16 11:43:37 -05:00
cifs_dfs_ref.c
cifs_fs_sb.h smb3: add mount option to allow forced caching of read only share 2019-09-16 11:43:37 -05:00
cifs_ioctl.h cifs: add passthrough for smb2 setinfo 2019-09-16 11:43:37 -05:00
cifs_spnego.c Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" 2019-07-10 18:43:43 -07:00
cifs_spnego.h
cifs_unicode.c
cifs_unicode.h
cifs_uniupr.h
cifsacl.c cifs: allow chmod to set mode bits using special sid 2019-09-16 11:43:37 -05:00
cifsacl.h
cifsencrypt.c
cifsfs.c smb3: add mount option to allow forced caching of read only share 2019-09-16 11:43:37 -05:00
cifsfs.h cifs: update internal module number 2019-08-27 17:29:56 -05:00
cifsglob.h smb3: add mount option to allow forced caching of read only share 2019-09-16 11:43:37 -05:00
cifspdu.h
cifsproto.h cifs: create a helper to find a writeable handle by path name 2019-09-16 11:43:37 -05:00
cifssmb.c fs: cifs: cifsssmb: remove redundant assignment to variable ret 2019-09-16 11:43:37 -05:00
connect.c smb3: add some more descriptive messages about share when mounting cache=ro 2019-09-16 11:43:37 -05:00
dfs_cache.c
dfs_cache.h
dir.c cifs: create a helper to find a writeable handle by path name 2019-09-16 11:43:37 -05:00
dns_resolve.c
dns_resolve.h
export.c
file.c cifs: create a helper to find a writeable handle by path name 2019-09-16 11:43:37 -05:00
fscache.c
fscache.h
inode.c cifs: allow chmod to set mode bits using special sid 2019-09-16 11:43:37 -05:00
ioctl.c
Kconfig smb3/cifs fixes (3 for stable) and improvements including much faster encryption (SMB3.1.1 GCM) 2019-07-18 11:11:51 -07:00
link.c
Makefile
misc.c cifs: replace various strncpy with strscpy and similar 2019-08-27 17:25:12 -05:00
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c
rfc1002pdu.h
sess.c cifs: replace various strncpy with strscpy and similar 2019-08-27 17:25:12 -05:00
smb1ops.c
smb2file.c smb3: optimize open to not send query file internal info 2019-07-18 17:44:13 -05:00
smb2glob.h
smb2inode.c cifs: use existing handle for compound_op(OP_SET_INFO) when possible 2019-09-16 11:43:37 -05:00
smb2maperror.c
smb2misc.c
smb2ops.c cifs: remove unused variable 2019-09-16 11:43:37 -05:00
smb2pdu.c cifs: fix dereference on ses before it is null checked 2019-09-16 11:43:37 -05:00
smb2pdu.h smb3: add missing flag definitions 2019-09-16 11:43:37 -05:00
smb2proto.h cifs: prepare SMB2_Flush to be usable in compounds 2019-09-16 11:43:37 -05:00
smb2status.h
smb2transport.c cifs: add new debugging macro cifs_server_dbg 2019-09-16 11:43:37 -05:00
smbdirect.c
smbdirect.h
smbencrypt.c
smberr.h
smbfsctl.h
trace.c
trace.h
transport.c cifs: fix dereference on ses before it is null checked 2019-09-16 11:43:37 -05:00
winucase.c
xattr.c