aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23dax: check resource alignment at dax region/device createDan Williams1-3/+19
2016-08-23dax: unmap/truncate on device shutdownDan Williams1-0/+1
2016-08-23dax: define a unified inode/address_space for device-dax mappingsDan Williams1-4/+146
2016-08-23dax: convert to the cdev apiDan Williams2-41/+46
2016-08-23dax: embed a struct device in dax_devDan Williams1-85/+45
2016-08-23dax: rename fops from dax_dev_ to dax_Dan Williams1-8/+8
2016-08-23dax: reorder dax_fops function definitionsDan Williams1-169/+168
2016-08-23dax: cleanup needlessly global symbol warningsDan Williams2-1/+2
2016-07-06dax: use devm_add_action_or_reset()Sajjan, Vikas C2-12/+8
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams2-0/+323
2016-05-20/dev/dax, pmem: direct access to persistent memoryDan Williams5-0/+464