[GIT PULL] Please Pull NFS Client Bugfixes for Linux 7.2-rc3
Anna Schumaker <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
Hi Linus,
The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:
Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)
are available in the Git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-7.2-2
for you to fetch changes up to 27934d02cbeb8a957dd11c985a579e58d30c5270:
NFS: Charge unstable writes by request size, not folio size (2026-07-08 14:43:40 -0400)
----------------------------------------------------------------
NFS Client Bugfixes for Linux 7.2-rc3
Bugfixes:
* SUNRPC: Release lower rpc_clnt if killed waiting for XPRT_LOCKED
* SUNRPC: Pin upper rpc_clnt across the TLS connect_worker
* NFS: Include MAY_WRITE in open permission mask for O_TRUNC
* NFS: Charge unstable writes by request size, not folio size
Thanks,
Anna
----------------------------------------------------------------
Benjamin Coddington (2):
NFSv4: include MAY_WRITE in open permission mask for O_TRUNC
NFS: Charge unstable writes by request size, not folio size
Chuck Lever (2):
SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKED
SUNRPC: pin upper rpc_clnt across the TLS connect_worker
fs/nfs/dir.c | 2 ++
fs/nfs/internal.h | 12 +++++++-----
fs/nfs/pnfs_nfs.c | 2 +-
fs/nfs/write.c | 14 ++++++++------
include/linux/sunrpc/clnt.h | 1 +
net/sunrpc/clnt.c | 19 +++++++++++++++++--
net/sunrpc/xprtsock.c | 16 ++++++++++++++--
7 files changed, 50 insertions(+), 16 deletions(-)