index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
2024-04-11
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
2024-03-10
cifs: allow changing password during remount
Steve French
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2024-02-01
cifs: do not search for channel if server is terminating
Shyam Prasad N
2024-02-01
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
2024-01-31
cifs: make sure that channel scaling is done only once
Shyam Prasad N
2024-01-23
cifs: fix stray unlock in cifs_chan_skip_or_disable
Shyam Prasad N
2024-01-23
cifs: set replay flag for retries of write command
Shyam Prasad N
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
2024-01-19
cifs: handle servers that still advertise multichannel after disabling
Shyam Prasad N
2024-01-19
cifs: reschedule periodic query for server interfaces
Shyam Prasad N
2024-01-19
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
2024-01-18
cifs: pick channel for tcon and tdis
Shyam Prasad N
2024-01-16
cifs: remove redundant variable tcon_exist
Colin Ian King
2024-01-07
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
2023-12-19
cifs: fix a pending undercount of srv_count
Shyam Prasad N
2023-12-17
smb: client: fix OOB in SMB2_query_info_init()
Paulo Alcantara
2023-12-11
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
2023-12-06
cifs: reconnect worker should take reference on server struct unconditionally
Shyam Prasad N
2023-12-06
Revert "cifs: reconnect work should have reference on server struct"
Shyam Prasad N
2023-11-30
smb: client, common: fix fortify warnings
Dmitry Antipov
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
2023-11-10
cifs: handle when server starts supporting multichannel
Shyam Prasad N
2023-11-09
cifs: reconnect work should have reference on server struct
Shyam Prasad N
2023-09-20
smb3: fix confusing debug message
Steve French
2023-09-19
smb3: do not start laundromat thread when dir leases
Steve French
2023-09-15
smb3: fix some minor typos and repeated words
Steve French
2023-09-12
smb3: move server check earlier when setting channel sequence number
Steve French
2023-08-30
fs/smb/client: Use common code in client
Dr. David Alan Gilbert
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
2023-08-24
[SMB3] send channel sequence number in SMB3 requests after reconnects
Steve French
2023-07-25
cifs: fix charset issue in reconnection
Winston Wen
2023-06-28
cifs: fix session state check in reconnect to avoid use-after-free issue
Winston Wen
2023-06-11
cifs: fix max_credits implementation
Shyam Prasad N
2023-05-25
smb3: missing null check in SMB2_change_notify
Steve French
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French