mbox series

[GIT,PULL] Please pull NFS Client Bugfixes for Linux 6.3-rc

Message ID 20230320175044.173626-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS Client Bugfixes for Linux 6.3-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.3-2

Message

Anna Schumaker March 20, 2023, 5:50 p.m. UTC
Hi Linus,

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.3-2

for you to fetch changes up to 21fd9e8700de86d1169f6336e97d7a74916ed04a:

  NFS: Correct timing for assigning access cache timestamp (2023-03-14 15:19:44 -0400)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 6.3-rc

Bugfixes:
  * Fix /proc/PID/io read_bytes accounting
  * Fix setting NLM file_lock start and end during decoding testargs
  * Fix timing for setting access cache timestamps

Thanks,
Anna

----------------------------------------------------------------
Chengen Du (1):
      NFS: Correct timing for assigning access cache timestamp

Dave Wysochanski (1):
      NFS: Fix /proc/PID/io read_bytes for buffered reads

Jeff Layton (1):
      lockd: set file_lock start and end when decoding nlm4 testargs

 fs/lockd/clnt4xdr.c        |  9 +--------
 fs/lockd/xdr4.c            | 13 ++++++++++++-
 fs/nfs/dir.c               |  2 +-
 fs/nfs/read.c              |  3 +++
 include/linux/lockd/xdr4.h |  1 +
 5 files changed, 18 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org March 20, 2023, 6:26 p.m. UTC | #1
The pull request you sent on Mon, 20 Mar 2023 13:50:44 -0400:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-6.3-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d3699bde4b043eea17993e4e76804a8128f0fdb

Thank you!