mbox series

[GIT,PULL] Please pull NFS Client bugfixes for 6.11-rc

Message ID 20240823175044.38868-1-anna@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Please pull NFS Client bugfixes for 6.11-rc | expand

Pull-request

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

Message

Anna Schumaker Aug. 23, 2024, 5:50 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 24, 2024, 1:24 a.m. UTC | #1
The pull request you sent on Fri, 23 Aug 2024 13:50:44 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/60f0560f53e395adf4bce7282d8d4bc94a4952ac

Thank you!