* [GIT PULL] SMB3 fix
@ 2019-07-03 4:54 Steve French
2019-07-03 8:20 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2019-07-03 4:54 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
4b972a01a7da614b4796475f933094751a295a2f:
Linux 5.2-rc6 (2019-06-22 16:01:36 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.2-rc6-smb3-fix
for you to fetch changes up to 5de254dca87ab614b9c058246ee94c58a840e358:
cifs: fix crash querying symlinks stored as reparse-points
(2019-06-28 00:34:17 -0500)
----------------------------------------------------------------
SMB3 fix (for stable as well) for problem found at recent SMB3
test event - crash mishandling one of the Windows reparse point
symlink types
----------------------------------------------------------------
Ronnie Sahlberg (1):
cifs: fix crash querying symlinks stored as reparse-points
fs/cifs/smb2ops.c | 64
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
fs/cifs/smb2pdu.h | 14 +++++++++++++-
2 files changed, 73 insertions(+), 5 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] SMB3 fix
@ 2019-11-02 19:36 Steve French
2019-11-02 21:40 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2019-11-02 19:36 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
d6d5df1db6e9d7f8f76d2911707f7d5877251b02:
Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.4-rc6-smb3-fix
for you to fetch changes up to a08d897bc04f23c608dadde5c31ef194911e78bb:
fix memory leak in large read decrypt offload (2019-10-27 14:36:11 -0500)
----------------------------------------------------------------
a small smb3 memleak fix
----------------------------------------------------------------
Steve French (1):
fix memory leak in large read decrypt offload
fs/cifs/smb2ops.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] SMB3 Fix
@ 2019-11-10 8:10 Steve French
2019-11-10 21:00 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2019-11-10 8:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
a99d8080aaf358d5d23581244e5da23b35e340b9:
Linux 5.4-rc6 (2019-11-03 14:07:26 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.4-rc7-smb3-fix
for you to fetch changes up to d243af7ab9feb49f11f2c0050d2077e2d9556f9b:
SMB3: Fix persistent handles reconnect (2019-11-06 21:32:18 -0600)
----------------------------------------------------------------
small fix for an smb3 reconnect bug
(also marked for stable)
----------------------------------------------------------------
Pavel Shilovsky (1):
SMB3: Fix persistent handles reconnect
fs/cifs/smb2pdu.h | 1 +
1 file changed, 1 insertion(+)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] smb3 fix
@ 2022-03-18 17:14 Steve French
2022-03-18 19:38 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2022-03-18 17:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
09688c0166e76ce2fb85e86b9d99be8b0084cdf9:
Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.17-rc8-smb3-fix
for you to fetch changes up to e3ee9fb22652f228225c352bd4fabec330cac5f0:
smb3: fix incorrect session setup check for multiuser mounts
(2022-03-16 22:48:55 -0500)
----------------------------------------------------------------
Small fix for regression in multiuser mounts
Will wait for 5.18-rc for the additional improvements
suggested by Ronnie to make the server and session status
handling code easier to read
----------------------------------------------------------------
Steve French (1):
smb3: fix incorrect session setup check for multiuser mounts
fs/cifs/connect.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] smb3 fix
@ 2024-05-18 9:59 Steve French
2024-05-18 21:21 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2024-05-18 9:59 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML, David Howells
Please pull the following changes since commit
1ab1bd2f6a5fd876d1980d6ade74ce5f83807baf:
Merge tag '6.10-rc-smb3-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2024-05-15 11:37:15 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc-smb-fix
for you to fetch changes up to a395726cf823fe8f62f1b8c3829010e5652ce98c:
cifs: fix data corruption in read after invalidate (2024-05-15 17:22:59 -0500)
----------------------------------------------------------------
an important fix to address recent netfs regression (data corruption)
----------------------------------------------------------------
Steve French (1):
cifs: fix data corruption in read after invalidate
fs/smb/client/inode.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread* [GIT PULL] smb3 fix
@ 2024-09-14 4:21 Steve French
2024-09-14 10:00 ` pr-tracker-bot
0 siblings, 1 reply; 12+ messages in thread
From: Steve French @ 2024-09-14 4:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
da3ea35007d0af457a0afc87e84fddaebc4e0b63:
Linux 6.11-rc7 (2024-09-08 14:50:28 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.11-rc7-SMB3-client-fix
for you to fetch changes up to 5a20b7cb0d8d3ee490a8e088dc2584aa782e3355:
cifs: Fix signature miscalculation (2024-09-12 19:28:48 -0500)
----------------------------------------------------------------
Fix a case where many signing check of write failures
("signature verification returned error = -13")
----------------------------------------------------------------
David Howells (1):
cifs: Fix signature miscalculation
fs/smb/client/cifsencrypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-09-14 10:00 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-03 4:54 [GIT PULL] SMB3 fix Steve French
2019-07-03 8:20 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2019-11-02 19:36 Steve French
2019-11-02 21:40 ` pr-tracker-bot
2019-11-10 8:10 [GIT PULL] SMB3 Fix Steve French
2019-11-10 21:00 ` pr-tracker-bot
2022-03-18 17:14 [GIT PULL] smb3 fix Steve French
2022-03-18 19:38 ` pr-tracker-bot
2024-05-18 9:59 Steve French
2024-05-18 21:21 ` pr-tracker-bot
2024-09-14 4:21 Steve French
2024-09-14 10:00 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox