1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
linux/fs/cifs
Rodrigo Freire 9a0efeccfa CIFS: Adds information-level logging function
Currently, CIFS lacks a internal logging function that prints out data
when CIFS_DEBUG=n. When CIFS_DEBUG=y, the only message level for CIFS
events are KERN_ERR or KERN_DEBUG.

This patch creates cifs_info(), which is useful for printing
non-critical event messges, at either CIFS_DEBUG state.

Signed-off-by: Rodrigo Freire <rfreire@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2018-10-23 21:16:05 -05:00
..
asn1.c
cache.c
cifs_debug.c smb3: track the instance of each session for debugging 2018-10-23 21:16:04 -05:00
cifs_debug.h CIFS: Adds information-level logging function 2018-10-23 21:16:05 -05:00
cifs_dfs_ref.c CIFS: make 'nodfs' mount opt a superblock flag 2018-10-23 21:16:05 -05:00
cifs_fs_sb.h CIFS: make 'nodfs' mount opt a superblock flag 2018-10-23 21:16:05 -05:00
cifs_ioctl.h
cifs_spnego.c
cifs_spnego.h
cifs_unicode.c fs/cifs: don't translate SFM_SLASH (U+F026) to backslash 2018-09-02 23:21:42 -05:00
cifs_unicode.h
cifs_uniupr.h
cifsacl.c
cifsacl.h
cifsencrypt.c
cifsfs.c CIFS: make 'nodfs' mount opt a superblock flag 2018-10-23 21:16:05 -05:00
cifsfs.h cifs: update internal module version number for cifs.ko to 2.12 2018-08-23 15:11:10 -05:00
cifsglob.h cifs: OFD locks do not conflict with eachothers 2018-10-23 21:16:05 -05:00
cifspdu.h
cifsproto.h cifs: OFD locks do not conflict with eachothers 2018-10-23 21:16:05 -05:00
cifssmb.c CIFS: pass page offsets on SMB1 read/write 2018-10-23 21:16:05 -05:00
connect.c cifs: do not return atime less than mtime 2018-10-23 21:16:05 -05:00
dir.c
dns_resolve.c
dns_resolve.h
export.c
file.c cifs: OFD locks do not conflict with eachothers 2018-10-23 21:16:05 -05:00
fscache.c
fscache.h
inode.c cifs: do not return atime less than mtime 2018-10-23 21:16:05 -05:00
ioctl.c cifs: remove set but not used variable 'cifs_sb' 2018-10-23 21:16:03 -05:00
Kconfig fs/cifs: require sha512 2018-09-09 00:04:27 -05:00
link.c
Makefile
misc.c cifs: read overflow in is_valid_oplock_break() 2018-09-12 17:13:34 -05:00
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c cifs: prevent integer overflow in nxt_dir_entry() 2018-09-12 09:27:57 -05:00
rfc1002pdu.h
sess.c cifs: check kmalloc before use 2018-08-23 15:10:49 -05:00
smb1ops.c
smb2file.c
smb2glob.h cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding 2018-10-23 21:16:04 -05:00
smb2inode.c SMB3: Backup intent flag missing from compounded ops 2018-10-23 21:16:04 -05:00
smb2maperror.c smb3: do not display confusing message on mount to Azure servers 2018-10-23 21:16:03 -05:00
smb2misc.c smb3: minor debugging clarifications in rfc1001 len processing 2018-09-02 23:21:42 -05:00
smb2ops.c smb3: update default requested iosize to 4MB from 1MB for recent dialects 2018-10-23 21:16:05 -05:00
smb2pdu.c fs/cifs: fix uninitialised variable warnings 2018-10-23 21:16:05 -05:00
smb2pdu.h smb3: minor missing defines relating to reparse points 2018-10-23 21:16:04 -05:00
smb2proto.h cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding 2018-10-23 21:16:04 -05:00
smb2status.h
smb2transport.c
smbdirect.c CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration 2018-10-23 21:16:05 -05:00
smbdirect.h
smbencrypt.c
smberr.h
smbfsctl.h
trace.c
trace.h smb3: add tracepoint for sending lease break responses to server 2018-10-23 21:16:05 -05:00
transport.c smb3: add way to control slow response threshold for logging and stats 2018-10-23 21:16:04 -05:00
winucase.c
xattr.c