summaryrefslogtreecommitdiff
path: root/drivers/dax/fsdev.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-15dax: fsdev.c minor formatting cleanupJohn Groves1-7/+8
2026-07-15dax/fsdev: fail probe on invalid pgmap offsetJohn Groves1-2/+6
2026-07-15dax/fsdev: use __va(phys) for kaddr in direct_accessJohn Groves1-6/+2
2026-07-15dax/fsdev: clear pgmap ops and owner on unbindJohn Groves1-0/+22
2026-07-15dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failureJohn Groves1-28/+49
2026-07-15dax/fsdev: clear vmemmap_shift when binding static pgmapJohn Groves1-0/+1
2026-07-15dax/fsdev: fix multi-range offset in memory_failure handlerJohn Groves1-1/+16
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