index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/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
Files
Lines
2024-10-16
smb: client: fix OOBs when building SMB2_IOCTL request
Paulo Alcantara
1
-0
/
+9
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
1
-2
/
+2
2024-09-26
smb: client: allocate crypto only for primary server
Enzo Matsumiya
1
-3
/
+7
2024-09-26
smb: client: fix UAF in async decryption
Enzo Matsumiya
1
-0
/
+6
2024-09-24
cifs: Make the write_{enter,done,err} tracepoints display netfs info
David Howells
1
-7
/
+15
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
1
-7
/
+12
2024-09-16
cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
David Howells
1
-2
/
+0
2024-09-15
smb: client: insert compression check/call on write requests
Enzo Matsumiya
1
-0
/
+5
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
1
-1
/
+1
2024-09-15
smb/client: rename cifs_ace to smb_ace
ChenXiaoSong
1
-4
/
+4
2024-09-15
smb/client: rename cifs_sid to smb_sid
ChenXiaoSong
1
-1
/
+1
2024-09-15
smb/client: rename cifs_ntsd to smb_ntsd
ChenXiaoSong
1
-1
/
+1
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-11
/
+16
2024-08-28
netfs, cifs: Fix handling of short DIO read
David Howells
1
-4
/
+9
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
1
-11
/
+17
2024-08-25
smb/client: fix rdma usage in smb2_async_writev()
Stefan Metzmacher
1
-20
/
+20
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
1
-2
/
+0
2024-08-25
smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
Stefan Metzmacher
1
-1
/
+1
2024-08-08
smb3: fix setting SecurityFlags when encryption is required
Steve French
1
-0
/
+3
2024-07-26
smb3: add dynamic trace point for session setup key expired failures
Steve French
1
-1
/
+7
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
1
-4
/
+36
2024-07-19
cifs: Fix server re-repick on subrequest retry
David Howells
1
-3
/
+0
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
1
-2
/
+2
2024-06-20
cifs: Defer read completion
David Howells
1
-3
/
+12
2024-06-07
cifs: Don't advance the I/O iterator before terminating subrequest
David Howells
1
-3
/
+0
2024-05-01
cifs: Cut over to using netfslib
David Howells
1
-47
/
+70
2024-05-01
cifs: Replace the writedata replay bool with a netfs sreq flag
David Howells
1
-2
/
+2
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
1
-26
/
+26
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
1
-5
/
+4
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
1
-5
/
+7
2024-04-19
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-3
/
+5
2024-04-11
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
1
-0
/
+11
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
1
-1
/
+1
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
1
-2
/
+3
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
1
-5
/
+15
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
1
-0
/
+12
2024-03-10
cifs: allow changing password during remount
Steve French
1
-0
/
+5
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
1
-2
/
+8
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
1
-0
/
+6
2024-02-01
cifs: do not search for channel if server is terminating
Shyam Prasad N
1
-1
/
+1
2024-02-01
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
1
-1
/
+1
2024-01-31
cifs: make sure that channel scaling is done only once
Shyam Prasad N
1
-3
/
+17
2024-01-23
cifs: fix stray unlock in cifs_chan_skip_or_disable
Shyam Prasad N
1
-1
/
+0
2024-01-23
cifs: set replay flag for retries of write command
Shyam Prasad N
1
-1
/
+3
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
1
-26
/
+234
2024-01-19
cifs: handle servers that still advertise multichannel after disabling
Shyam Prasad N
1
-39
/
+68
2024-01-19
cifs: reschedule periodic query for server interfaces
Shyam Prasad N
1
-0
/
+2
2024-01-19
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
1
-1
/
+1
2024-01-18
cifs: pick channel for tcon and tdis
Shyam Prasad N
1
-6
/
+4
2024-01-16
cifs: remove redundant variable tcon_exist
Colin Ian King
1
-3
/
+3
[next]