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: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT] SMB3 Fixes and debugging improvements
Date: Fri, 15 Mar 2019 18:39:21 -0500	[thread overview]
Message-ID: <CAH2r5mvDGcGD=GP+-5984DJ9U_cYLWvkMsJORX4LZ7_1sVKpgw@mail.gmail.com> (raw)

Please pull the following changes since commit
f261c4e529dac5608a604d3dd3ae1cd2adf23c89:

  Merge branch 'akpm' (patches from Andrew) (2019-03-14 15:10:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bc31d0cdcfbadb6258b45db97e93b1c83822ba33:

  CIFS: fix POSIX lock leak and invalid ptr deref (2019-03-14 19:32:36 -0500)

----------------------------------------------------------------
- Various additional dynamic tracing tracepoints
- Debugging improvements (including ability to query the server via
SMB3 fsctl from userspace tools which can help with stats and
debugging)
- One minor performance improvement (root directory inode caching)
- Crediting (SMB3 flow control) fixes
- Some cleanup (docs and to mknod)
- Important fixes: one to smb3 implementation of fallocate zero range
(which fixes three xfstests) and a POSIX lock fix
----------------------------------------------------------------
Aurelien Aptel (2):
      CIFS: make mknod() an smb_version_op
      CIFS: fix POSIX lock leak and invalid ptr deref

Ronnie Sahlberg (11):
      cifs: change wait_for_free_request() to take flags as argument
      cifs: pass flags down into wait_for_free_credits()
      cifs: wait_for_free_credits() make it possible to wait for >=1 credits
      cifs: prevent starvation in wait_for_free_credits for
multi-credit requests
      cifs: add a timeout argument to wait_for_free_credits
      cifs: simplify how we handle credits in compound_send_recv()
      cifs: cache FILE_ALL_INFO for the shared root handle
      cifs: add SMB2_ioctl_init/free helpers to be used with compounding
      cifs: fix smb3_zero_range so it can expand the file-size when required
      cifs: fix incorrect handling of smb2_set_sparse() return in
smb3_simple_falloc
      SMB3: Allow SMB3 FSCTL queries to be sent to server from tools

Steve French (9):
      smb3: display security information in /proc/fs/cifs/DebugData
more accurately
      smb3: add dynamic tracepoint for timeout waiting for credits
      smb3: display volume serial number for shares in /proc/fs/cifs/DebugData
      smb3: Add dynamic trace points for various compounded smb3 ops
      smb3: add dynamic tracepoints for simple fallocate and zero range
      SMB3: passthru query info doesn't check for SMB3 FSCTL passthru
      cifs: remove unused value pointed out by Coverity
      cifs: minor documentation updates
      smb2: fix typo in definition of a few error flags


-- 
Thanks,

Steve

             reply	other threads:[~2019-03-15 23:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 23:39 Steve French [this message]
2019-03-15 23:50 ` [GIT] SMB3 Fixes and debugging improvements Steve French
2019-03-16  2:10 ` 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='CAH2r5mvDGcGD=GP+-5984DJ9U_cYLWvkMsJORX4LZ7_1sVKpgw@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).