All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, CIFS <linux-cifs@vger.kernel.org>
Subject: [GIT PULL] smb3 fixes
Date: Fri, 21 Jan 2022 23:51:11 -0600	[thread overview]
Message-ID: <CAH2r5mvb8d_mo+tEhQ+rXE33zgixiq5YiFyapcMEzEd6bXqf2Q@mail.gmail.com> (raw)

Please pull the following changes since commit
0c947b893d69231a9add855939da7c66237ab44f:

  Merge tag '5.17-rc-part1-smb3-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2022-01-17 09:53:21 +0200)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/5.17-rc-part2-smb3-fixes

for you to fetch changes up to 51620150ca2df62f8ea472ab8962be590c957288:

  cifs: update internal module number (2022-01-19 23:14:34 -0600)

----------------------------------------------------------------
18 cifs/smb3 fixes including:
- 9 multichannel fixes, addressing additional reconnect and DFS scenarios
- reenabling fscache support (indexing rewrite, metadata caching e.g.)
- send additional version information during NTLMSSP negotiate to
improve debugging
- fix for a mount race
- 2 DFS fixes
- fix for a memory leak for stable
----------------------------------------------------------------
David Howells (1):
      cifs: Support fscache indexing rewrite

Eugene Korenevsky (2):
      cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty
      cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs

Muhammad Usama Anjum (1):
      cifs: remove unused variable ses_selected

Ronnie Sahlberg (1):
      cifs: serialize all mount attempts

Shyam Prasad N (9):
      cifs: free ntlmsspblob allocated in negotiate
      cifs: check reconnects for channels of active tcons too
      cifs: fix the connection state transitions with multichannel
      cifs: protect all accesses to chan_* with chan_lock
      cifs: fix the cifs_reconnect path for DFS
      cifs: remove repeated state change in dfs tree connect
      cifs: make status checks in version independent callers
      cifs: update tcpStatus during negotiate and sess setup
      cifs: cifs_ses_mark_for_reconnect should also update reconnect bits

Steve French (3):
      smb3: add new defines from protocol specification
      smb3: send NTLMSSP version information
      cifs: update internal module number

Yang Li (1):
      cifs: clean up an inconsistent indenting

 fs/cifs/Kconfig            |   2 +-
 fs/cifs/Makefile           |   2 +-
 fs/cifs/cache.c            | 105 ---------------------
 fs/cifs/cifs_swn.c         |   9 +-
 fs/cifs/cifsfs.c           |  19 ++--
 fs/cifs/cifsfs.h           |   3 +-
 fs/cifs/cifsglob.h         |   7 +-
 fs/cifs/cifsproto.h        |   8 ++
 fs/cifs/connect.c          | 142 ++++++++++++++++++----------
 fs/cifs/dfs_cache.c        |   2 +-
 fs/cifs/dir.c              |   5 +
 fs/cifs/file.c             |  66 ++++++++-----
 fs/cifs/fs_context.c       |   8 +-
 fs/cifs/fscache.c          | 333
++++++++++++++++--------------------------------------------------
 fs/cifs/fscache.h          | 128 +++++++++----------------
 fs/cifs/inode.c            |  25 +++--
 fs/cifs/misc.c             |  49 ++++++++++
 fs/cifs/netmisc.c          |   5 +-
 fs/cifs/ntlmssp.h          |  30 +++++-
 fs/cifs/sess.c             | 112 ++++++++++++++++------
 fs/cifs/smb2pdu.c          | 112 +++++++++++++++-------
 fs/cifs/smb2transport.c    |   6 ++
 fs/cifs/transport.c        |  17 +---
 fs/smbfs_common/smb2pdu.h  |   2 +-
 fs/smbfs_common/smbfsctl.h |   2 +
 25 files changed, 573 insertions(+), 626 deletions(-)
 delete mode 100644 fs/cifs/cache.c


-- 
Thanks,

Steve

             reply	other threads:[~2022-01-22  5:51 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22  5:51 Steve French [this message]
2022-01-22  9:40 ` [GIT PULL] smb3 fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23  4:27 Steve French
2024-04-23 16:44 ` pr-tracker-bot
2021-05-28 22:44 [GIT PULL] SMB3 fixes Steve French
2021-05-29  0:51 ` pr-tracker-bot
2021-05-21 16:20 [GIT PULL] SMB3 Fixes Steve French
2021-05-21 23:31 ` pr-tracker-bot
2021-05-09 14:37 Steve French
2021-05-09 20:49 ` pr-tracker-bot
2021-04-09  1:48 Steve French
2021-04-09  2:04 ` pr-tracker-bot
2021-01-24  4:44 Steve French
2021-01-24 18:34 ` pr-tracker-bot
2020-12-05  1:23 Steve French
2020-12-05 19:21 ` pr-tracker-bot
2020-12-01 22:28 Steve French
2020-12-01 23:49 ` pr-tracker-bot
2020-11-24 22:00 Steve French
2020-11-24 23:47 ` pr-tracker-bot
2020-08-15  5:32 [GIT PULL] SMB3 fixes Steve French
2020-08-16  1:55 ` pr-tracker-bot
2020-07-11  0:53 [GIT PULL] SMB3 Fixes Steve French
2020-07-11  4:25 ` pr-tracker-bot
2020-06-27 20:11 Steve French
2020-06-27 22:45 ` pr-tracker-bot
2020-04-19 12:50 Steve French
2020-04-19 19:20 ` pr-tracker-bot
2020-01-28 18:31 Steve French
2020-01-28 23:40 ` pr-tracker-bot
2019-12-29  5:06 Steve French
2019-12-29 19:35 ` pr-tracker-bot
2019-12-08  5:41 Steve French
2019-12-08 21:40 ` pr-tracker-bot
2019-10-11 20:40 [GIT PULL] SMB3 fixes Steve French
2019-10-11 21:35 ` pr-tracker-bot
2019-09-28 21:46 [GIT PULL] SMB3 Fixes Steve French
2019-09-28 21:36 Steve French
2019-09-30  3:05 ` pr-tracker-bot
2019-08-08  6:49 Steve French
2019-08-09  1:30 ` pr-tracker-bot
2019-07-20 23:48 Steve French
2019-07-21 17:35 ` pr-tracker-bot
2019-06-21  2:02 Steve French
2019-06-21 17:25 ` pr-tracker-bot
2019-05-31 17:55 Steve French
2019-05-31 20:55 ` pr-tracker-bot
2019-05-18  3:37 Steve French
2019-05-19 19:15 ` pr-tracker-bot
2019-04-26  0:23 Steve French
2019-04-26 16:50 ` pr-tracker-bot
2019-04-17 19:40 Steve French
2019-04-17 21:15 ` pr-tracker-bot
2019-04-03 18:03 Steve French
2019-04-04  6:30 ` pr-tracker-bot
2019-03-24  3:22 Steve French
2019-03-24 18:40 ` pr-tracker-bot
2019-03-08 16:54 [GIT][PULL] smb3 fixes Steve French
2019-03-09 19:55 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH2r5mvb8d_mo+tEhQ+rXE33zgixiq5YiFyapcMEzEd6bXqf2Q@mail.gmail.com \
    --to=smfrench@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.