Linux NFS development
 help / color / mirror / Atom feed
* [GIT PULL] NFS Client Bugfixes for Linux 6.6
@ 2023-09-18 17:51 Anna Schumaker
  2023-09-18 20:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Anna Schumaker @ 2023-09-18 17:51 UTC (permalink / raw)
  To: linux-nfs, torvalds; +Cc: anna

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(-)

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

end of thread, other threads:[~2023-09-18 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 17:51 [GIT PULL] NFS Client Bugfixes for Linux 6.6 Anna Schumaker
2023-09-18 20:20 ` 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