aboutsummaryrefslogtreecommitdiff
path: root/drivers/dax/device.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-1/+1
2018-04-19device-dax: allow MAP_SYNC to succeedGravatar Dave Jiang 1-0/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-21/+17
2018-04-05device-dax: implement ->pagesize() for smaps to report MMUPageSizeGravatar Dan Williams 1-0/+10
2018-03-06device-dax: remove redundant __func__ in dev_dbgGravatar Dan Williams 1-21/+17
2018-01-23device-dax: Fix trailing semicolonGravatar Luis de Bethencourt 1-1/+1
2017-11-29device-dax: implement ->split() to catch invalid munmap attemptsGravatar Dan Williams 1-0/+12
2017-10-19dev/dax: fix uninitialized variable build warningGravatar Ross Zwisler 1-1/+2
2017-07-18device-dax: fix sysfs duplicate warningsGravatar Dan Williams 1-8/+16
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningGravatar Dan Williams 1-2/+7
2017-07-06fs: new infrastructure for writeback error handling and reportingGravatar Jeff Layton 1-0/+1
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextGravatar Dan Williams 1-0/+660
2017-04-19dax: introduce dax_operationsGravatar Dan Williams 1-1/+5
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameGravatar Dan Williams 1-1/+1
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesGravatar Dan Williams 1-0/+709