mbox series

[GIT,PULL] NFS Client Bugfixes for Linux 6.6

Message ID 20230918175140.261140-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] NFS Client Bugfixes for Linux 6.6 | expand

Pull-request

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

Message

Anna Schumaker Sept. 18, 2023, 5:51 p.m. UTC
Hi Linus,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 993b5662f302628db4eb358d69b2720c88cbfaf0:

  SUNRPC: Silence compiler complaints about tautological comparisons (2023-09-15 15:50:39 -0400)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.6

Bugfixes:
  * Various O_DIRECT related fixes from Trond
    * Error handling
    * Locking issues
    * Use the correct commit infor for joining page groups
    * Fixes for rescheduling IO
  * Sunrpc bad verifier fixes
    * Report EINVAL errors from connect()
    * Revalidate creds that the server has rejected
    * Revert "SUNRPC: Fail faster on bad verifier"
  * Fix pNFS session trunking when MDS=DS
  * Fix zero-value filehandles for post-open getattr operations
  * Fix compiler warning about tautological comparisons
    * Revert "SUNRPC: clean up integer overflow check" before Trond's fix

----------------------------------------------------------------
Anna Schumaker (1):
      Revert "SUNRPC: clean up integer overflow check"

Olga Kornievskaia (2):
      NFSv4.1: fix pnfs MDS=DS session trunking
      NFSv4.1: fix zero value filehandle in post open getattr

Trond Myklebust (9):
      NFS: Fix error handling for O_DIRECT write scheduling
      NFS: Fix O_DIRECT locking issues
      NFS: More O_DIRECT accounting fixes for error paths
      NFS: Use the correct commit info in nfs_join_page_group()
      NFS: More fixes for nfs_direct_write_reschedule_io()
      NFS/pNFS: Report EINVAL errors from connect() to the server
      SUNRPC: Mark the cred for revalidation if the server rejects it
      Revert "SUNRPC: Fail faster on bad verifier"
      SUNRPC: Silence compiler complaints about tautological comparisons

 fs/nfs/direct.c                        | 134 +++++++++++++++++++++++----------
 fs/nfs/flexfilelayout/flexfilelayout.c |   1 +
 fs/nfs/nfs4client.c                    |   6 +-
 fs/nfs/nfs4proc.c                      |   6 +-
 fs/nfs/write.c                         |  23 +++---
 include/linux/nfs_fs_sb.h              |   1 +
 include/linux/nfs_page.h               |   4 +-
 include/linux/sunrpc/xdr.h             |   4 +-
 net/sunrpc/clnt.c                      |  14 ++--
 9 files changed, 132 insertions(+), 61 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 18, 2023, 8:20 p.m. UTC | #1
The pull request you sent on Mon, 18 Sep 2023 13:51:40 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2cf0f715623872823a72e451243bbf555d10d032

Thank you!