1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Linus Torvalds 6bb34aff1e NFS client updates for Linux 6.19
Highlights include:
 
 Bugfixes:
 - Fix 'nlink' attribute update races when unlinking a file.
 - Add missing initialisers for the directory verifier in various places.
 - Don't regress the NFSv4 open state due to misordered racing replies.
 - Ensure the NFSv4.x callback server uses the correct transport
   connection.
 - Fix potential use-after-free races when shutting down the NFSv4.x
   callback server.
 - Fix a pNFS layout commit crash.
 - Assorted fixes to ensure correct propagation of mount options when the
   client crosses a filesystem boundary and triggers the VFS automount
   code.
 - More localio fixes.
 
 Features and cleanups:
 - Add initial support for basic directory delegations.
 - SunRPC back channel code cleanups.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQR8xgHcVzJNfOYElJo6EXfx2a6V0QUCaTrPnQAKCRA6EXfx2a6V
 0aLQAPwOs+bfoaPuk/EsC87m3rAtFJNPMg65toJY/6JnXnTGXgEAs1XlCcSCgc10
 bsX+D6QIudOoWExwFfLlVlFAFikGKQc=
 =DoZq
 -----END PGP SIGNATURE-----

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

Pull NFS client updates from Trond Myklebust:
 "Bugfixes:
   - Fix 'nlink' attribute update races when unlinking a file
   - Add missing initialisers for the directory verifier in various
     places
   - Don't regress the NFSv4 open state due to misordered racing replies
   - Ensure the NFSv4.x callback server uses the correct transport
     connection
   - Fix potential use-after-free races when shutting down the NFSv4.x
     callback server
   - Fix a pNFS layout commit crash
   - Assorted fixes to ensure correct propagation of mount options when
     the client crosses a filesystem boundary and triggers the VFS
     automount code
   - More localio fixes

  Features and cleanups:
   - Add initial support for basic directory delegations
   - SunRPC back channel code cleanups"

* tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (24 commits)
  NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegations
  nfs/localio: remove 61 byte hole from needless ____cacheline_aligned
  nfs/localio: remove alignment size checking in nfs_is_local_dio_possible
  NFS: Fix up the automount fs_context to use the correct cred
  NFS: Fix inheritance of the block sizes when automounting
  NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags
  Revert "nfs: ignore SB_RDONLY when mounting nfs"
  Revert "nfs: clear SB_RDONLY before getting superblock"
  Revert "nfs: ignore SB_RDONLY when remounting nfs"
  NFS: Add a module option to disable directory delegations
  NFS: Shortcut lookup revalidations if we have a directory delegation
  NFS: Request a directory delegation during RENAME
  NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK
  NFS: Add support for sending GDD_GETATTR
  NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
  NFSv4.1: protect destroying and nullifying bc_serv structure
  SUNRPC: new helper function for stopping backchannel server
  SUNRPC: cleanup common code in backchannel request
  NFSv4.1: pass transport for callback shutdown
  NFSv4: ensure the open stateid seqid doesn't go backwards
  ...
2025-12-12 21:52:42 +12:00
..
2025-12-06 10:15:41 -08:00
2025-12-01 14:39:03 -08:00
2025-12-02 17:16:30 +01:00
2025-12-05 17:01:20 -08:00
2025-12-04 12:19:49 -08:00
2025-11-29 14:10:16 +01:00
2025-11-11 10:01:30 +01:00
2025-12-02 17:03:55 -08:00
2025-11-18 22:26:02 +05:30
2025-12-05 17:29:04 -08:00
2025-12-12 21:52:42 +12:00
2025-12-06 18:42:12 -08:00
2025-12-02 17:24:03 -08:00
2025-12-05 20:41:20 -08:00
2025-12-03 19:26:18 -08:00
2025-12-04 07:19:26 -07:00
2025-11-21 11:21:31 +01:00
2025-10-27 09:56:27 -07:00
2025-12-03 12:42:36 -08:00
2025-12-06 09:01:27 -08:00
2025-11-04 12:36:57 +01:00
2025-12-05 15:25:13 -08:00
2025-12-04 17:10:08 -08:00
2025-11-01 12:44:49 -05:00
2025-11-28 12:42:23 +01:00
2025-12-03 17:24:33 -08:00
2025-12-05 09:51:37 -08:00
2025-10-29 18:28:29 -07:00
2025-11-04 12:36:02 +01:00
2025-12-05 20:41:20 -08:00
2025-10-24 21:39:27 +02:00
2025-11-23 12:30:40 +01:00
2025-11-20 13:43:59 -08:00
2025-12-01 16:13:46 -08:00
2025-11-04 19:10:33 -08:00
2025-12-03 18:58:57 -08:00
2025-11-05 23:58:20 +01:00
2025-11-03 17:41:17 +01:00
2025-11-11 10:01:30 +01:00
2025-12-05 17:01:20 -08:00
2025-12-06 10:15:41 -08:00
2025-12-04 13:50:39 -08:00
2025-10-30 18:35:26 +01:00
2025-10-24 21:39:27 +02:00
2025-10-31 10:16:23 +01:00
2025-12-06 10:15:41 -08:00
2025-11-27 14:24:30 -08:00
2025-12-03 17:24:33 -08:00
2025-12-04 11:16:44 -08:00
2025-11-18 17:52:54 +01:00
2025-12-10 17:21:30 +09:00
2025-11-11 13:18:56 +01:00
2025-11-28 09:21:18 -07:00
2025-12-03 13:04:07 -08:00
2025-12-03 18:58:57 -08:00
2025-11-27 14:22:31 +01:00
2025-11-20 17:57:40 -08:00
2025-12-05 09:11:02 -08:00
2025-11-03 17:41:18 +01:00
2025-11-03 19:27:41 -08:00
2025-11-25 10:07:42 +01:00
2025-11-03 17:41:18 +01:00
2025-12-04 18:50:11 -08:00
2025-11-24 15:08:54 -08:00
2025-12-01 09:20:51 -08:00
2025-11-12 09:38:34 +01:00