summaryrefslogtreecommitdiff
path: root/drivers/dax/fsdev.c
AgeCommit message (Expand)Author
2026-07-14dax: fsdev.c minor formatting cleanupJohn Groves
2026-07-14dax/fsdev: fail probe on invalid pgmap offsetJohn Groves
2026-07-14dax/fsdev: use __va(phys) for kaddr in direct_accessJohn Groves
2026-07-14dax/fsdev: clear pgmap ops and owner on unbindJohn Groves
2026-07-14dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failureJohn Groves
2026-07-14dax/fsdev: clear vmemmap_shift when binding static pgmapJohn Groves
2026-07-14dax/fsdev: fix multi-range offset in memory_failure handlerJohn Groves
2026-04-13dax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()John Groves
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves
2026-03-30dax: Add dax_operations for use by fs-dax on fsdev daxJohn Groves
2026-03-30dax: Save the kva from memremapJohn Groves
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves