summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma2017-08-312-1/+3
| * | libnvdimm, btt: check memory allocation failureChristophe Jaillet2017-08-301-0/+2
| * | libnvdimm, label: fix index block size calculationDan Williams2017-08-292-15/+17
| * | libnvdimm, pfn, dax: limit namespace alignments to the supported setDan Williams2017-08-151-21/+2
| * | libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfsOliver O'Halloran2017-08-111-0/+31
| * | libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Dan Williams2017-08-114-13/+13
| * | nfit, libnvdimm, region: export 'position' in mapping infoDan Williams2017-08-042-2/+5
| * | libnvdimm: Stop using HPAGE_SIZEOliver O'Halloran2017-07-252-4/+12
| |/
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-4/+5
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
| * | block: pass in queue to inflight accountingJens Axboe2017-08-091-2/+3
| |/
* | block, THP: make block_device_operations.rw_page support THPHuang Ying2017-09-062-12/+33
|/
* libnvdimm: fix badblock range handling of ARS rangeToshi Kani2017-07-171-3/+4
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-112-24/+8
|\
| * block: guard bvec iteration logicDmitry Monakhov2017-07-032-2/+4
| * bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-032-22/+4
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-0718-139/+815
|\ \ | |/ |/|
| * Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-0311-45/+107
| |\
| | * libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionDan Williams2017-06-292-5/+14
| | * libnvdimm, pmem, dax: export a cache control attributeDan Williams2017-06-291-0/+10
| | * libnvdimm, nfit: enable support for volatile rangesDan Williams2017-06-278-26/+36
| | * libnvdimm, pmem: fix persistence warningDan Williams2017-06-271-2/+3
| | * x86, libnvdimm, pmem: remove global pmem apiDan Williams2017-06-276-8/+11
| | * x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams2017-06-273-2/+7
| | * x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams2017-06-152-1/+9
| | * dax, pmem: introduce an optional 'flush' dax_operationDan Williams2017-06-151-0/+7
| | * x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-093-5/+14
| * | libnvdimm, namespace: record 'lbasize' for pmem namespacesDan Williams2017-07-031-0/+1
| * | libnvdimm: passthru functions clear to sendJerry Hoemann2017-07-011-1/+3
| * | libnvdimm, btt: convert some info messages to warn/errVishal Verma2017-07-011-4/+4
| * | libnvdimm, region, pmem: fix 'badblocks' sysfs_get_dirent() reference lifetimeDan Williams2017-06-302-8/+21
| * | libnvdimm: fix the clear-error check in nsio_rw_bytesVishal Verma2017-06-301-2/+1
| * | libnvdimm, btt: fix btt_rw_page not returning errorsVishal Verma2017-06-291-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/+0
* | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-8/+1
|\ \ \ | |/ /
| * | uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-051-8/+1
| |/
* | 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-126-43/+92
|\
OpenPOWER on IntegriCloud