aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann1-1/+1
2016-10-19pmem: report error on clear poison failureToshi Kani1-2/+6
2016-10-19libnvdimm, namespace: potential NULL deref on allocation errorDan Carpenter1-6/+8
2016-10-07Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams1-1/+1
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams10-400/+1035
2016-10-07/dev/dax: fix Kconfig dependency build breakageRoss Zwisler1-1/+1
2016-10-07libnvdimm, namespace: allow creation of multiple pmem-namespaces per regionDan Williams3-9/+59
2016-10-07libnvdimm, namespace: lift single pmem limit in scan_labels()Dan Williams1-3/+0
2016-10-07libnvdimm, namespace: filter out of range labels in scan_labels()Dan Williams1-2/+7
2016-10-07libnvdimm, namespace: enable allocation of multiple pmem namespacesDan Williams3-45/+133
2016-10-07libnvdimm, namespace: update label implementation for multi-pmemDan Williams1-19/+53
2016-10-07libnvdimm, namespace: expand pmem device naming scheme for multi-pmemDan Williams1-1/+15
2016-10-07libnvdimm, region: update nd_region_available_dpa() for multi-pmem supportDan Williams3-42/+139
2016-10-07libnvdimm, namespace: sort namespaces by dpa at initDan Williams1-3/+32
2016-10-07libnvdimm, namespace: allow multiple pmem-namespaces per region at scan timeDan Williams1-12/+72
2016-10-05libnvdimm, namespace: unify blk and pmem label scanningDan Williams1-178/+207
2016-10-05libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helperDan Williams1-7/+12
2016-09-30libnvdimm, label: convert label tracking to a linked listDan Williams5-120/+225
2016-09-30libnvdimm, region: move region-mapping input-paramters to nd_mapping_descDan Williams2-7/+23
2016-09-30nvdimm: reduce duplicated wpq flushesDave Jiang1-1/+16
2016-09-30libnvdimm: clear the internal poison_list when clearing badblocksVishal Verma2-4/+71
2016-09-30pmem: reduce kmap_atomic sections to the memcpys onlyVishal Verma1-5/+23
2016-09-24libnvdimm, region: fix flush hint table thinkoDan Williams2-10/+32
2016-09-21nvdimm: remove duplicate nd_mapping declarationDave Jiang1-1/+0
2016-09-21libnvdimm, namespace: debug invalid interleave-set-cookie valuesDan Williams1-1/+3
2016-09-21libnvdimm: fix devm_nvdimm_memremap() error pathDan Williams1-1/+7
2016-09-19nvdimm: fix PHYS_PFN/PFN_PHYS mixupOliver O'Halloran1-1/+1
2016-09-09libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang1-1/+5
2016-09-01libnvdimm: Fix nvdimm_probe error on NVDIMM-NToshi Kani3-13/+27
2016-09-01nvdimm: Spelling s/unacknoweldged/unacknowledged/Geert Uytterhoeven1-1/+1
2016-08-29acpi, nfit: add dimm device notification supportDan Williams1-0/+6
2016-08-08nvdimm, btt: add a size attribute for BTTsVishal Verma3-0/+22
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2-12/+12
2016-08-04mm/block: convert rw_page users to bio op useMike Christie2-15/+15
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds14-207/+584
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+4
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams14-207/+584
2016-07-24libnvdimm-btt: Delete an unnecessary check before the function call "__nd_device_register"Markus Elfring1-2/+1
2016-07-23nfit, libnvdimm: allow an ARS scrub to be triggered on demandVishal Verma1-0/+7
2016-07-23libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams2-134/+181
2016-07-23pmem: clarify a debug print in pmem_clear_poisonVishal Verma1-1/+1
2016-07-21libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams4-6/+5
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-0/+1
2016-07-12pmem: kill __pmem address spaceDan Williams2-5/+5
2016-07-12libnvdimm, pmem: use nvdimm_flush() for namespace I/O writesDan Williams1-1/+1
2016-07-12libnvdimm, pmem: flush posted-write queues on shutdownDan Williams2-0/+24
2016-07-11libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()Dan Williams1-4/+12
2016-07-11libnvdimm: cycle flush hintsDan Williams2-3/+15