aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds12-283/+351
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2-0/+5
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-02libnvdimm, badrange: remove a WARN for list_emptyVishal Verma1-1/+0
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang6-277/+311
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-1/+1
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King1-2/+2
2017-10-07libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusDan Williams1-0/+12
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams1-0/+2
2017-09-28libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams1-1/+1
2017-09-28libnvdimm, pfn: make 'resource' attribute only readable by rootDan Williams1-0/+8
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams1-1/+1
2017-09-28libnvdimm, region : make 'resource' attribute only readable by rootDan Williams1-2/+6
2017-09-28libnvdimm, dimm: clear 'locked' status on successful DIMM enableDan Williams3-0/+9
2017-09-18libnvdimm, namespace: fix btt claim class crashDan Williams1-0/+9
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-7/+0
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds12-124/+259
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+0
2017-09-09libnvdimm, btt: fix format string warningsRandy Dunlap1-2/+2
2017-09-07libnvdimm, btt: clean up warning and error messagesVishal Verma1-22/+36
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying2-12/+33
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu1-4/+0
2017-08-31libnvdimm: fix integer overflow static analysis warningDan Williams1-8/+9
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy1-14/+0
2017-08-31libnvdimm, btt: rework error clearingVishal Verma3-19/+111
2017-08-31libnvdimm: fix potential deadlock while clearing errorsVishal Verma1-0/+6
2017-08-31libnvdimm, btt: cache sector_size in arena_infoVishal Verma2-0/+3
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma1-3/+7
2017-08-31libnvdimm, btt: refactor map entry operations with macrosVishal Verma2-4/+8
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma2-1/+3
2017-08-30libnvdimm, btt: check memory allocation failureChristophe Jaillet1-0/+2
2017-08-29libnvdimm, label: fix index block size calculationDan Williams2-15/+17
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-15libnvdimm, pfn, dax: limit namespace alignments to the supported setDan Williams1-21/+2
2017-08-11libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfsOliver O'Halloran1-0/+31
2017-08-11libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Dan Williams4-13/+13
2017-08-09block: pass in queue to inflight accountingJens Axboe1-2/+3
2017-08-04nfit, libnvdimm, region: export 'position' in mapping infoDan Williams2-2/+5
2017-07-25libnvdimm: Stop using HPAGE_SIZEOliver O'Halloran2-4/+12
2017-07-17libnvdimm: fix badblock range handling of ARS rangeToshi Kani1-3/+4
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-24/+8
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds18-139/+815
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams11-45/+107
2017-07-03libnvdimm, namespace: record 'lbasize' for pmem namespacesDan Williams1-0/+1
2017-07-03block: guard bvec iteration logicDmitry Monakhov2-2/+4
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2-22/+4
2017-07-01libnvdimm: passthru functions clear to sendJerry Hoemann1-1/+3
2017-07-01libnvdimm, btt: convert some info messages to warn/errVishal Verma1-4/+4