linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anna Schumaker <anna@kernel.org>
To: linux-nfs@vger.kernel.org, torvalds@linux-foundation.org
Cc: anna@kernel.org
Subject: [GIT PULL] Please pull NFS Client bugfixes for 6.11-rc
Date: Fri, 23 Aug 2024 13:50:44 -0400	[thread overview]
Message-ID: <20240823175044.38868-1-anna@kernel.org> (raw)

Hi Linus,

The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:

  Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.11-2

for you to fetch changes up to f92214e4c312f6ea9d78650cc6291d200f17abb6:

  NFS: Avoid unnecessary rescanning of the per-server delegation list (2024-08-22 17:01:10 -0400)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.11-rc

Bugfixes:
* Fix rpcrdma refcounting in xa_alloc
* Fix rpcrdma usage of XA_FLAGS_ALLOC
* Fix requesting FATTR4_WORD2_OPEN_ARGUMENTS
* Fix attribute bitmap decoder to handle a 3rd word
* Add reschedule points when returning delegations to avoid soft lockups
* Fix clearing layout segments in layoutreturn
* Avoid unnecessary rescanning of the per-server delegation list

Thanks,
Anna

----------------------------------------------------------------
Chuck Lever (3):
      rpcrdma: Device kref is over-incremented on error from xa_alloc
      rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
      rpcrdma: Trace connection registration and unregistration

Jeff Layton (2):
      nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
      nfs: fix bitmap decoder to handle a 3rd word

Trond Myklebust (3):
      NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
      NFSv4: Fix clearing of layout segments in layoutreturn
      NFS: Avoid unnecessary rescanning of the per-server delegation list

 fs/nfs/callback_xdr.c           |  6 ++++--
 fs/nfs/delegation.c             | 15 +++++----------
 fs/nfs/nfs4proc.c               | 12 ++++++++----
 fs/nfs/pnfs.c                   |  5 ++---
 fs/nfs/super.c                  |  2 ++
 include/trace/events/rpcrdma.h  | 36 ++++++++++++++++++++++++++++++++++++
 net/sunrpc/xprtrdma/ib_client.c |  6 ++++--
 7 files changed, 61 insertions(+), 21 deletions(-)

             reply	other threads:[~2024-08-23 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-23 17:50 Anna Schumaker [this message]
2024-08-24  1:24 ` [GIT PULL] Please pull NFS Client bugfixes for 6.11-rc 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=20240823175044.38868-1-anna@kernel.org \
    --to=anna@kernel.org \
    --cc=linux-nfs@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).