index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cifs_debug.c
Age
Commit message (
Expand
)
Author
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
2025-11-30
smb: client: show smb lease key in open_dirs output
Bharath SM
2025-11-30
smb: client: show smb lease key in open_files output
Bharath SM
2025-10-01
smb: client: account smb directory cache usage and per-tcon totals
Bharath SM
2025-10-01
smb: client: show lease state as R/H/W (or NONE) in open_files
Bharath SM
2025-09-28
smb: client: make use of smbdirect_socket.mr_io
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket_parameters.max_frmr_depth
Stefan Metzmacher
2025-09-28
smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket.statistics
Stefan Metzmacher
2025-09-28
smb: client: remove unused smbd_connection.count_reassembly_queue
Stefan Metzmacher
2025-09-28
smb: client: remove unused smbd_connection->protocol
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket_parameters.{initiator_depth,respond...
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket.recv_io.{posted,credits}
Stefan Metzmacher
2025-09-28
smb: client: remove info->wait_receive_queues handling in smbd_destroy()
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}
Stefan Metzmacher
2025-09-28
smb: client: make use of smbdirect_socket.send_io.pending.{count,{dec,zero}_w...
Stefan Metzmacher
2025-09-28
smb: client: adjust smbdirect related output of cifs_debug_data_proc_show()
Stefan Metzmacher
2025-09-02
smb: client: show negotiated cipher in DebugData
Bharath SM
2025-08-31
smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()
Wang Zhaolong
2025-08-06
smb: client: make use of smbdirect_socket.recv_io.reassembly.*
Stefan Metzmacher
2025-08-06
smb: client: remove unused smbd_connection->fragment_reassembly_remaining
Stefan Metzmacher
2025-08-06
smb: client: remove separate empty_packet_queue
Stefan Metzmacher
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
2025-07-31
smb3 client: add way to show directory leases for improved debugging
Steve French
2025-06-21
smb: minor fix to use sizeof to initialize flags_string buffer
Bharath SM
2025-06-03
smb: client: make use of common smbdirect_socket_parameters
Stefan Metzmacher
2025-06-03
smb: client: make use of common smbdirect_socket
Stefan Metzmacher
2024-09-15
smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...
Steve French
2024-08-08
smb3: fix setting SecurityFlags when encryption is required
Steve French
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
2024-04-03
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
2024-03-10
cifs: allow changing password during remount
Steve French
2024-01-18
smb3: show beginning time for per share stats
Steve French
2023-12-17
smb: client: fix potential OOB in cifs_dump_detail()
Paulo Alcantara
2023-11-09
cifs: distribute channels across interfaces based on speed
Shyam Prasad N
2023-11-09
cifs: handle cases where a channel is closed
Shyam Prasad N
2023-11-09
smb3: minor RDMA cleanup
Steve French
2023-10-31
cifs: print server capabilities in DebugData
Shyam Prasad N
2023-10-31
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
2023-08-14
smb3: display network namespace in debug information
Steve French
2023-06-28
smb: client: fix shared DFS root mounts with different prefixes
Paulo Alcantara
2023-06-28
cifs: print client_guid in DebugData
Shyam Prasad N
2023-06-11
smb/client: print "Unknown" instead of bogus link speed value
Enzo Matsumiya
2023-06-11
cifs: print all credit counters in DebugData
Shyam Prasad N
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French