aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15libnvdimm, label: switch to using v1.2 labels by defaultDan Williams1-3/+7
2017-06-15libnvdimm, label: add address abstraction identifiersDan Williams9-0/+193
2017-06-15libnvdimm, label: add v1.2 label checksum supportDan Williams1-4/+35
2017-06-15libnvdimm, label: update 'nlabel' and 'position' handling for local namespacesDan Williams1-6/+27
2017-06-15libnvdimm, label: populate 'isetcookie' for blk-aperture namespacesDan Williams2-7/+25
2017-06-15libnvdimm, label: populate the type_guid property for v1.2 namespacesDan Williams2-19/+44
2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams3-12/+55
2017-06-15libnvdimm, label: add v1.2 interleave-set-cookie algorithmDan Williams4-9/+49
2017-06-15libnvdimm, label: add v1.2 nvdimm label definitionsDan Williams3-21/+97
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-8/+1
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams3-5/+14
2017-06-09block: switch bios to blk_status_tChristoph Hellwig3-18/+18
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig1-8/+1
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-43/+92
2017-05-10libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma1-7/+47
2017-05-10libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma6-37/+46
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds16-89/+379
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams4-17/+46
2017-05-04libnvdimm, pfn: fix 'npfns' vs section alignmentDan Williams1-2/+4
2017-05-04libnvdimm: handle locked label storage areasDan Williams3-7/+20
2017-05-04libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams4-5/+13
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+11
2017-05-01libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking"Dan Williams1-1/+10
2017-05-01libnvdimm: fix nvdimm_bus_lock() vs device_lock() orderingDan Williams4-11/+18
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-2/+11
2017-04-29libnvdimm: rework region badblocks clearingDan Williams3-57/+59
2017-04-28libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani1-1/+3
2017-04-28libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani1-12/+25
2017-04-28libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams1-0/+41
2017-04-27libnvdimm: fix phys_addr for nvdimm_clear_poisonToshi Kani1-1/+2
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2-2/+2
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-10/+0
2017-04-24libnvdimm, region: fix flush hint detection crashDan Williams1-4/+7
2017-04-19pmem: add dax_operations supportDan Williams3-15/+54
2017-04-14Revert "libnvdimm: band aid btt vs clear poison locking"Dan Williams1-9/+1
2017-04-13libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang3-26/+38
2017-04-12libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang3-13/+112
2017-04-12libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang1-0/+13
2017-04-12libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang3-0/+44
2017-04-10libnvdimm: band aid btt vs clear poison lockingDan Williams1-1/+9
2017-04-10libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams1-0/+6
2017-04-04libnvdimm: fix blk free space accountingDan Williams1-66/+11
2017-03-01nfit, libnvdimm: fix interleave set cookie calculationDan Williams3-4/+24
2017-02-04libnvdimm, pfn: fix memmap reservation size versus 4K alignmentDan Williams1-5/+2
2017-01-31libnvdimm, namespace: do not delete namespace-id 0Dan Williams1-4/+7
2017-01-31nvdimm: constify device_type structuresBhumika Goyal1-3/+3
2017-01-13libnvdimm, namespace: fix pmem namespace leak, delete when size set to zeroDan Williams1-13/+10
2017-01-12pmem: return EIO on read_pmem() failureStefan Hajnoczi1-1/+3
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds11-72/+71