aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2018-03-02libnvdimm: re-enable deep flush for pmem devices via fsync()Gravatar Dave Jiang 1-2/+1
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextGravatar Ross Zwisler 2-1/+16
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextGravatar Ross Zwisler 6-74/+268
2018-02-03libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Gravatar Colin Ian King 1-1/+1
2018-02-01libnvdimm: expose platform persistence attribute for nd_regionGravatar Dave Jiang 1-0/+13
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossGravatar Dave Jiang 1-1/+3
2018-01-19libnvdimm, btt: fix uninitialized err_lockGravatar Jeff Moyer 1-1/+1
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapGravatar Christoph Hellwig 4-34/+40
2017-12-21libnvdimm, btt: Fix an incompatibility in the log layoutGravatar Vishal Verma 2-35/+211
2017-12-21libnvdimm, btt: add a couple of missing kernel-doc linesGravatar Vishal Verma 1-0/+2
2017-12-19libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentGravatar Dan Williams 1-3/+12
2017-12-19libnvdimm, pfn: fix start_pad handling for aligned namespacesGravatar Dan Williams 1-2/+3
2017-12-04nfit, libnvdimm: deprecate the generic SMART ioctlGravatar Dan Williams 1-3/+0
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-283/+351
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOGravatar Minchan Kim 2-0/+5
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-02libnvdimm, badrange: remove a WARN for list_emptyGravatar Vishal Verma 1-1/+0
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileGravatar Dave Jiang 6-277/+311
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-12treewide: Fix typos in KconfigGravatar Masanari Iida 1-1/+1
2017-10-07libnvdimm, namespace: make a couple of functions staticGravatar Colin Ian King 1-2/+2
2017-10-07libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusGravatar Dan Williams 1-0/+12
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsGravatar Dan Williams 1-0/+2
2017-09-28libnvdimm, namespace: fix label initialization to use valid seq numbersGravatar Dan Williams 1-1/+1
2017-09-28libnvdimm, pfn: make 'resource' attribute only readable by rootGravatar Dan Williams 1-0/+8
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootGravatar Dan Williams 1-1/+1
2017-09-28libnvdimm, region : make 'resource' attribute only readable by rootGravatar Dan Williams 1-2/+6
2017-09-28libnvdimm, dimm: clear 'locked' status on successful DIMM enableGravatar Dan Williams 3-0/+9
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