linux-cifs.vger.kernel.org archive mirror
 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] cifs/smb3 client fixes
Date: Sat, 25 Mar 2023 21:02:14 -0500	[thread overview]
Message-ID: <CAH2r5ms5shbVGfACT5bXkp4Fo52GXoVHPVeNsRyRd4PAKHbaRw@mail.gmail.com> (raw)

Please pull the following changes since commit
38e04b3e4240a6d8fb43129ebad41608db64bc6f:

  Merge tag '6.3-rc2-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2023-03-16 15:06:16 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/smb3-client-fixes-6.3-rc3

for you to fetch changes up to 491eafce1a51c457701351a4bf40733799745314:

  smb3: fix unusable share after force unmount failure (2023-03-24
14:37:12 -0500)

----------------------------------------------------------------
Twelve cifs/smb3 client fixes (most also for stable)
- forced umount fix
- Fix for two perf regressions
- three reconnect fixes
- three small debugging improvements
- three multichannel fixes

This does not include an important lease break fix which is still being tested.
----------------------------------------------------------------
Paulo Alcantara (2):
      cifs: fix missing unload_nls() in smb2_reconnect()
      cifs: fix dentry lookups in directory handle cache

Shyam Prasad N (8):
      cifs: check only tcon status on tcon related functions
      cifs: lock chan_lock outside match_session
      cifs: do not poll server interfaces too regularly
      cifs: empty interface list when server doesn't support query interfaces
      cifs: dump pending mids for all channels in DebugData
      cifs: print session id while listing open files
      cifs: append path to open_enter trace event
      cifs: avoid race conditions with parallel reconnects

Steve French (2):
      smb3: lower default deferred close timeout to address perf regression
      smb3: fix unusable share after force unmount failure

 fs/cifs/cached_dir.c    | 37 +++++++++++++++++++++++--
 fs/cifs/cifs_debug.c    | 46 ++++++++++++++++++++-----------
 fs/cifs/cifsfs.c        |  9 ++++---
 fs/cifs/cifssmb.c       |  6 ++---
 fs/cifs/connect.c       | 72 ++++++++++++++++++++++++++++++++++---------------
 fs/cifs/dfs.c           | 10 ++++---
 fs/cifs/dfs_cache.c     |  2 +-
 fs/cifs/file.c          |  8 +++---
 fs/cifs/fs_context.h    |  2 +-
 fs/cifs/link.c          |  2 ++
 fs/cifs/smb2inode.c     |  1 +
 fs/cifs/smb2ops.c       | 27 ++++++++++++++++++-
 fs/cifs/smb2pdu.c       | 62 ++++++++++++++++++++++--------------------
 fs/cifs/smb2transport.c | 17 +++++++++---
 fs/cifs/trace.h         | 12 ++++++---
 15 files changed, 221 insertions(+), 92 deletions(-)


-- 
Thanks,

Steve

             reply	other threads:[~2023-03-26  2:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-26  2:02 Steve French [this message]
2023-03-26 16:21 ` [GIT PULL] cifs/smb3 client fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-02-04  6:08 Steve French
2022-02-04 17:58 ` pr-tracker-bot
2021-12-10 20:41 Steve French
2021-12-11  1:38 ` pr-tracker-bot
2021-11-06 13:49 Steve French
2021-11-06 23:50 ` pr-tracker-bot
2021-09-24 23:23 Steve French
2021-09-25 19:06 ` pr-tracker-bot
2021-09-18 19:54 Steve French
2021-09-20 23:32 ` pr-tracker-bot
2021-08-30  5:48 Steve French
2021-08-31 16:39 ` Linus Torvalds
2021-08-31 17:08   ` Steve French
2021-08-31 17:43     ` Linus Torvalds
2021-08-31 18:06       ` Steve French
2021-09-14 21:21         ` Steve French
2021-08-31 16:41 ` 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=CAH2r5ms5shbVGfACT5bXkp4Fo52GXoVHPVeNsRyRd4PAKHbaRw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).