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 PULL] SMB3 Fixes
Date: Sat, 7 Dec 2019 23:41:06 -0600	[thread overview]
Message-ID: <CAH2r5mvexWusg28E6jn7C-=_TFnnZC-MJB1JUh6zFqyapkPv8Q@mail.gmail.com> (raw)

Please pull the following changes since commit
21b26d2679584c6a60e861aa3e5ca09a6bab0633:

  Merge tag '5.5-rc-smb3-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2019-11-30 11:10:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 231e2a0ba56733c95cb77d8920e76502b2134e72:

  smb3: improve check for when we send the security descriptor context
on create (2019-12-07 17:38:22 -0600)

----------------------------------------------------------------
9 cifs/smb3 fixes:
      - one fix for stable (oops during oplock break)
      - two timestamp fixes including important one for updating mtime at close
           to avoid stale metadata caching issue on dirty files (also
improves perf
           by using SMB2_CLOSE_FLAG_POSTQUERY_ATTRIB over the wire)
      - two fixes for "modefromsid" mount option for file create
            (now allows mode bits to be set more atomically and
accurately on create
            by adding "sd_context" on create when modefromsid
specified on mount)
       - two fixes for multichannel found in testing this week against
different servers
       - two small cleanup patches
----------------------------------------------------------------
Aurelien Aptel (1):
      cifs: fix possible uninitialized access and race on iface_list

Colin Ian King (1):
      cifs: remove redundant assignment to pointer pneg_ctxt

Deepa Dinamani (1):
      fs: cifs: Fix atime update check vs mtime

Paulo Alcantara (SUSE) (1):
      cifs: Fix lookup of SMB connections on multichannel

Pavel Shilovsky (1):
      CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks

Steve French (4):
      smb3: remove unused flag passed into close functions
      smb3: query attributes on file close
      smb3: fix mode passed in on create for modetosid mount option
      smb3: improve check for when we send the security descriptor
context on create

 fs/cifs/cifsacl.c   |  42 ++++++++++++++++----------
 fs/cifs/cifsacl.h   |  32 ++++++++++----------
 fs/cifs/cifsglob.h  |   4 +++
 fs/cifs/cifsproto.h |   1 +
 fs/cifs/connect.c   |   6 +++-
 fs/cifs/file.c      |  11 ++++---
 fs/cifs/inode.c     |   2 +-
 fs/cifs/sess.c      |  32 ++++++++++++++++++--
 fs/cifs/smb2inode.c |   2 +-
 fs/cifs/smb2ops.c   |  49 +++++++++++++++++++++++++++---
 fs/cifs/smb2pdu.c   | 128
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 fs/cifs/smb2pdu.h   |  21 +++++++++++++
 fs/cifs/smb2proto.h |   7 +++--
 13 files changed, 265 insertions(+), 72 deletions(-)


--
Thanks,

Steve

             reply	other threads:[~2019-12-08  5:41 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-08  5:41 Steve French [this message]
2019-12-08 21:40 ` [GIT PULL] SMB3 Fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23  4:27 [GIT PULL] smb3 fixes Steve French
2024-04-23 16:44 ` pr-tracker-bot
2022-01-22  5:51 Steve French
2022-01-22  9:40 ` 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-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='CAH2r5mvexWusg28E6jn7C-=_TFnnZC-MJB1JUh6zFqyapkPv8Q@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).