linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT][PULL] smb3 fixes
Date: Fri, 8 Mar 2019 10:54:02 -0600	[thread overview]
Message-ID: <CAH2r5mst=W==ug8Xdt93P3iE1HqeXEjaxYj25TYTs9_1XLfCVg@mail.gmail.com> (raw)

Please pull the following changes since commit
1c163f4c7b3f621efff9b28a47abb36f7378d783:

  Linux 5.0 (2019-03-03 15:21:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 50cfad780bcf9e03d11aaf0a7296a4c0ed336b54:

  fs: cifs: Kconfig: pedantic formatting (2019-03-06 21:55:12 -0600)

----------------------------------------------------------------
smb3/cifs fixes including for large i/o error cases, fixes for 3
xfstests, improved crediting (smb3 flow control); improved tracing

----------------------------------------------------------------
Enrico Weigelt, metux IT consult (1):
      fs: cifs: Kconfig: pedantic formatting

Louis Taylor (1):
      cifs: use correct format characters

Namjae Jeon (1):
      cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED

Pavel Shilovsky (24):
      CIFS: Fix leaking locked VFS cache pages in writeback retry
      CIFS: Do not reset lease state to NONE on lease break
      CIFS: Do not skip SMB2 message IDs on send failures
      CIFS: Always reset read error to -EIO if no response
      CIFS: Do not log credits when unmounting a share
      CIFS: Count SMB3 credits for malformed pending responses
      CIFS: Respect SMB2 hdr preamble size in read responses
      CIFS: Set reconnect instance to one initially
      CIFS: Respect reconnect in MTU credits calculations
      CIFS: Respect reconnect in non-MTU credits calculations
      CIFS: Check for reconnects before sending async requests
      CIFS: Check for reconnects before sending compound requests
      CIFS: Adjust MTU credits before reopening a file
      CIFS: Remove custom credit adjustments for SMB2 async IO
      CIFS: Reopen file before get SMB2 MTU credits for async IO
      CIFS: Find and reopen a file before get MTU credits in writepages
      CIFS: Move unlocking pages from wdata_send_pages()
      CIFS: Move open file handling to writepages
      CIFS: Return error code when getting file handle for writeback
      CIFS: Try to acquire credits at once for compound requests
      CIFS: Fix read after write for files with read caching
      CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
      CIFS: Return -EAGAIN instead of -ENOTSOCK
      CIFS: Mask off signals when sending SMB packets

Ronnie Sahlberg (3):
      cifs: replace snprintf with scnprintf
      cifs: add credits from unmatched responses/messages
      cifs: return -ENODATA when deleting an xattr that does not exist

Steve French (13):
      smb3: fix bytes_read statistics
      smb3: make default i/o size for smb3 mounts larger
      smb3: request more credits on tree connect
      cifs: update internal module version number
      smb3: Update POSIX negotiate context with POSIX ctxt GUID
      smb3: add tracepoints for query dir
      smb3: Add tracepoints for read, write and query_dir enter
      smb3: add missing read completion trace point
      smb3: improve dynamic tracing of open and posix mkdir
      smb3: add dynamic trace point for smb3_cmd_enter
      smb3: add dynamic trace point for query_info_enter/done
      smb3: for kerberos mounts display the credential uid used
      smb3: request more credits on normal (non-large read/write) ops

Yao Liu (1):
      cifs: Fix NULL pointer dereference of devname

 fs/cifs/Kconfig         | 120
++++++++++++++++++++++++++++-----------------------------
 fs/cifs/cifs_dfs_ref.c  |   4 +-
 fs/cifs/cifs_fs_sb.h    |   1 +
 fs/cifs/cifsfs.c        |   3 +-
 fs/cifs/cifsfs.h        |   2 +-
 fs/cifs/cifsglob.h      |  65 ++++++++++++++++++++++++-------
 fs/cifs/cifsproto.h     |   8 +++-
 fs/cifs/cifssmb.c       |  54 +++++++++++++++++---------
 fs/cifs/connect.c       |  66 +++++++++++++++++++++++++++-----
 fs/cifs/file.c          | 269
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------
 fs/cifs/inode.c         |   2 +-
 fs/cifs/link.c          |  14 +++----
 fs/cifs/smb1ops.c       |   8 ++--
 fs/cifs/smb2misc.c      |  24 +++++++-----
 fs/cifs/smb2ops.c       | 115
++++++++++++++++++++++++++++++++++++++++++++++---------
 fs/cifs/smb2pdu.c       | 179
+++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
 fs/cifs/smb2pdu.h       |   4 +-
 fs/cifs/smb2transport.c |  25 +++++++++++-
 fs/cifs/smbdirect.c     |   6 +--
 fs/cifs/trace.h         |  89 ++++++++++++++++++++++++++++++++++++++++++-
 fs/cifs/transport.c     | 208
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 21 files changed, 929 insertions(+), 337 deletions(-)


-- 
Thanks,

Steve

             reply	other threads:[~2019-03-08 16:54 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08 16:54 Steve French [this message]
2019-03-09 19:55 ` [GIT][PULL] smb3 fixes pr-tracker-bot
2019-03-24  3:22 [GIT PULL] SMB3 Fixes Steve French
2019-03-24 18:40 ` pr-tracker-bot
2019-04-03 18:03 Steve French
2019-04-04  6:30 ` pr-tracker-bot
2019-04-26  0:23 Steve French
2019-04-26 16:50 ` pr-tracker-bot
2019-05-18  3:37 Steve French
2019-05-19 19:15 ` pr-tracker-bot
2019-05-31 17:55 Steve French
2019-05-31 20:55 ` pr-tracker-bot
2019-06-21  2:02 Steve French
2019-06-21 17:25 ` pr-tracker-bot
2019-07-20 23:48 Steve French
2019-07-21 17:35 ` pr-tracker-bot
2019-08-08  6:49 Steve French
2019-08-09  1:30 ` pr-tracker-bot
2019-09-28 21:36 Steve French
2019-09-30  3:05 ` pr-tracker-bot
2019-12-08  5:41 Steve French
2019-12-08 21:40 ` pr-tracker-bot
2019-12-29  5:06 Steve French
2019-12-29 19:35 ` pr-tracker-bot
2020-01-28 18:31 Steve French
2020-01-28 23:40 ` pr-tracker-bot
2020-04-19 12:50 Steve French
2020-04-19 19:20 ` pr-tracker-bot
2020-06-27 20:11 Steve French
2020-06-27 22:45 ` pr-tracker-bot
2020-07-11  0:53 Steve French
2020-07-11  4:25 ` pr-tracker-bot
2020-08-15  5:32 [GIT PULL] SMB3 fixes Steve French
2020-08-16  1:55 ` pr-tracker-bot
2020-11-24 22:00 [GIT PULL] SMB3 Fixes Steve French
2020-11-24 23:47 ` pr-tracker-bot
2020-12-01 22:28 Steve French
2020-12-01 23:49 ` pr-tracker-bot
2020-12-05  1:23 Steve French
2020-12-05 19:21 ` pr-tracker-bot
2021-01-24  4:44 Steve French
2021-01-24 18:34 ` pr-tracker-bot
2021-04-09  1:48 Steve French
2021-04-09  2:04 ` pr-tracker-bot
2021-05-09 14:37 Steve French
2021-05-09 20:49 ` pr-tracker-bot
2021-05-21 16:20 Steve French
2021-05-21 23:31 ` pr-tracker-bot
2021-05-28 22:44 [GIT PULL] SMB3 fixes Steve French
2021-05-29  0:51 ` pr-tracker-bot
2022-01-22  5:51 [GIT PULL] smb3 fixes Steve French
2022-01-22  9:40 ` pr-tracker-bot
2024-04-23  4:27 Steve French
2024-04-23 16:44 ` 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='CAH2r5mst=W==ug8Xdt93P3iE1HqeXEjaxYj25TYTs9_1XLfCVg@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).