mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Please pull additional NFS client fixes for 5.0
@ 2019-02-15 21:47 Anna Schumaker
  2019-02-17  1:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Anna Schumaker @ 2019-02-15 21:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-nfs, linux-kernel

Hi Linus,

The following changes since commit 8fc75bed96bb94e23ca51bd9be4daf65c57697bf:

  NFS: Fix up return value on fatal errors in nfs_page_async_flush() (2019-01-29 
16:33:24 -0500)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.0-4

for you to fetch changes up to d2ceb7e57086750ea6198a31fd942d98099a0786:

  NFS: Don't use page_file_mapping after removing the page (2019-02-12 15:56:28
-0500)

----------------------------------------------------------------
Three fixes this time.  Nicolas's is for xprtrdma completion vector allocation
on single-core systems.  Greg's adds an error check when allocating a debugfs
dentry.  And Ben's is an additional fix for nfs_page_async_flush() to prevent
pages from accidentally getting truncated.

Have a good weekend!
Anna
----------------------------------------------------------------
Benjamin Coddington (1):
      NFS: Don't use page_file_mapping after removing the page

Greg Kroah-Hartman (1):
      rpc: properly check debugfs dentry before using it

Nicolas Morey-Chaisemartin (1):
      xprtrdma: Make sure Send CQ is allocated on an existing compvec

 fs/nfs/write.c              | 11 ++++++-----
 net/sunrpc/debugfs.c        |  2 +-
 net/sunrpc/xprtrdma/verbs.c |  3 ++-
 3 files changed, 9 insertions(+), 7 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-17  1:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 21:47 [GIT PULL] Please pull additional NFS client fixes for 5.0 Anna Schumaker
2019-02-17  1:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome