summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-63/+251
2018-10-12libnvdimm, label: Fix sparse warningDan Williams1-1/+3
2018-10-12nvdimm: Use namespace index data to reduce number of label reads neededAlexander Duyck3-12/+88
2018-10-12nvdimm: Split label init out from the logic for getting config dataAlexander Duyck5-31/+61
2018-10-12nvdimm: Remove empty if statementAlexander Duyck1-3/+2
2018-10-12nvdimm: Clarify comment in sizeof_namespace_indexAlexander Duyck1-1/+2
2018-10-12nvdimm: Sanity check labeloffAlexander Duyck1-0/+7
2018-10-10libnvdimm, dimm: Maximize label transfer sizeDan Williams1-7/+6
2018-10-09libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams1-1/+3
2018-10-01libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu1-1/+0
2018-09-28libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams1-2/+9
2018-09-28libnvdimm, pfn: during init, clear errors in the metadata areaVishal Verma1-1/+60
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke3-3/+3
2018-09-26libnvdimm: Set device node in nd_device_registerAlexander Duyck1-6/+10
2018-09-26libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck1-0/+4
2018-09-26libnvdimm: remove duplicate includePankaj Gupta1-1/+0
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2-0/+39
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds8-9/+135
2018-08-20libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2-0/+39
2018-08-20libnvdimm: fix ars_status output length calculationVishal Verma1-2/+2
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-0/+1
2018-07-30libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye1-2/+5
2018-07-25libnvdimm: Export max available extentKeith Busch1-0/+16
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch4-3/+66
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-4/+3
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2-13/+12
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams3-2/+46
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-06-28libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams1-0/+1
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler1-1/+2
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2-4/+12
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2-2/+25
2018-06-06libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler1-1/+2
2018-06-06libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler1-4/+3
2018-06-06libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler1-6/+1
2018-06-02libnvdimm, e820: Register all pmem resourcesDan Williams1-19/+22
2018-06-02libnvdimm: Debug probe timesDan Williams1-1/+4
2018-05-31linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott1-5/+9
2018-05-22pmem: Switch to copy_to_iter_mcsafe()Dan Williams1-1/+1
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+7
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2-2/+25
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2-4/+5
2018-04-19Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams1-2/+1
2018-04-19libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring1-1/+1
2018-04-16libnvdimm, dimm: handle EACCES failures from label readsDan Williams1-10/+12
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-124/+254
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-1/+1
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams18-123/+253
2018-04-09libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams1-1/+2
2018-04-07libnvdimm: Add device-tree based driverOliver O'Halloran3-0/+130