mbox series

[GIT,PULL] DAX update for 5.18

Message ID CAPcyv4iOwM+qaKdw-BPkDe9Fpc19YVezVVurZ0n0o7OsRsEuJw@mail.gmail.com (mailing list archive)
State Accepted
Commit f0614eefbf829a2914ac9a82cb8bbeaf1af28f9d
Headers show
Series [GIT,PULL] DAX update for 5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

Message

Dan Williams March 23, 2022, 1:39 a.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

...to receive a small collection of dax fixes for 5.18. Andrew has
been shepherding major dax features that touch the core -mm through
his tree, but I still collect the dax updates that are core-mm
independent. These have been in Linux-next with no reported issue for
multiple weeks.

---

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

for you to fetch changes up to db8cd5efeebc4904df1653926102413d088a5c7e:

  dax: Fix missing kdoc for dax_device (2022-03-12 13:46:25 -0800)

----------------------------------------------------------------
dax for 5.18

- Fix a crash due to a missing rcu_barrier() in dax_fs_exit()

- Fix two miscellaneous doc issues

----------------------------------------------------------------
Ira Weiny (1):
      dax: Fix missing kdoc for dax_device

Shiyang Ruan (1):
      fsdax: fix function description

Tong Zhang (1):
      dax: make sure inodes are flushed before destroy cache

 drivers/dax/super.c | 2 ++
 fs/dax.c            | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 25, 2022, 1:35 a.m. UTC | #1
The pull request you sent on Tue, 22 Mar 2022 18:39:49 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-for-5.18

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

Thank you!