• Shyam Prasad N's avatar
    cifs: Reformat DebugData and index connections by conn_id. · 03e9bb1a
    Shyam Prasad N authored
    Reformat the output of /proc/fs/cifs/DebugData to print the
    conn_id for each connection. Also reordered and numbered the data
    into a more reader-friendly format.
    
    This is what the new format looks like:
    $ cat /proc/fs/cifs/DebugData
    Display Internal CIFS Data Structures for Debugging
    ---------------------------------------------------
    CIFS Version 2.30
    Features: DFS,FSCACHE,STATS,DEBUG,ALLOW_INSECURE_LEGACY,WEAK_PW_HASH,CIFS_POSIX,UPCALL(SPNEGO),XATTR,ACL
    CIFSMaxBufSize: 16384
    Active VFS Requests: 0
    
    Servers:
    1) ConnectionId: 0x1
    Number of credits: 371 Dialect 0x300
    TCP status: 1 Instance: 1
    Local Users To Server: 1 SecMode: 0x1 Req On Wire: 0 In Send: 0 In MaxReq Wait: 0
    
            Sessions:
            1) Name: 10.10.10.10 Uses: 1 Capability: 0x300077     Session Status: 1
            Security type: RawNTLMSSP  SessionId: 0x785560000019
            User: 1000 Cred User: 0
    
            Shares:
            0) IPC: \\10.10.10.10\IPC$ Mounts: 1 DevInfo: 0x0 Attributes: 0x0
            PathComponentMax: 0 Status: 1 type: 0 Serial Number: 0x0
            Share Capabilities: None        Share Flags: 0x30
            tid: 0x1        Maximal Access: 0x11f01ff
    
            1) \\10.10.10.10\shyam_test2 Mounts: 1 DevInfo: 0x20020 Attributes: 0xc706ff
            PathComponentMax: 255 Status: 1 type: DISK Serial Number: 0xd4723975
            Share Capabilities: None Aligned, Partition Aligned,    Share Flags: 0x0
            tid: 0x5        Optimal sector size: 0x1000     Maximal Access: 0x1f01ff
    
            MIDs:
    
            Server interfaces: 3
            1)      Speed: 10000000000 bps
                    Capabilities: rss
                    IPv4: 10.10.10.1
    
            2)      Speed: 10000000000 bps
                    Capabilities: rss
                    IPv6: fe80:0000:0000:0000:18b4:0000:0000:0000
    
            3)      Speed: 1000000000 bps
                    Capabilities: rss
                    IPv4: 10.10.10.10
                    [CONNECTED]
    Signed-off-by: default avatarShyam Prasad N <sprasad@microsoft.com>
    Reviewed-by: default avatarPavel Shilovsky <pshilov@microsoft.com>
    Reviewed-by: default avatarAurelien Aptel <aaptel@suse.com>
    Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
    03e9bb1a
cifs_debug.c 29.8 KB