summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02libnvdimm, badrange: remove a WARN for list_emptyVishal Verma
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12treewide: Fix typos in KconfigMasanari Iida
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King
2017-10-07libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusDan Williams
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams
2017-09-28libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams
2017-09-28libnvdimm, pfn: make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, region : make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, dimm: clear 'locked' status on successful DIMM enableDan Williams
2017-09-18libnvdimm, namespace: fix btt claim class crashDan Williams
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-09libnvdimm, btt: fix format string warningsRandy Dunlap
2017-09-07libnvdimm, btt: clean up warning and error messagesVishal Verma
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu
2017-08-31libnvdimm: fix integer overflow static analysis warningDan Williams
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy
2017-08-31libnvdimm, btt: rework error clearingVishal Verma
2017-08-31libnvdimm: fix potential deadlock while clearing errorsVishal Verma
2017-08-31libnvdimm, btt: cache sector_size in arena_infoVishal Verma
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma
2017-08-31libnvdimm, btt: refactor map entry operations with macrosVishal Verma
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma
2017-08-30libnvdimm, btt: check memory allocation failureChristophe Jaillet
2017-08-29libnvdimm, label: fix index block size calculationDan Williams
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-15libnvdimm, pfn, dax: limit namespace alignments to the supported setDan Williams
2017-08-11libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfsOliver O'Halloran
2017-08-11libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Dan Williams
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-08-04nfit, libnvdimm, region: export 'position' in mapping infoDan Williams
2017-07-25libnvdimm: Stop using HPAGE_SIZEOliver O'Halloran
2017-07-17libnvdimm: fix badblock range handling of ARS rangeToshi Kani
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams
2017-07-03libnvdimm, namespace: record 'lbasize' for pmem namespacesDan Williams
2017-07-03block: guard bvec iteration logicDmitry Monakhov
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov
2017-07-01libnvdimm: passthru functions clear to sendJerry Hoemann
2017-07-01libnvdimm, btt: convert some info messages to warn/errVishal Verma