Commit 603c05a1639f for kernel

commit 603c05a1639f60e0c52c5fdd25cf5e0b44b9bd8e
Merge: bc08b6588037 d5811e6297f3
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jan 15 11:59:49 2026 -0800

    Merge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

    Pull NFS client fixes from Trond Myklebust:

     - Fix another deadlock involving nfs_release_folio()

     - localio:
         - Stop I/O upon hitting a fatal error
         - Deal with page offsets that are > PAGE_SIZE

     - Fix size read races in truncate, fallocate and copy offload

     - Several bugfixes for the NFSv4.x directory delegation client code

     - pNFS:
        - Fix a deadlock when returning delegations during open
        - Fix memory leaks in various error paths

    * tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
      NFS: Fix size read races in truncate, fallocate and copy offload
      NFS: Don't immediately return directory delegations when disabled
      NFS/localio: Deal with page bases that are > PAGE_SIZE
      NFS/localio: Stop further I/O upon hitting an error
      NFSv4.x: Directory delegations don't require any state recovery
      NFSv4: Don't free slots prematurely if requesting a directory delegation
      NFSv4: Fix nfs_clear_verifier_delegated() for delegated directories
      NFS: Fix directory delegation verifier checks
      pnfs/blocklayout: Fix memory leak in bl_parse_scsi()
      pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()
      NFS: Fix a deadlock involving nfs_release_folio()
      pNFS: Fix a deadlock when returning a delegation during open()