aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dax/fsdev.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-13dax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()John Groves1-1/+4
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves1-0/+16
2026-03-30dax: Add dax_operations for use by fs-dax on fsdev daxJohn Groves1-0/+84
2026-03-30dax: Save the kva from memremapJohn Groves1-1/+2
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves1-0/+245