aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+12
2024-02-22nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-10/+12
2024-02-22nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers1-2/+1
2024-02-19pmem: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+6
2024-02-19btt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2-7/+7
2024-02-12nvdimm: make nvdimm_bus_type constRicardo B. Marliere1-1/+1
2024-02-12libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM helpPeter Robinson1-1/+1
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+32
2024-01-12Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-28/+41
2024-01-10virtio_pmem: support feature SHMEM_REGIONChangyuan Lyu1-4/+32
2024-01-03nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap1-1/+11
2024-01-03nvdimm/dimm_devs: fix kernel-doc for function paramsRandy Dunlap1-2/+11
2024-01-03nvdimm/btt: fix btt_blk_cleanup() kernel-docRandy Dunlap1-1/+1
2024-01-03nvdimm-btt: simplify code with the scope based resource managementDinghao Liu1-9/+4
2024-01-03nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET6-15/+14
2023-12-01nvdimm/btt: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18libnvdimm: remove kernel-doc warnings:Zhu Wang1-2/+2
2023-09-27libnvdimm: Annotate struct nd_region with __counted_byKees Cook2-2/+2
2023-09-27nd_btt: Make BTT lanes preemptibleTomas Glozar1-4/+4
2023-09-27libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v...Chen Ni1-1/+7
2023-08-30Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-15/+26
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V1-1/+1
2023-08-17nvdimm: Fix dereference after free in register_nvdimm_pmu()Konstantin Meskhidze1-1/+1
2023-08-17nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu()Konstantin Meskhidze1-0/+1
2023-08-11nvdimm/pfn_dev: Avoid unnecessary endian conversionAneesh Kumar K.V1-4/+2
2023-08-11nvdimm/pfn_dev: Prevent the creation of zero-sized namespacesAneesh Kumar K.V1-3/+11
2023-07-19nvdimm: Explicitly include correct DT includesRob Herring1-2/+2
2023-07-19virtio_pmem: add the missing REQ_OP_WRITE for flush bioHou Tao1-1/+2
2023-07-19nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET3-4/+7
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+1
2023-06-23nvdimm: make security_show staticBen Dooks1-1/+1
2023-06-23nvdimm: make nd_class variable staticBen Dooks1-1/+1
2023-06-07libnvdimm: mark 'security_show' static againArnd Bergmann1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+9
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-4/+21
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-13/+13
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-38/+2
2023-02-15virtio_pmem: populate numa informationMichael Sammler1-2/+9
2023-02-13cxl/pmem: Fix nvdimm registration racesDan Williams3-4/+21
2023-02-02block: remove ->rw_pageChristoph Hellwig2-38/+2
2023-01-28nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZEDan Williams3-16/+47
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman6-13/+13
2022-12-02nvdimm/region: Move cache management to the region driverDan Williams3-1/+66
2022-12-01libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagDave Jiang3-1/+24
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang1-7/+26
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+13
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2022-10-03libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZEAlexander Potapenko2-2/+2
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams6-23/+59
2022-09-29libnvdimm/region: Allow setting align attribute on regions without mappingsTyler Hicks1-5/+3
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams4-15/+53
2022-09-20nvdimm/namespace: Fix comment typoJason Wang1-1/+1
2022-09-20nvdimm: make __nvdimm_security_overwrite_query staticJiapeng Chong1-1/+1
2022-09-20nvdimm/region: Fix kernel-docJiapeng Chong1-1/+1
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+8
2022-08-11virtio_pmem: set device ready in probe()Jason Wang1-0/+7
2022-08-11virtio_pmem: initialize provider_data through nd_region_descJason Wang1-1/+1
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-7/+21
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+7
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams1-7/+21
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+17
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko1-2/+0
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko1-9/+4
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko1-6/+3
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche2-2/+2
2022-07-12pmem: fix a name collisionJane Chu1-3/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig2-4/+4
2022-06-24nvdimm: Fix badblocks clear off-by-one errorChris Ye1-2/+2
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds11-162/+103
2022-05-16pmem: implement pmem_recovery_write()Jane Chu1-8/+79
2022-05-16pmem: refactor pmem_clear_poison()Jane Chu1-25/+48
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+7
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2-4/+9
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-23/+7
2022-04-28nvdimm: Allow overwrite in the presence of disabled dimmsDan Williams1-5/+0
2022-04-28nvdimm: Fix firmware activation deadlock scenariosDan Williams1-9/+0
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams10-138/+66
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams8-15/+37
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-1566/+416
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+1
2022-03-23drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain2-1/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams9-507/+59
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams5-561/+13
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams1-143/+9
2022-03-11nvdimm/blk: Delete the block-aperture window driverDan Williams3-359/+4
2022-03-11nvdimm/region: Fix default alignment for small regionsDan Williams1-0/+3
2022-03-09drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain2-0/+329
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig1-6/+4
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig1-4/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-08cxl: Prove CXL lockingDan Williams1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+3
2022-02-02block: remove genhd.hChristoph Hellwig5-5/+0
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-18/+2
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-4/+3
2021-12-18uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig1-3/+1
2021-12-04dax: remove dax_capableChristoph Hellwig1-1/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-2/+8
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1
2021-11-10Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+43
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+44
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds9-164/+421
2021-11-04nvdimm/pmem: use add_disk() error handlingLuis Chamberlain1-1/+7
2021-11-04nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain1-4/+9
2021-11-04nvdimm/blk: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-11-04nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain1-5/+12
2021-11-04nvdimm/btt: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-11-04nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain1-6/+10
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+6
2021-10-25nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig1-31/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig3-8/+5
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-09-27nvdimm/pmem: fix creating the dax groupChristoph Hellwig1-4/+1
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig1-0/+43
2021-09-21libnvdimm/labels: Introduce CXL labelsDan Williams3-50/+241
2021-09-21libnvdimm/label: Define CXL region labelsDan Williams1-0/+32
2021-09-21libnvdimm/labels: Fix kernel-doc for label.hDan Williams1-2/+8
2021-09-21libnvdimm/labels: Introduce the concept of multi-range namespace labelsDan Williams2-0/+14
2021-09-21libnvdimm/label: Add a helper for nlabel validationDan Williams2-3/+9
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams8-114/+122
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds4-164/+356
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-24libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang1-2/+2
2021-08-24libnvdimm/labels: Add claim class helpersDan Williams4-19/+28
2021-08-24libnvdimm/labels: Add type-guid helpersDan Williams3-19/+28
2021-08-24libnvdimm/labels: Add blk special cases for nlabel and position helpersDan Williams1-17/+29
2021-08-24libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams3-9/+34
2021-08-24libnvdimm/labels: Add a checksum calculation helperDan Williams1-33/+35
2021-08-24libnvdimm/labels: Introduce label setter helpersDan Williams3-33/+99
2021-08-24libnvdimm/labels: Add isetcookie validation helperDan Williams2-5/+10
2021-08-24libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams3-46/+110
2021-08-11libnvdimm/region: Fix label activation vs errorsDan Williams1-6/+11
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-07-04Merge tag 'cxl-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2-23/+59
2021-06-15libnvdimm: Drop unused device power management supportDan Williams1-8/+37
2021-06-15libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()Dan Williams2-15/+22
2021-06-09libnvdimm/pmem: Fix blk_cleanup_disk() usageDan Williams1-3/+3
2021-06-01nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-1/+0
2021-06-01nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-10/+5
2021-06-01nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-19/+7
2021-06-01nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-20/+6
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig3-3/+0
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2-0/+2
2021-04-09libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNCVaibhav Jain1-2/+7
2021-04-08libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams3-12/+46
2021-02-24Merge tag 'libnvdimm-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+9
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+6
2021-02-16libnvdimm: Make remove callback return voidUwe Kleine-König5-19/+9
2021-02-16libnvdimm/dimm: Simplify nvdimm_remove()Uwe Kleine-König1-3/+0
2021-02-01libnvdimm/dimm: Avoid race between probe and available_slots_show()Dan Williams1-3/+15
2021-01-28libnvdimm/namespace: Fix visibility of namespace resource attributeDan Williams1-5/+5
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig3-6/+6
2021-01-11libnvdimm/pmem: Remove unused headerJianpeng Ma1-1/+0
2020-12-16libnvdimm/label: Return -ENXIO for no slot in __blk_label_updateZhang Qilong1-1/+3
2020-12-15libnvdimm: Cleanup include of badblocks.hEnrico Weigelt3-2/+3
2020-11-20libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labelsDan Williams1-0/+9
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams2-0/+2
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams6-46/+55
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-16/+7
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-4/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2-3/+0
2020-09-02nvdimm: simplify revalidate_disk handlingChristoph Hellwig5-13/+7
2020-08-17libnvdimm: KASAN: global-out-of-bounds Read in internal_create_groupZqiang1-0/+1
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)2-7/+3
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-10/+298
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-4/+5
2020-08-05virtio_pmem: convert to LE accessorsMichael S. Tsirkin1-2/+2
2020-08-03libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attrJane Chu1-3/+8
2020-08-03libnvdimm/security: the 'security' attr never show 'overwrite' stateJane Chu1-2/+2
2020-08-03libnvdimm/security: fix a typoJane Chu1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+9
2020-07-28ACPI: NFIT: Add runtime firmware activate supportDan Williams1-1/+3
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams3-0/+265
2020-07-28libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams3-3/+3
2020-07-25libnvdimm: Validate command family indicesDan Williams1-0/+16
2020-07-16powerpc/pmem: Initialize pmem device on newer hardwareAneesh Kumar K.V1-0/+1
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V1-4/+4
2020-07-08libnvdimm/security: Fix key lookup permissionsDan Williams1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-6/+9
2020-06-17nvdimm/region: always show the 'align' attributeVishal Verma1-12/+2
2020-06-13Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+6
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-1/+2
2020-05-27nvdimm: use bio_{start,end}_io_acctChristoph Hellwig4-25/+12
2020-05-13nvdimm/pmem: stop using ->queuedataChristoph Hellwig1-3/+3
2020-05-13nvdimm/btt: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13nvdimm/blk: stop using ->queuedataChristoph Hellwig1-3/+2
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-103/+342
2020-04-02Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams4-42/+69