summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnvdimm, btt: fix btt_rw_page not returning errorsVishal Verma2017-06-301-3/+6
| * | acpi, nfit: quiet invalid block-aperture-region warningsDan Williams2017-06-291-1/+1
| * | libnvdimm, btt: BTT updates for UEFI 2.7 formatVishal Verma2017-06-298-15/+133
| * | libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani2017-06-155-2/+29
| * | libnvdimm, label: switch to using v1.2 labels by defaultDan Williams2017-06-151-3/+7
| * | libnvdimm, label: add address abstraction identifiersDan Williams2017-06-159-0/+193
| * | libnvdimm, label: add v1.2 label checksum supportDan Williams2017-06-151-4/+35
| * | libnvdimm, label: update 'nlabel' and 'position' handling for local namespacesDan Williams2017-06-151-6/+27
| * | libnvdimm, label: populate 'isetcookie' for blk-aperture namespacesDan Williams2017-06-152-7/+25
| * | libnvdimm, label: populate the type_guid property for v1.2 namespacesDan Williams2017-06-152-19/+44
| * | libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams2017-06-153-12/+55
| * | libnvdimm, label: add v1.2 interleave-set-cookie algorithmDan Williams2017-06-154-9/+49
| * | libnvdimm, label: add v1.2 nvdimm label definitionsDan Williams2017-06-153-21/+97
* | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-273-3/+0Star
* | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-8/+1Star
|\| |
| * | uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-051-8/+1Star
| |/
* / block: switch bios to blk_status_tChristoph Hellwig2017-06-093-18/+18
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-136-43/+92
|\
| * libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma2017-05-111-7/+47
| * libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-116-37/+46
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-4/+1Star
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-0616-89/+379
|\|
| * Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-054-17/+46
| |\
| | * x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2017-04-252-2/+2
| | * block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-10/+0Star
| | * pmem: add dax_operations supportDan Williams2017-04-203-15/+54
| * | libnvdimm, pfn: fix 'npfns' vs section alignmentDan Williams2017-05-051-2/+4
| * | libnvdimm: handle locked label storage areasDan Williams2017-05-053-7/+20
| * | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams2017-05-044-5/+13
| * | libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-05-011-1/+10
| * | libnvdimm: fix nvdimm_bus_lock() vs device_lock() orderingDan Williams2017-05-014-11/+18
| * | libnvdimm: rework region badblocks clearingDan Williams2017-04-303-57/+59
| * | libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani2017-04-291-1/+3
| * | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani2017-04-281-12/+25
| * | libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams2017-04-281-0/+41
| * | libnvdimm: fix phys_addr for nvdimm_clear_poisonToshi Kani2017-04-271-1/+2
| * | libnvdimm, region: fix flush hint detection crashDan Williams2017-04-251-4/+7
| * | Revert "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-04-141-9/+1Star
| * | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang2017-04-133-26/+38
| * | libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang2017-04-133-13/+112
| * | libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang2017-04-131-0/+13
| * | libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang2017-04-133-0/+44
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-2/+11
|\ \ | |/ |/|
| * mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-2/+11
* | libnvdimm: band aid btt vs clear poison lockingDan Williams2017-04-111-1/+9
* | libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams2017-04-111-0/+6
* | libnvdimm: fix blk free space accountingDan Williams2017-04-051-66/+11Star
|/
* nfit, libnvdimm: fix interleave set cookie calculationDan Williams2017-03-013-4/+24
* libnvdimm, pfn: fix memmap reservation size versus 4K alignmentDan Williams2017-02-041-5/+2Star
* libnvdimm, namespace: do not delete namespace-id 0Dan Williams2017-02-011-4/+7