index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-08-14
smb3: fix setting SecurityFlags when encryption is required
Steve French
1
-0
/
+3
2024-07-24
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-20
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-3
/
+5
2024-04-12
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-11
smb: client: negotiate compression algorithms
Enzo Matsumiya
1
-5
/
+15
2024-03-11
smb: client: add support for WSL reparse points
Paulo Alcantara
1
-0
/
+12
2024-03-11
cifs: allow changing password during remount
Steve French
1
-0
/
+5
2024-02-12
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-02-01
cifs: make sure that channel scaling is done only once
Shyam Prasad N
1
-3
/
+17
2024-01-24
cifs: fix stray unlock in cifs_chan_skip_or_disable
Shyam Prasad N
1
-1
/
+0
2024-01-24
cifs: set replay flag for retries of write command
Shyam Prasad N
1
-1
/
+3
2024-01-24
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-19
cifs: pick channel for tcon and tdis
Shyam Prasad N
1
-6
/
+4
2024-01-17
cifs: remove redundant variable tcon_exist
Colin Ian King
1
-3
/
+3
2024-01-08
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
1
-3
/
+3
2023-12-19
cifs: fix a pending undercount of srv_count
Shyam Prasad N
1
-2
/
+1
2023-12-18
smb: client: fix OOB in SMB2_query_info_init()
Paulo Alcantara
1
-7
/
+22
2023-12-11
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
1
-37
/
+56
2023-12-06
cifs: reconnect worker should take reference on server struct unconditionally
Shyam Prasad N
1
-14
/
+15
2023-12-06
Revert "cifs: reconnect work should have reference on server struct"
Shyam Prasad N
1
-13
/
+10
2023-11-30
smb: client, common: fix fortify warnings
Dmitry Antipov
1
-5
/
+3
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
1
-1
/
+75
2023-11-10
cifs: handle when server starts supporting multichannel
Shyam Prasad N
1
-2
/
+30
2023-11-09
cifs: reconnect work should have reference on server struct
Shyam Prasad N
1
-10
/
+13
2023-09-21
smb3: fix confusing debug message
Steve French
1
-1
/
+1
2023-09-19
smb3: do not start laundromat thread when dir leases
Steve French
1
-1
/
+1
2023-09-15
smb3: fix some minor typos and repeated words
Steve French
1
-2
/
+4
2023-09-12
smb3: move server check earlier when setting channel sequence number
Steve French
1
-10
/
+15
2023-08-30
fs/smb/client: Use common code in client
Dr. David Alan Gilbert
1
-2
/
+2
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
1
-3
/
+3
2023-08-25
[SMB3] send channel sequence number in SMB3 requests after reconnects
Steve French
1
-0
/
+11
2023-07-25
cifs: fix charset issue in reconnection
Winston Wen
1
-2
/
+1
2023-06-28
cifs: fix session state check in reconnect to avoid use-after-free issue
Winston Wen
1
-0
/
+6
2023-06-12
cifs: fix max_credits implementation
Shyam Prasad N
1
-4
/
+28
[next]