Pull NFS client fixes from Anna Schumaker:
 - 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
* tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs:
  NFS: Avoid unnecessary rescanning of the per-server delegation list
  NFSv4: Fix clearing of layout segments in layoutreturn
  NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
  nfs: fix bitmap decoder to handle a 3rd word
  nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
  rpcrdma: Trace connection registration and unregistration
  rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
  rpcrdma: Device kref is over-incremented on error from xa_alloc