summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifs_debug.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02smb: client: account smb directory cache usage and per-tcon totalsBharath SM1-1/+7
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM1-5/+28
2025-09-29smb: client: make use of smbdirect_socket.mr_ioStefan Metzmacher1-3/+3
2025-09-29smb: client: make use of smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher1-1/+1
2025-09-29smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-1/+1
2025-09-29smb: client: make use of smbdirect_socket.statisticsStefan Metzmacher1-9/+9
2025-09-29smb: client: remove unused smbd_connection.count_reassembly_queueStefan Metzmacher1-2/+1
2025-09-29smb: client: remove unused smbd_connection->protocolStefan Metzmacher1-1/+2
2025-09-29smb: client: make use of smbdirect_socket_parameters.{initiator_depth,respond...Stefan Metzmacher1-1/+1
2025-09-29smb: client: make use of smbdirect_socket.recv_io.{posted,credits}Stefan Metzmacher1-2/+2
2025-09-29smb: client: remove info->wait_receive_queues handling in smbd_destroy()Stefan Metzmacher1-2/+0
2025-09-29smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}Stefan Metzmacher1-1/+1
2025-09-29smb: client: make use of smbdirect_socket.send_io.pending.{count,{dec,zero}_w...Stefan Metzmacher1-1/+1
2025-09-29smb: client: adjust smbdirect related output of cifs_debug_data_proc_show()Stefan Metzmacher1-23/+24
2025-09-03smb: client: show negotiated cipher in DebugDataBharath SM1-5/+22
2025-09-01smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()Wang Zhaolong1-2/+2
2025-08-06smb: client: make use of smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher1-3/+5
2025-08-06smb: client: remove unused smbd_connection->fragment_reassembly_remainingStefan Metzmacher1-2/+0
2025-08-06smb: client: remove separate empty_packet_queueStefan Metzmacher1-4/+2
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-4/+4
2025-07-31smb3 client: add way to show directory leases for improved debuggingSteve French1-0/+53
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-04smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher1-8/+13
2025-06-04smb: client: make use of common smbdirect_socketStefan Metzmacher1-1/+1
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French1-1/+6
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French1-1/+1
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara1-0/+2
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya1-6/+26
2024-03-11cifs: allow changing password during remountSteve French1-0/+2
2024-01-18smb3: show beginning time for per share statsSteve French1-2/+4
2023-12-18smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N1-0/+16
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N1-0/+5
2023-11-09smb3: minor RDMA cleanupSteve French1-2/+2
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N1-0/+2
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+6
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-1/+1
2023-08-14smb3: display network namespace in debug informationSteve French1-0/+10
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara1-7/+9
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N1-0/+1
2023-06-12smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya1-1/+46
2023-06-12cifs: print all credit counters in DebugDataShyam Prasad N1-3/+8
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1087