LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] cifs fixes
@ 2021-02-12 18:15 Steve French
2021-02-12 20:04 ` Linus Torvalds
2021-02-13 20:03 ` pr-tracker-bot
0 siblings, 2 replies; 18+ messages in thread
From: Steve French @ 2021-02-12 18:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
for you to fetch changes up to a738c93fb1c17e386a09304b517b1c6b2a6a5a8b:
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting
cifs_sb->prepath. (2021-02-11 11:08:32 -0600)
----------------------------------------------------------------
4 small cifs fixes for the implementation of the new mount API (including
a particularly important one for DFS links) that were found in
additional testing
this week of additional DFS scenarios, and a user testing of an apache container
problem.
Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/501
----------------------------------------------------------------
Ronnie Sahlberg (3):
cifs: fix dfs-links
cifs: do not disable noperm if multiuser mount option is not provided
cifs: In the new mount api we get the full devname as source=
Shyam Prasad N (1):
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
fs/cifs/cifsfs.c | 2 +-
fs/cifs/connect.c | 9 +++++++++
fs/cifs/fs_context.c | 20 +++++++++++++++++---
fs/cifs/fs_context.h | 1 +
4 files changed, 28 insertions(+), 4 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-12 18:15 [GIT PULL] cifs fixes Steve French
@ 2021-02-12 20:04 ` Linus Torvalds
2021-02-12 20:39 ` Steve French
2021-02-12 21:33 ` Steve French
2021-02-13 20:03 ` pr-tracker-bot
1 sibling, 2 replies; 18+ messages in thread
From: Linus Torvalds @ 2021-02-12 20:04 UTC (permalink / raw)
To: Steve French; +Cc: CIFS, LKML
On Fri, Feb 12, 2021 at 10:16 AM Steve French <smfrench@gmail.com> wrote:
>
> git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
It looks like git.samba.org is feeling very sick and is not answering.
Not git, not ping (but maybe icmp ping is blocked).
Please give it a kick, or provide some other hosting mirror?
Linus
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-12 20:04 ` Linus Torvalds
@ 2021-02-12 20:39 ` Steve French
2021-02-13 0:26 ` Stefan Metzmacher
2021-02-12 21:33 ` Steve French
1 sibling, 1 reply; 18+ messages in thread
From: Steve French @ 2021-02-12 20:39 UTC (permalink / raw)
To: Linus Torvalds, Stefan (metze) Metzmacher, Björn JACKE; +Cc: CIFS, LKML
Metze/Bjorn,
Linus is right - samba.org is down for me (I also verified with JRA).
Any ETA on when it gets back up?
On Fri, Feb 12, 2021 at 2:05 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Fri, Feb 12, 2021 at 10:16 AM Steve French <smfrench@gmail.com> wrote:
> >
> > git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
>
> It looks like git.samba.org is feeling very sick and is not answering.
> Not git, not ping (but maybe icmp ping is blocked).
>
> Please give it a kick, or provide some other hosting mirror?
>
> Linus
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-12 20:39 ` Steve French
@ 2021-02-13 0:26 ` Stefan Metzmacher
2021-02-13 1:02 ` Linus Torvalds
0 siblings, 1 reply; 18+ messages in thread
From: Stefan Metzmacher @ 2021-02-13 0:26 UTC (permalink / raw)
To: Steve French, Linus Torvalds, Björn JACKE; +Cc: CIFS, LKML
[-- Attachment #1.1: Type: text/plain, Size: 1039 bytes --]
Am 12.02.21 um 21:39 schrieb Steve French:
> Metze/Bjorn,
> Linus is right - samba.org is down for me (I also verified with JRA).
> Any ETA on when it gets back up?
>
> On Fri, Feb 12, 2021 at 2:05 PM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
>>
>> On Fri, Feb 12, 2021 at 10:16 AM Steve French <smfrench@gmail.com> wrote:
>>>
>>> git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
>>
>> It looks like git.samba.org is feeling very sick and is not answering.
>> Not git, not ping (but maybe icmp ping is blocked).
>>
>> Please give it a kick, or provide some other hosting mirror?
It's online again.
The machine is running a 'AMD Ryzen Threadripper 2950X 16-Core Processor'
and is freezing without any trace every view days.
We played with various boot parameters (currently we're using
'mem_encrypt=off rcu_nocbs=0-31 processor.max_cstate=1 idle=nomwait nomodeset consoleblank=0',
with the ubuntu 20.04 5.8 kernel, we also tried 5.4 before), but nothing seems to help.
metze
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-13 0:26 ` Stefan Metzmacher
@ 2021-02-13 1:02 ` Linus Torvalds
2021-02-13 1:08 ` Stefan Metzmacher
0 siblings, 1 reply; 18+ messages in thread
From: Linus Torvalds @ 2021-02-13 1:02 UTC (permalink / raw)
To: Stefan Metzmacher; +Cc: Steve French, Björn JACKE, CIFS, LKML
On Fri, Feb 12, 2021 at 4:26 PM Stefan Metzmacher <metze@samba.org> wrote:
>
> The machine is running a 'AMD Ryzen Threadripper 2950X 16-Core Processor'
> and is freezing without any trace every view days.
I don't think the first-gen Zen issues ever really got solved. There
were multiple ones, with random segfaults for the early ones (but
afaik those were fixed by an RMA process with AMD), but the "it
randomly locks up" ones never had a satisfactory resolution afaik.
There were lots of random workarounds, but judging by your email:
> We played with various boot parameters (currently we're using
> 'mem_encrypt=off rcu_nocbs=0-31 processor.max_cstate=1 idle=nomwait nomodeset consoleblank=0',
I suspect you've seen all the bugzilla threads on this issue (kernel
bugzilla 196683 is probably the main one, but it was discussed
elsewhere too).
I assume you've updated to latest BIOS and looked at various BIOS
power management settings too?
Zen 2 seems to have fixed things (knock wood - it's certainly working
for me), But many people obviously never saw any issues with Zen 1
either.
Linus
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-13 1:02 ` Linus Torvalds
@ 2021-02-13 1:08 ` Stefan Metzmacher
2021-02-13 1:28 ` Linus Torvalds
0 siblings, 1 reply; 18+ messages in thread
From: Stefan Metzmacher @ 2021-02-13 1:08 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Steve French, Björn JACKE, CIFS, LKML
[-- Attachment #1.1: Type: text/plain, Size: 1398 bytes --]
Hi Linus,
>> The machine is running a 'AMD Ryzen Threadripper 2950X 16-Core Processor'
>> and is freezing without any trace every view days.
>
> I don't think the first-gen Zen issues ever really got solved. There
> were multiple ones, with random segfaults for the early ones (but
> afaik those were fixed by an RMA process with AMD), but the "it
> randomly locks up" ones never had a satisfactory resolution afaik.
>
> There were lots of random workarounds, but judging by your email:
>
>> We played with various boot parameters (currently we're using
>> 'mem_encrypt=off rcu_nocbs=0-31 processor.max_cstate=1 idle=nomwait nomodeset consoleblank=0',
>
> I suspect you've seen all the bugzilla threads on this issue (kernel
> bugzilla 196683 is probably the main one, but it was discussed
> elsewhere too).
I just found that one, I'll have a closer look at the details in the next days.
> I assume you've updated to latest BIOS and looked at various BIOS
> power management settings too?
No, but I'll have a look at that.
> Zen 2 seems to have fixed things (knock wood - it's certainly working
> for me), But many people obviously never saw any issues with Zen 1
> either.
Do you know about the Zen3 status, I was thinking to replace the system
by this one with AMD Ryzen 9 5950X:
https://www.hetzner.com/dedicated-rootserver/ax101
Thanks!
metze
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-13 1:08 ` Stefan Metzmacher
@ 2021-02-13 1:28 ` Linus Torvalds
2021-02-19 23:48 ` Stefan Metzmacher
0 siblings, 1 reply; 18+ messages in thread
From: Linus Torvalds @ 2021-02-13 1:28 UTC (permalink / raw)
To: Stefan Metzmacher; +Cc: Steve French, Björn JACKE, CIFS, LKML
On Fri, Feb 12, 2021 at 5:08 PM Stefan Metzmacher <metze@samba.org> wrote:
>
> > Zen 2 seems to have fixed things (knock wood - it's certainly working
> > for me), But many people obviously never saw any issues with Zen 1
> > either.
>
> Do you know about the Zen3 status, I was thinking to replace the system
> by this one with AMD Ryzen 9 5950X:
I have heard nothing but good things about Zen3 so far (apart from
apparently people complaining about availability), but it's only been
out a few months, so obviously coverage is somewhat limited.
I wish AMD hadn't decimated their Linux team (several years ago), and
they definitely had some embarrassing issues early on with Zen (apart
from the Zen 1 stability issues, they've screwed up rdrand at least
three times, iirc). But I've yet to hear of any Zen 3 issues, and I
suspect I'll upgrade when Threadripper comes out (I've become quite
spoiled by the build speeds of my Threadripper 3970X - the only thing
I miss is the better 'perf' support from Intel PEBS).
Note that I'm not necessarily the person who would hear about any
issues first, though, so take the above with a pinch of salt.
Linus
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-13 1:28 ` Linus Torvalds
@ 2021-02-19 23:48 ` Stefan Metzmacher
0 siblings, 0 replies; 18+ messages in thread
From: Stefan Metzmacher @ 2021-02-19 23:48 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Steve French, Björn JACKE, CIFS, LKML
[-- Attachment #1.1: Type: text/plain, Size: 1243 bytes --]
Hi Linus,
>> Do you know about the Zen3 status, I was thinking to replace the system
>> by this one with AMD Ryzen 9 5950X:
>
> I have heard nothing but good things about Zen3 so far (apart from
> apparently people complaining about availability), but it's only been
> out a few months, so obviously coverage is somewhat limited.
>
> I wish AMD hadn't decimated their Linux team (several years ago), and
> they definitely had some embarrassing issues early on with Zen (apart
> from the Zen 1 stability issues, they've screwed up rdrand at least
> three times, iirc). But I've yet to hear of any Zen 3 issues, and I
> suspect I'll upgrade when Threadripper comes out (I've become quite
> spoiled by the build speeds of my Threadripper 3970X - the only thing
> I miss is the better 'perf' support from Intel PEBS).
>
> Note that I'm not necessarily the person who would hear about any
> issues first, though, so take the above with a pinch of salt.
Thanks for the hints! While we're waiting for the Ryzen 9 5950X machine
to get ready, I upgraded the Ryzen Threadripper 2950X to a 5.10 kernel
and we didn't had a freeze yet again.
Do you think 5.10 would be good for the Ryzen 9 5950X too?
Thanks!
metze
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-12 20:04 ` Linus Torvalds
2021-02-12 20:39 ` Steve French
@ 2021-02-12 21:33 ` Steve French
1 sibling, 0 replies; 18+ messages in thread
From: Steve French @ 2021-02-12 21:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
The branch also was mirrored to github so could be pulled from there
if you prefer - see below (presumably the admins for samba.org, who
live in Germany, are not online - and so I am not sure when samba.org
servers will be restarted).
The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)
are available in the Git repository at:
git://github.com/smfrench/smb3-kernel.git tags/5.11-rc7-smb3-github
for you to fetch changes up to a738c93fb1c17e386a09304b517b1c6b2a6a5a8b:
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting
cifs_sb->prepath. (2021-02-11 11:08:32 -0600)
----------------------------------------------------------------
4 small smb3 fixes to the new mount API
----------------------------------------------------------------
Ronnie Sahlberg (3):
cifs: fix dfs-links
cifs: do not disable noperm if multiuser mount option is not provided
cifs: In the new mount api we get the full devname as source=
Shyam Prasad N (1):
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
fs/cifs/cifsfs.c | 2 +-
fs/cifs/connect.c | 9 +++++++++
fs/cifs/fs_context.c | 20 +++++++++++++++++---
fs/cifs/fs_context.h | 1 +
4 files changed, 28 insertions(+), 4 deletions(-)
On Fri, Feb 12, 2021 at 2:05 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Fri, Feb 12, 2021 at 10:16 AM Steve French <smfrench@gmail.com> wrote:
> >
> > git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
>
> It looks like git.samba.org is feeling very sick and is not answering.
> Not git, not ping (but maybe icmp ping is blocked).
>
> Please give it a kick, or provide some other hosting mirror?
>
> Linus
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] cifs fixes
2021-02-12 18:15 [GIT PULL] cifs fixes Steve French
2021-02-12 20:04 ` Linus Torvalds
@ 2021-02-13 20:03 ` pr-tracker-bot
1 sibling, 0 replies; 18+ messages in thread
From: pr-tracker-bot @ 2021-02-13 20:03 UTC (permalink / raw)
To: Steve French; +Cc: Linus Torvalds, CIFS, LKML
The pull request you sent on Fri, 12 Feb 2021 12:15:57 -0600:
> git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7989807dc0c95c4b787698eba10905a5baac42e8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PULL] CIFS Fixes
@ 2021-07-10 17:22 Steve French
2021-07-10 19:08 ` pr-tracker-bot
0 siblings, 1 reply; 18+ messages in thread
From: Steve French @ 2021-07-10 17:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, CIFS
Please pull the following changes since commit
bbd91626f71c1582301044f5942751eeb4ca98ba:
Merge tag '5.14-rc-smb3-fixes-part1' of
git://git.samba.org/sfrench/cifs-2.6 (2021-06-29 20:18:16 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.14-rc-smb3-fixes-part2
for you to fetch changes up to 4d069f6022e938bc51667da637f2483a37a77e19:
cifs: update internal version number (2021-07-09 13:03:36 -0500)
----------------------------------------------------------------
13 cifs/smb3 fixes. Most are to address minor issues pointed out by
Coverity. Also includes a packet signing enhancement and a mount
improvement.
There is an important set of multichannel fixes still being tested
which is not included yet.
Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/711
----------------------------------------------------------------
Paulo Alcantara (1):
cifs: prevent NULL deref in cifs_compose_mount_options()
Ronnie Sahlberg (1):
cifs: use helpers when parsing uid/gid mount options and validate them
Steve French (11):
cifs: make locking consistent around the server session status
cifs: clarify SMB1 code for UnixCreateHardLink
CIFS: Clarify SMB1 code for UnixCreateSymLink
CIFS: Clarify SMB1 code for UnixSetPathInfo
smb3: fix typo in header file
CIFS: Clarify SMB1 code for SetFileSize
CIFS: Clarify SMB1 code for delete
CIFS: Clarify SMB1 code for rename open file
CIFS: Clarify SMB1 code for POSIX Lock
SMB3.1.1: Add support for negotiating signing algorithm
cifs: update internal version number
fs/cifs/cifs_dfs_ref.c | 3 ++
fs/cifs/cifsfs.c | 4 +++
fs/cifs/cifsfs.h | 2 +-
fs/cifs/cifsglob.h | 6 +++-
fs/cifs/cifspdu.h | 1 +
fs/cifs/cifssmb.c | 24 ++++++++------
fs/cifs/connect.c | 5 +++
fs/cifs/fs_context.c | 24 +++++++++++---
fs/cifs/fs_context.h | 1 +
fs/cifs/smb2pdu.c | 85 ++++++++++++++++++++++++++++++++++++++++++++------
fs/cifs/smb2pdu.h | 7 +++--
fs/cifs/transport.c | 2 ++
12 files changed, 135 insertions(+), 29 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PULL] cifs fixes
@ 2021-03-10 2:49 Steve French
2021-03-10 18:13 ` pr-tracker-bot
0 siblings, 1 reply; 18+ messages in thread
From: Steve French @ 2021-03-10 2:49 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.12-rc2-smb3
for you to fetch changes up to 04ad69c342fc4de5bd23be9ef15ea7574fb1a87e:
cifs: do not send close in compound create+close requests
(2021-03-08 21:23:22 -0600)
----------------------------------------------------------------
6 cifs/smb3 fixes, 3 for stable, including some important mulitchannel
crediting fixes, and fix for statfs error handling
Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/524
----------------------------------------------------------------
Aurelien Aptel (2):
cifs: fix credit accounting for extra channel
cifs: ask for more credit on async read/write code paths
Paulo Alcantara (4):
cifs: print MIDs in decimal notation
cifs: change noisy error message to FYI
cifs: return proper error code in statfs(2)
cifs: do not send close in compound create+close requests
fs/cifs/cifs_debug.c | 2 +-
fs/cifs/cifsfs.c | 2 +-
fs/cifs/cifsglob.h | 19 ++++++++++---------
fs/cifs/connect.c | 14 +++++++-------
fs/cifs/sess.c | 1 +
fs/cifs/smb2inode.c | 1 +
fs/cifs/smb2misc.c | 10 +++++-----
fs/cifs/smb2ops.c | 10 +++++-----
fs/cifs/smb2pdu.c | 6 ++----
fs/cifs/smb2proto.h | 3 +--
fs/cifs/transport.c | 4 ++--
11 files changed, 36 insertions(+), 36 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PULL] cifs fixes
@ 2021-02-06 18:28 Steve French
2021-02-06 23:33 ` pr-tracker-bot
0 siblings, 1 reply; 18+ messages in thread
From: Steve French @ 2021-02-06 18:28 UTC (permalink / raw)
To: Linus Torvalds; +Cc: CIFS, LKML
Please pull the following changes since commit
1048ba83fb1c00cd24172e23e8263972f6b5d9ac:
Linux 5.11-rc6 (2021-01-31 13:50:09 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc6-smb3
for you to fetch changes up to 21b200d091826a83aafc95d847139b2b0582f6d1:
cifs: report error instead of invalid when revalidating a dentry
fails (2021-02-05 13:17:48 -0600)
----------------------------------------------------------------
3 small smb3 bug fixes for stable
Test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/491
----------------------------------------------------------------
Aurelien Aptel (1):
cifs: report error instead of invalid when revalidating a dentry fails
Gustavo A. R. Silva (1):
smb3: Fix out-of-bounds bug in SMB2_negotiate()
Pavel Shilovsky (1):
smb3: fix crediting for compounding when only one request in flight
fs/cifs/dir.c | 22 ++++++++++++++++++++--
fs/cifs/smb2pdu.h | 2 +-
fs/cifs/transport.c | 18 +++++++++++++++---
3 files changed, 36 insertions(+), 6 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PULL] CIFS Fixes
@ 2015-02-04 17:42 Steve French
0 siblings, 0 replies; 18+ messages in thread
From: Steve French @ 2015-02-04 17:42 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-cifs, LKML
Three small cifs fixes. One fixes a hang under stress, and the other two are
security related.
The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
are available in the git repository at:
git://git.samba.org/sfrench/cifs-2.6.git for-next
for you to fetch changes up to 7a1ceba071709d11271ebd921310b5a18404dd33:
cifs: fix MUST SecurityFlags filtering (2015-01-26 19:38:26 -0600)
----------------------------------------------------------------
Giel van Schijndel (1):
cifs: use memzero_explicit to clear stack buffer
Niklas Cassel (1):
cifs: fix MUST SecurityFlags filtering
Sachin Prabhu (1):
Complete oplock break jobs before closing file handle
fs/cifs/cifs_debug.c | 6 ++++--
fs/cifs/file.c | 6 +++++-
fs/cifs/smbencrypt.c | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
* [GIT PULL] CIFS Fixes
@ 2014-12-29 20:55 Steve French
0 siblings, 0 replies; 18+ messages in thread
From: Steve French @ 2014-12-29 20:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-cifs, LKML
A set of three minor cifs fixes.
Please pull the following changes since commit
9ea18f8cab5f1c36cdd0f09717e35ceb48c36a87:
Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block
(2014-12-13 14:22:26 -0800)
are available in the git repository at:
git://git.samba.org/sfrench/cifs-2.6.git for-linus
for you to fetch changes up to 9e6d722f3d91c94f2a303d67ddd8fb1ca4c0d375:
cifs: make new inode cache when file type is different (2014-12-22
14:16:21 -0600)
----------------------------------------------------------------
Kevin Cernekee (1):
Fix signed/unsigned pointer warning
Nakajima Akira (1):
cifs: make new inode cache when file type is different
Sachin Prabhu (1):
Convert MessageID in smb2_hdr to LE
fs/cifs/cifsglob.h | 6 +++---
fs/cifs/netmisc.c | 12 +++++++-----
fs/cifs/readdir.c | 10 +++++++---
fs/cifs/smb2misc.c | 12 +++++++-----
fs/cifs/smb2ops.c | 3 ++-
fs/cifs/smb2pdu.h | 2 +-
fs/cifs/smb2transport.c | 2 +-
7 files changed, 28 insertions(+), 19 deletions(-)
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2021-07-10 19:08 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 18:15 [GIT PULL] cifs fixes Steve French
2021-02-12 20:04 ` Linus Torvalds
2021-02-12 20:39 ` Steve French
2021-02-13 0:26 ` Stefan Metzmacher
2021-02-13 1:02 ` Linus Torvalds
2021-02-13 1:08 ` Stefan Metzmacher
2021-02-13 1:28 ` Linus Torvalds
2021-02-19 23:48 ` Stefan Metzmacher
2021-02-12 21:33 ` Steve French
2021-02-13 20:03 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2021-07-10 17:22 [GIT PULL] CIFS Fixes Steve French
2021-07-10 19:08 ` pr-tracker-bot
2021-03-10 2:49 [GIT PULL] cifs fixes Steve French
2021-03-10 18:13 ` pr-tracker-bot
2021-02-06 18:28 Steve French
2021-02-06 23:33 ` pr-tracker-bot
2015-02-04 17:42 [GIT PULL] CIFS Fixes Steve French
2014-12-29 20:55 Steve French
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).