summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-2511-63/+251
|\
| * libnvdimm, label: Fix sparse warningDan Williams2018-10-121-1/+3
| * nvdimm: Use namespace index data to reduce number of label reads neededAlexander Duyck2018-10-123-12/+88
| * nvdimm: Split label init out from the logic for getting config dataAlexander Duyck2018-10-125-31/+61
| * nvdimm: Remove empty if statementAlexander Duyck2018-10-121-3/+2
| * nvdimm: Clarify comment in sizeof_namespace_indexAlexander Duyck2018-10-121-1/+2
| * nvdimm: Sanity check labeloffAlexander Duyck2018-10-121-0/+7
| * libnvdimm, dimm: Maximize label transfer sizeDan Williams2018-10-101-7/+6
| * libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams2018-10-091-1/+3
| * libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu2018-10-011-1/+0
| * libnvdimm, region: Fail badblocks listing for inactive regionsDan Williams2018-09-281-2/+9
| * libnvdimm, pfn: during init, clear errors in the metadata areaVishal Verma2018-09-281-1/+60
| * libnvdimm: Set device node in nd_device_registerAlexander Duyck2018-09-261-6/+10
| * libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck2018-09-261-0/+4
| * libnvdimm: remove duplicate includePankaj Gupta2018-09-261-1/+0
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-283-3/+3
|/
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-252-0/+39
|\
| * libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-258-9/+135
|\ \
| * | libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
| * | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
| * | libnvdimm: Export max available extentKeith Busch2018-07-251-0/+16
| * | libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-254-3/+66
| * | libnvdimm: Introduce locked DIMM capacity supportDan Williams2018-07-143-2/+46
* | | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-0/+1
|\ \ \
| * \ \ Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-0/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams2018-06-281-0/+1
* | | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-4/+3
* | | block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-182-13/+12
|/ /
* | pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler2018-06-281-1/+2
|/
* Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-082-4/+12
|\
| * pmem: Switch to copy_to_iter_mcsafe()Dan Williams2018-05-221-1/+1
| * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-0/+7
| * x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-152-4/+5
* | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-082-2/+25
|\ \
| * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-222-2/+25
| |/
* | libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler2018-06-061-1/+2
* | libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler2018-06-061-4/+3
* | libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler2018-06-061-6/+1
* | libnvdimm, e820: Register all pmem resourcesDan Williams2018-06-021-19/+22
* | libnvdimm: Debug probe timesDan Williams2018-06-021-1/+4
* | linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott2018-05-311-5/+9
|/
* Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams2018-04-191-2/+1
* libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring2018-04-191-1/+1
* libnvdimm, dimm: handle EACCES failures from label readsDan Williams2018-04-161-10/+12
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1018-124/+254
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-091-1/+1
| |\
| | * dax: introduce CONFIG_DAX_DRIVERDan Williams2018-04-031-1/+1
| * | Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams2018-04-0918-123/+253
| |\ \
| | * | libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams2018-04-091-1/+2
OpenPOWER on IntegriCloud