From: Anna Schumaker <anna@kernel.org>
To: linux-nfs@vger.kernel.org, torvalds@linux-foundation.org
Cc: anna@kernel.org
Subject: [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc
Date: Wed, 26 Feb 2025 10:58:29 -0500 [thread overview]
Message-ID: <20250226155829.134451-1-anna@kernel.org> (raw)
Hi Linus,
The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:
Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)
are available in the Git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.14-2
for you to fetch changes up to 9084ed79ddaaaa1ec01cd304af9fb532c26252db:
lsm,nfs: fix memory leak of lsm_context (2025-02-25 15:07:24 -0500)
----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.14-rc
Stable Fixes:
* O_DIRECT writes should adjust file length
Other Bugfixes:
* Adjust delegated timestamps for O_DIRECT reads and writes
* Prevent looping due to rpc_signal_task() races
* Fix a deadlock when recovering state on a sillyrenamed file
* Properly handle -ETIMEDOUT errors from tlshd
* Suppress build warnings for unused procfs functions
* Fix memory leak of lsm_contexts
Thanks,
Anna
----------------------------------------------------------------
Arnd Bergmann (1):
sunrpc: suppress warnings for unused procfs functions
Benjamin Coddington (1):
SUNRPC: Handle -ETIMEDOUT return from tlshd
Stephen Smalley (1):
lsm,nfs: fix memory leak of lsm_context
Trond Myklebust (4):
NFS: O_DIRECT writes must check and adjust the file length
NFS: Adjust delegated timestamps for O_DIRECT reads and writes
SUNRPC: Prevent looping due to rpc_signal_task() races
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
fs/nfs/delegation.c | 37 +++++++++++++++++++++++++++++++++++++
fs/nfs/delegation.h | 1 +
fs/nfs/direct.c | 23 +++++++++++++++++++++++
fs/nfs/nfs4proc.c | 10 +++++++---
include/linux/nfs4.h | 1 +
include/linux/sunrpc/sched.h | 3 +--
include/trace/events/sunrpc.h | 3 +--
net/sunrpc/cache.c | 10 +++-------
net/sunrpc/sched.c | 2 --
net/sunrpc/xprtsock.c | 10 +++++++++-
10 files changed, 83 insertions(+), 17 deletions(-)
next reply other threads:[~2025-02-26 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 15:58 Anna Schumaker [this message]
2025-02-26 21:46 ` [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250226155829.134451-1-anna@kernel.org \
--to=anna@kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox