Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [GIT PULL] SMB3 Client fixes (updated)
@ 2022-05-27 17:12 Steve French
  2022-05-27 23:08 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Steve French @ 2022-05-27 17:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Howells, CIFS, LKML

Please pull the following changes since commit
42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git
tags/5.19-rc-smb3-client-fixes-updated

for you to fetch changes up to 44a48081fc03187d3c047077f3ad3eb3a3eaf8fb:

  smb3: remove unneeded null check in cifs_readdir (2022-05-27 12:05:47 -0500)

----------------------------------------------------------------
Twenty four cifs/smb3 client fixes, including:

- a series of fixes for multichannel fixes to improve reconnect after
network failure
- improved caching of root directory contents (extending benefit of
directory leases)
- 2 DFS fixes
- 3 fixes for improved debugging
- an NTLMSSP fix for mounts t0 older servers
- new mount parm to allow disabling creating sparse files
- various cleanup fixes and minor fixes pointed out by coverity

Does not include Dave Howell's iov_iter series (converting i/o paths
in cifs.ko to use iterators) pending addressing a few things Al
just pointed out.  Also not included yet are some RDMA (smbdirect)
fixes and a patch to dynamically requery and adjust the network
interfaces on the fly which are still being tested.

----------------------------------------------------------------
ChenXiaoSong (1):
      cifs: return the more nuanced writeback error on close()

Enzo Matsumiya (3):
      cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
      cifs: return ENOENT for DFS lookup_cache_entry()
      cifs: print TIDs as hex

Julia Lawall (1):
      cifs: smbd: fix typo in comment

Paulo Alcantara (2):
      cifs: fix signed integer overflow when fl_end is OFFSET_MAX
      cifs: fix ntlmssp on old servers

Ronnie Sahlberg (4):
      cifs: move definition of cifs_fattr earlier in cifsglob.h
      cifs: check for smb1 in open_cached_dir()
      cifs: set the CREATE_NOT_FILE when opening the directory in
use_cached_dir()
      cifs: cache the dirents for entries in a cached directory

Shyam Prasad N (3):
      cifs: do not use tcpStatus after negotiate completes
      cifs: use new enum for ses_status
      cifs: avoid parallel session setups on same channel

Steve French (10):
      SMB3: EBADF/EIO errors in rename/open caused by race condition
in smb2_compound_op
      smb3: add trace point for lease not found issue
      smb3: add trace point for oplock not found
      Add defines for various newer FSCTLs
      Add various fsctl structs
      cifs: fix minor compile warning
      smb3: check for null tcon
      smb3: don't set rc when used and unneeded in query_info_compound
      smb3: add mount parm nosparse
      smb3: remove unneeded null check in cifs_readdir

 fs/cifs/cifs_debug.c       |  11 +++-
 fs/cifs/cifsfs.c           |   2 +
 fs/cifs/cifsglob.h         | 124 +++++++++++++++++++++++++++------------
 fs/cifs/cifsproto.h        |   9 +++
 fs/cifs/cifssmb.c          |   5 +-
 fs/cifs/connect.c          | 107 ++++++++++++++++++----------------
 fs/cifs/dfs_cache.c        |   6 +-
 fs/cifs/file.c             |  13 +++--
 fs/cifs/fs_context.c       |  33 +++--------
 fs/cifs/fs_context.h       |   4 +-
 fs/cifs/misc.c             |  11 ++--
 fs/cifs/readdir.c          | 179
++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 fs/cifs/sess.c             |  33 ++++++++++-
 fs/cifs/smb2inode.c        |   7 ++-
 fs/cifs/smb2misc.c         |  12 +++-
 fs/cifs/smb2ops.c          |  32 +++++++++--
 fs/cifs/smb2pdu.c          |   5 +-
 fs/cifs/smb2pdu.h          |  22 -------
 fs/cifs/smb2transport.c    |   7 ++-
 fs/cifs/smbdirect.c        |   2 +-
 fs/cifs/trace.h            |   2 +
 fs/cifs/transport.c        |   8 +--
 fs/smbfs_common/smb2pdu.h  | 108 +++++++++++++++++++++++++++++++---
 fs/smbfs_common/smbfsctl.h |   6 ++
 24 files changed, 559 insertions(+), 189 deletions(-)


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] SMB3 Client fixes (updated)
  2022-05-27 17:12 [GIT PULL] SMB3 Client fixes (updated) Steve French
@ 2022-05-27 23:08 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-27 23:08 UTC (permalink / raw)
  To: Steve French; +Cc: Linus Torvalds, David Howells, CIFS, LKML

The pull request you sent on Fri, 27 May 2022 12:12:20 -0500:

> git://git.samba.org/sfrench/cifs-2.6.git tags/5.19-rc-smb3-client-fixes-updated

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf272460d744112bacd4c4d562592decbf0edf64

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] smb3 client fixes (updated)
@ 2025-06-21 16:10 Steve French
  2025-06-22 19:55 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Steve French @ 2025-06-21 16:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, CIFS

Please pull the following changes since commit
e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc2-smb3-client-fixes-v2

for you to fetch changes up to 27e9d5d021dbaa1211836d07a240078bf84b284e:

  smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
(2025-06-21 11:03:25 -0500)

----------------------------------------------------------------
Nine smb3 client fixes (updated P/R removing one SMB1 changeset as requested)
- Multichannel channel allocation fix for Kerberos mounts
- Two reconnect fixes
- Fix netfs_writepages crash with smbdirect/RDMA
- Directory caching fix
- Three minor cleanup fixes
- Log error when close cached dirs fails
----------------------------------------------------------------
Bharath SM (4):
      smb: fix secondary channel creation issue with kerberos by
populating hostname when adding channels
      smb: Use loff_t for directory position in cached_dirents
      smb: minor fix to use sizeof to initialize flags_string buffer
      smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size

David Howells (1):
      cifs: Fix prepare_write to negotiate wsize if needed

Pali Rohár (1):
      cifs: Remove duplicate fattr->cf_dtype assignment from
wsl_to_fattr() function

Paul Aurich (1):
      smb: Log an error when close_all_cached_dirs fails

Stefan Metzmacher (1):
      smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()

zhangjian (1):
      smb: client: fix first command failure during re-negotiation

 fs/smb/client/cached_dir.c | 14 ++++++++++++--
 fs/smb/client/cached_dir.h |  2 +-
 fs/smb/client/cifs_debug.c |  2 +-
 fs/smb/client/cifs_ioctl.h |  2 +-
 fs/smb/client/connect.c    |  1 +
 fs/smb/client/file.c       |  8 ++++++--
 fs/smb/client/ioctl.c      |  2 +-
 fs/smb/client/reparse.c    |  1 -
 fs/smb/client/sess.c       |  3 +--
 fs/smb/client/smbdirect.c  |  5 +++--
 10 files changed, 27 insertions(+), 13 deletions(-)

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] smb3 client fixes (updated)
  2025-06-21 16:10 [GIT PULL] smb3 client " Steve French
@ 2025-06-22 19:55 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-06-22 19:55 UTC (permalink / raw)
  To: Steve French; +Cc: Linus Torvalds, LKML, CIFS

The pull request you sent on Sat, 21 Jun 2025 11:10:32 -0500:

> git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc2-smb3-client-fixes-v2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/75f99f8cf445d577132ed97514032d9a3d3e2758

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-22 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-27 17:12 [GIT PULL] SMB3 Client fixes (updated) Steve French
2022-05-27 23:08 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-06-21 16:10 [GIT PULL] smb3 client " Steve French
2025-06-22 19:55 ` 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