summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)AuthorFilesLines
2022-04-08nvdimm/region: Fix default alignment for small regionsDan Williams1-0/+3
2021-11-18nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain1-4/+9
2021-11-18nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-10-26nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig1-31/+2
2021-09-27nvdimm/pmem: fix creating the dax groupChristoph Hellwig1-4/+1
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-25libnvdimm/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-16libnvdimm: Drop unused device power management supportDan Williams1-8/+37
2021-06-16libnvdimm: 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-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2-0/+2
2021-04-10libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNCVaibhav Jain1-2/+7
2021-04-09libnvdimm: 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-17libnvdimm: Make remove callback return voidUwe Kleine-König5-19/+9
2021-02-17libnvdimm/dimm: Simplify nvdimm_remove()Uwe Kleine-König1-3/+0
2021-02-02libnvdimm/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-25block: store a block_device pointer in struct bioChristoph Hellwig3-6/+6
2021-01-11libnvdimm/pmem: Remove unused headerJianpeng Ma1-1/+0
2020-12-17libnvdimm/label: Return -ENXIO for no slot in __blk_label_updateZhang Qilong1-1/+3
2020-12-16libnvdimm: 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-14mm/memremap_pages: support multiple ranges per invocationDan Williams2-0/+2
2020-10-14mm/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