summaryrefslogtreecommitdiffstats
path: root/drivers/dax/dax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dax: use correct dev_t valueArnd Bergmann2016-10-081-2/+2
* dax: convert devm_create_dax_dev to PTR_ERRDan Williams2016-10-081-6/+10
* dax: check resource alignment at dax region/device createDan Williams2016-08-241-3/+19
* dax: unmap/truncate on device shutdownDan Williams2016-08-241-0/+1
* dax: define a unified inode/address_space for device-dax mappingsDan Williams2016-08-241-4/+146
* dax: convert to the cdev apiDan Williams2016-08-241-41/+41
* dax: embed a struct device in dax_devDan Williams2016-08-241-85/+45
* dax: rename fops from dax_dev_ to dax_Dan Williams2016-08-241-8/+8
* dax: reorder dax_fops function definitionsDan Williams2016-08-241-169/+168
* dax: cleanup needlessly global symbol warningsDan Williams2016-08-241-0/+1
* dax: use devm_add_action_or_reset()Sajjan, Vikas C2016-07-071-4/+2
* /dev/dax, core: file operations and dax-mmapDan Williams2016-05-211-0/+322
* /dev/dax, pmem: direct access to persistent memoryDan Williams2016-05-211-0/+253