index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
transport.c
Age
Commit message (
Expand
)
Author
2026-02-08
cifs: SMB1 split: Adjust #includes
David Howells
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
2025-12-05
cifs: Fix specification of function pointers
David Howells
2025-12-05
cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
David Howells
2025-12-05
cifs: Clean up some places where an extra kvec[] was required for rfc1002
David Howells
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
2025-11-09
smb: client: fix cifs_pick_channel when channel needs reconnect
Henrique Carvalho
2025-10-01
smb: client: transport: minor indentation style fix
Fiona Ebner
2025-10-01
smb: client: transport: avoid reconnects triggered by pending task work
Fiona Ebner
2025-08-13
smb: client: fix mid_q_entry memleak leak with per-mid locking
Wang Zhaolong
2025-08-06
cifs: Move the SMB1 transport code out of transport.c
Steve French
2025-08-05
smb: client: smb: client: eliminate mid_flags field
Wang Zhaolong
2025-08-05
smb: client: add mid_counter_lock to protect the mid counter counter
Wang Zhaolong
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
2025-06-03
cifs: deal with the channel loading lag while picking channels
Shyam Prasad N
2025-04-01
cifs: Improve handling of NetBIOS packets
Pali Rohár
2025-03-26
cifs: Fix establishing NetBIOS session for SMB2+ connection
Pali Rohár
2024-11-21
smb: client: improve compound padding in encryption
Paulo Alcantara
2024-09-24
cifs: Fix reversion of the iter in cifs_readv_receive().
David Howells
2024-09-15
smb: client: insert compression check/call on write requests
Enzo Matsumiya
2024-08-08
Fix spelling errors in Server Message Block
Xiaxi Shen
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Make wait_mtu_credits take size_t args
David Howells
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-04-25
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
Steve French
2024-04-25
smb3: missing lock when picking channel
Steve French
2024-02-01
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
2024-01-23
cifs: translate network errors on send to -ECONNABORTED
Shyam Prasad N
2024-01-23
cifs: cifs_pick_channel should try selecting active channels
Shyam Prasad N
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
2023-10-31
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
2023-09-19
cifs: Fix UAF in cifs_demultiplex_thread()
Zhang Xiaoxu
2023-09-15
smb3: fix some minor typos and repeated words
Steve French
2023-08-20
smb: client: reduce stack usage in smb_send_rqst()
Paulo Alcantara
2023-06-28
cifs: do all necessary checks for credits within or before locking
Shyam Prasad N
2023-06-11
smb: remove obsolete comment
鑫华
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French