index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2pdu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Cut over to using netfslib
David Howells
2024-05-01
1
-47
/
+70
*
cifs: Replace the writedata replay bool with a netfs sreq flag
David Howells
2024-05-01
1
-2
/
+2
*
cifs: Use more fields from netfs_io_subrequest
David Howells
2024-05-01
1
-26
/
+26
*
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
1
-5
/
+4
*
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
1
-5
/
+7
*
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
2024-04-19
1
-3
/
+5
*
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
2024-04-11
1
-0
/
+11
*
smb3: retrying on failed server close
Ritvik Budhiraja
2024-04-03
1
-1
/
+1
*
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
2024-03-14
1
-2
/
+3
*
smb: client: negotiate compression algorithms
Enzo Matsumiya
2024-03-10
1
-5
/
+15
*
smb: client: add support for WSL reparse points
Paulo Alcantara
2024-03-10
1
-0
/
+12
*
cifs: allow changing password during remount
Steve French
2024-03-10
1
-0
/
+5
*
cifs: update the same create_guid on replay
Shyam Prasad N
2024-02-11
1
-2
/
+8
*
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2024-02-08
1
-0
/
+6
*
cifs: do not search for channel if server is terminating
Shyam Prasad N
2024-02-01
1
-1
/
+1
*
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
2024-02-01
1
-1
/
+1
*
cifs: make sure that channel scaling is done only once
Shyam Prasad N
2024-01-31
1
-3
/
+17
*
cifs: fix stray unlock in cifs_chan_skip_or_disable
Shyam Prasad N
2024-01-23
1
-1
/
+0
*
cifs: set replay flag for retries of write command
Shyam Prasad N
2024-01-23
1
-1
/
+3
*
cifs: commands that are retried should have replay flag set
Shyam Prasad N
2024-01-23
1
-26
/
+234
*
cifs: handle servers that still advertise multichannel after disabling
Shyam Prasad N
2024-01-19
1
-39
/
+68
*
cifs: reschedule periodic query for server interfaces
Shyam Prasad N
2024-01-19
1
-0
/
+2
*
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
2024-01-19
1
-1
/
+1
*
cifs: pick channel for tcon and tdis
Shyam Prasad N
2024-01-18
1
-6
/
+4
*
cifs: remove redundant variable tcon_exist
Colin Ian King
2024-01-16
1
-3
/
+3
*
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
2024-01-07
1
-3
/
+3
*
cifs: fix a pending undercount of srv_count
Shyam Prasad N
2023-12-19
1
-2
/
+1
*
smb: client: fix OOB in SMB2_query_info_init()
Paulo Alcantara
2023-12-17
1
-7
/
+22
*
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
2023-12-11
1
-37
/
+56
*
cifs: reconnect worker should take reference on server struct unconditionally
Shyam Prasad N
2023-12-06
1
-14
/
+15
*
Revert "cifs: reconnect work should have reference on server struct"
Shyam Prasad N
2023-12-06
1
-13
/
+10
*
smb: client, common: fix fortify warnings
Dmitry Antipov
2023-11-30
1
-5
/
+3
*
cifs: handle when server stops supporting multichannel
Shyam Prasad N
2023-11-10
1
-1
/
+75
*
cifs: handle when server starts supporting multichannel
Shyam Prasad N
2023-11-10
1
-2
/
+30
*
cifs: reconnect work should have reference on server struct
Shyam Prasad N
2023-11-09
1
-10
/
+13
*
smb3: fix confusing debug message
Steve French
2023-09-20
1
-1
/
+1
*
smb3: do not start laundromat thread when dir leases
Steve French
2023-09-19
1
-1
/
+1
*
smb3: fix some minor typos and repeated words
Steve French
2023-09-15
1
-2
/
+4
*
smb3: move server check earlier when setting channel sequence number
Steve French
2023-09-12
1
-10
/
+15
*
fs/smb/client: Use common code in client
Dr. David Alan Gilbert
2023-08-30
1
-2
/
+2
*
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
2023-08-30
1
-3
/
+3
*
[SMB3] send channel sequence number in SMB3 requests after reconnects
Steve French
2023-08-24
1
-0
/
+11
*
cifs: fix charset issue in reconnection
Winston Wen
2023-07-25
1
-2
/
+1
*
cifs: fix session state check in reconnect to avoid use-after-free issue
Winston Wen
2023-06-28
1
-0
/
+6
*
cifs: fix max_credits implementation
Shyam Prasad N
2023-06-11
1
-4
/
+28
*
smb3: missing null check in SMB2_change_notify
Steve French
2023-05-25
1
-1
/
+1
*
smb: move client and server files to common directory fs/smb
Steve French
2023-05-24
1
-0
/
+5650