* [GIT PULL] Please pull a few more NFS client bugfixes for 4.11
@ 2017-03-31 17:40 Anna Schumaker
2017-04-01 19:08 ` Mkrtchyan, Tigran
0 siblings, 1 reply; 2+ messages in thread
From: Anna Schumaker @ 2017-03-31 17:40 UTC (permalink / raw)
To: torvalds; +Cc: Linux NFS Mailing List, linux-kernel
Hi Linus,
The following changes since commit da066f3f039eba3e72e97b2ccad0dd8b45ba84bd:
pNFS/flexfiles: never nfs4_mark_deviceid_unavailable (2017-03-17 16:07:17 -0400)
are available in the git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-4.11-3
for you to fetch changes up to f17f8a14e82cdf34cd6473e3644f3c672b3884f6:
nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type (2017-03-31 13:30:49 -0400)
----------------------------------------------------------------
Here are a few more bugfixes that came in over the last couple of weeks. Most of these fix
various hangs and loops that people found, but we also had a few error handling fixes.
Stable Bugfixes:
- Fix infinite loop on BAD_STATEID error
Other Bugfixes:
- Fix old dentry rehash after move
- Fix pnfs GETDEVINFO hangs
- Fix pnfs fallback to MDS on commit errors
- Fix flexfiles kernel oops
Have a good weekend!
Anna
----------------------------------------------------------------
Andy Adamson (3):
NFS cleanup struct nfs4_filelayout_segment
NFS store nfs4_deviceid in struct nfs4_filelayout_segment
NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes
Benjamin Coddington (1):
NFS: Fix old dentry rehash after move
Olga Kornievskaia (2):
PNFS fix fallback to MDS if got error on commit to DS
NFSv4.1 fix infinite loop on IO BAD_STATEID error
Tigran Mkrtchyan (1):
nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type
fs/nfs/dir.c | 9 ++-------
fs/nfs/filelayout/filelayout.c | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
fs/nfs/filelayout/filelayout.h | 19 ++++++++++---------
fs/nfs/flexfilelayout/flexfilelayoutdev.c | 4 ++++
fs/nfs/nfs4proc.c | 9 +++------
5 files changed, 115 insertions(+), 77 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Please pull a few more NFS client bugfixes for 4.11
2017-03-31 17:40 [GIT PULL] Please pull a few more NFS client bugfixes for 4.11 Anna Schumaker
@ 2017-04-01 19:08 ` Mkrtchyan, Tigran
0 siblings, 0 replies; 2+ messages in thread
From: Mkrtchyan, Tigran @ 2017-04-01 19:08 UTC (permalink / raw)
To: Anna Schumaker; +Cc: torvalds, Linux NFS Mailing List
----- Original Message -----
> From: "Anna Schumaker" <schumaker.anna@gmail.com>
> To: torvalds@linux-foundation.org
> Cc: "Linux NFS Mailing List" <linux-nfs@vger.kernel.org>, linux-kernel@vger.kernel.org
> Sent: Friday, March 31, 2017 7:40:36 PM
> Subject: [GIT PULL] Please pull a few more NFS client bugfixes for 4.11
> Hi Linus,
>
> The following changes since commit da066f3f039eba3e72e97b2ccad0dd8b45ba84bd:
>
> pNFS/flexfiles: never nfs4_mark_deviceid_unavailable (2017-03-17 16:07:17 -0400)
>
> are available in the git repository at:
>
> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-4.11-3
>
> for you to fetch changes up to f17f8a14e82cdf34cd6473e3644f3c672b3884f6:
>
> nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type (2017-03-31
> 13:30:49 -0400)
>
> ----------------------------------------------------------------
> Here are a few more bugfixes that came in over the last couple of weeks. Most
> of these fix
> various hangs and loops that people found, but we also had a few error handling
> fixes.
>
> Stable Bugfixes:
> - Fix infinite loop on BAD_STATEID error
>
> Other Bugfixes:
> - Fix old dentry rehash after move
> - Fix pnfs GETDEVINFO hangs
> - Fix pnfs fallback to MDS on commit errors
> - Fix flexfiles kernel oops
>
>
> Have a good weekend!
> Anna
>
> ----------------------------------------------------------------
> Andy Adamson (3):
> NFS cleanup struct nfs4_filelayout_segment
> NFS store nfs4_deviceid in struct nfs4_filelayout_segment
> NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes
>
> Benjamin Coddington (1):
> NFS: Fix old dentry rehash after move
>
> Olga Kornievskaia (2):
> PNFS fix fallback to MDS if got error on commit to DS
> NFSv4.1 fix infinite loop on IO BAD_STATEID error
>
> Tigran Mkrtchyan (1):
> nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type
This have to go into 4.10 as well, as problem exists since
commit 65990d1afbd2d6fc23c6ecbd6f1899aa760a024f (I think).
Tigran.
>
> fs/nfs/dir.c | 9 ++-------
> fs/nfs/filelayout/filelayout.c | 151
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
> fs/nfs/filelayout/filelayout.h | 19 ++++++++++---------
> fs/nfs/flexfilelayout/flexfilelayoutdev.c | 4 ++++
> fs/nfs/nfs4proc.c | 9 +++------
> 5 files changed, 115 insertions(+), 77 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-01 19:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-31 17:40 [GIT PULL] Please pull a few more NFS client bugfixes for 4.11 Anna Schumaker
2017-04-01 19:08 ` Mkrtchyan, Tigran
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).