aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2022-09-24Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams4-15/+53
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-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-162/+354
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
2020-04-02Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams1-14/+4
2020-04-02Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams1-2/+4
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-2/+2
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+11
2020-04-02pmem: Add functions for reading/writing page to/from pmemVivek Goyal1-36/+50
2020-03-31libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V1-1/+3
2020-03-31libnvdimm/region: Fix build errorYueHaibing1-5/+3
2020-03-30libnvdimm/region: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-30libnvdimm/label: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-27block: simplify queue allocationChristoph Hellwig3-6/+3
2020-03-17libnvdimm/region: Introduce an 'align' attributeDan Williams4-26/+192
2020-03-17libnvdimm/region: Introduce NDD_LABELINGDan Williams5-12/+13
2020-03-17libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams3-3/+58
2020-03-17libnvdimm/pfn: Prevent raw mode fallback if pfn-infoblock validDan Williams1-4/+4
2020-02-28libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter1-2/+4
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-1/+1
2020-02-18libnvdimm/e820: Retrieve and populate correct 'target_node' infoDan Williams1-14/+4
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams1-6/+0
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-306/+364
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2019-11-19libnvdimm: Export the target_node attribute for regions and namespacesDan Williams1-0/+29
2019-11-19libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams3-22/+7
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams5-16/+14
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams1-18/+18
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams1-2/+2
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams3-14/+2
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams3-2/+3
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams6-10/+22
2019-11-17libnvdimm: Move region attribute group definitionDan Williams1-104/+104
2019-11-17libnvdimm: Move attribute groups to device typeDan Williams5-76/+73
2019-11-17libnvdimm: Remove prototypes for nonexistent functionsAlastair D'Silva1-4/+0
2019-11-17libnvdimm/btt: fix variable 'rc' set but not usedQian Cai1-4/+4
2019-11-17libnvdimm/pmem: Delete include of nd-core.hDan Williams1-1/+0
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V7-34/+81
2019-11-14libnvdimm/pfn_dev: Don't clear device memmap area during generic namespace probeAneesh Kumar K.V1-1/+7
2019-11-14libnvdimm/namsepace: Don't set claim_class on errorIra Weiny1-10/+10
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams4-11/+5
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-2/+2
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-38/+77
2019-09-24libnvdimm/region: Enable MAP_SYNC for volatile regionsAneesh Kumar K.V1-0/+3
2019-09-24libnvdimm: prevent nvdimm from requesting key when security is disabledDave Jiang1-0/+4
2019-09-24libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V3-5/+5
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-0/+2
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2-7/+8
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2-26/+55
2019-09-21Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-297/+303
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-0/+16
2019-09-07libnvdimm: Enable unit test infrastructure compile checksDan Williams2-0/+16
2019-09-05libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V2-7/+7
2019-09-05libnvdimm/label: Remove the dpa align checkAneesh Kumar K.V1-5/+0
2019-09-05libnvdimm/pfn_dev: Add page size and struct page size to pfn superblockAneesh Kumar K.V2-2/+28
2019-09-05libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ...Aneesh Kumar K.V2-1/+13
2019-09-05libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V2-5/+27
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams4-71/+41
2019-08-29libnvdimm/security: Consolidate 'security' operationsDan Williams3-114/+90
2019-08-29libnvdimm/security: Tighten scope of nvdimm->busy vs security operationsDan Williams2-27/+16
2019-08-29libnvdimm/security: Introduce a 'frozen' attributeDan Williams4-82/+99
2019-08-29libnvdimm, region: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+3