Linux NFS development
 help / color / mirror / Atom feed
* [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc
@ 2025-02-26 15:58 Anna Schumaker
  2025-02-26 21:46 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Anna Schumaker @ 2025-02-26 15:58 UTC (permalink / raw)
  To: linux-nfs, torvalds; +Cc: anna

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

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

end of thread, other threads:[~2025-02-26 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 15:58 [GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc Anna Schumaker
2025-02-26 21:46 ` 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