aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2017-09-18libnvdimm, namespace: fix btt claim class crashGravatar Dan Williams 1-0/+9
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+0
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-124/+259
2017-09-11dax: remove the pmem_dax_ops->flush abstractionGravatar Mikulas Patocka 1-7/+0
2017-09-09libnvdimm, btt: fix format string warningsGravatar Randy Dunlap 1-2/+2
2017-09-07libnvdimm, btt: clean up warning and error messagesGravatar Vishal Verma 1-22/+36
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+5
2017-09-06block, THP: make block_device_operations.rw_page support THPGravatar Huang Ying 2-12/+33
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointGravatar Meng Xu 1-4/+0
2017-08-31libnvdimm: fix integer overflow static analysis warningGravatar Dan Williams 1-8/+9
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Gravatar Robin Murphy 1-14/+0
2017-08-31libnvdimm, btt: rework error clearingGravatar Vishal Verma 3-19/+111
2017-08-31libnvdimm: fix potential deadlock while clearing errorsGravatar Vishal Verma 1-0/+6
2017-08-31libnvdimm, btt: cache sector_size in arena_infoGravatar Vishal Verma 2-0/+3
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readGravatar Vishal Verma 1-3/+7
2017-08-31libnvdimm, btt: refactor map entry operations with macrosGravatar Vishal Verma 2-4/+8
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathGravatar Vishal Verma 2-1/+3
2017-08-30libnvdimm, btt: check memory allocation failureGravatar Christophe Jaillet 1-0/+2
2017-08-29libnvdimm, label: fix index block size calculationGravatar Dan Williams 2-15/+17
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-2/+2
2017-08-15libnvdimm, pfn, dax: limit namespace alignments to the supported setGravatar Dan Williams 1-21/+2
2017-08-11libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfsGravatar Oliver O'Halloran 1-0/+31
2017-08-11libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Gravatar Dan Williams 4-13/+13
2017-08-09block: pass in queue to inflight accountingGravatar Jens Axboe 1-2/+3
2017-08-04nfit, libnvdimm, region: export 'position' in mapping infoGravatar Dan Williams 2-2/+5
2017-07-25libnvdimm: Stop using HPAGE_SIZEGravatar Oliver O'Halloran 2-4/+12
2017-07-17libnvdimm: fix badblock range handling of ARS rangeGravatar Toshi Kani 1-3/+4
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-24/+8
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 18-139/+815
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextGravatar Dan Williams 11-45/+107
2017-07-03libnvdimm, namespace: record 'lbasize' for pmem namespacesGravatar Dan Williams 1-0/+1
2017-07-03block: guard bvec iteration logicGravatar Dmitry Monakhov 2-2/+4
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepGravatar Dmitry Monakhov 2-22/+4
2017-07-01libnvdimm: passthru functions clear to sendGravatar Jerry Hoemann 1-1/+3
2017-07-01libnvdimm, btt: convert some info messages to warn/errGravatar Vishal Verma 1-4/+4
2017-06-30libnvdimm, region, pmem: fix 'badblocks' sysfs_get_dirent() reference lifetimeGravatar Dan Williams 2-8/+21
2017-06-30libnvdimm: fix the clear-error check in nsio_rw_bytesGravatar Vishal Verma 1-2/+1
2017-06-29libnvdimm, btt: fix btt_rw_page not returning errorsGravatar Vishal Verma 1-3/+6
2017-06-29acpi, nfit: quiet invalid block-aperture-region warningsGravatar Dan Williams 1-1/+1
2017-06-29libnvdimm, btt: BTT updates for UEFI 2.7 formatGravatar Vishal Verma 8-15/+133
2017-06-29libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionGravatar Dan Williams 2-5/+14
2017-06-29libnvdimm, pmem, dax: export a cache control attributeGravatar Dan Williams 1-0/+10
2017-06-27libnvdimm, nfit: enable support for volatile rangesGravatar Dan Williams 8-26/+36
2017-06-27libnvdimm, pmem: fix persistence warningGravatar Dan Williams 1-2/+3
2017-06-27x86, libnvdimm, pmem: remove global pmem apiGravatar Dan Williams 6-8/+11
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmGravatar Dan Williams 3-2/+7
2017-06-27block: don't bother with bounce limits for make_request driversGravatar Christoph Hellwig 3-3/+0
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionGravatar Dan Williams 2-1/+9
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationGravatar Dan Williams 1-0/+7
2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksGravatar Toshi Kani 5-2/+29