summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-18/+2
* | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-4/+3
* | uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-3/+1
* | dax: remove dax_capableChristoph Hellwig2021-12-041-1/+0
* | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-2/+8
* | dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-1/+1
|/
* Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-101-0/+43
|\
| * nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-0/+43
* | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-093-19/+44
|\ \
| * | nvdimm/pmem: use add_disk() error handlingLuis Chamberlain2021-11-041-1/+7
| * | nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assignedLuis Chamberlain2021-11-041-4/+9
| * | nvdimm/blk: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+3
| * | nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain2021-11-041-5/+12
| * | nvdimm/btt: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+3
| * | nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain2021-11-041-6/+10
| * | nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain2021-11-031-1/+0
* | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-089-164/+421
|\ \ \
| * | | libnvdimm/labels: Introduce CXL labelsDan Williams2021-09-213-50/+241
| * | | libnvdimm/label: Define CXL region labelsDan Williams2021-09-211-0/+32
| * | | libnvdimm/labels: Fix kernel-doc for label.hDan Williams2021-09-211-2/+8
| * | | libnvdimm/labels: Introduce the concept of multi-range namespace labelsDan Williams2021-09-212-0/+14
| * | | libnvdimm/label: Add a helper for nlabel validationDan Williams2021-09-212-3/+9
| * | | libnvdimm/labels: Add uuid helpersDan Williams2021-09-218-114/+122
| | |/ | |/|
* | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-014-8/+6
|\ \ \ | | |/ | |/|
| * | block: switch polling to be bio basedChristoph Hellwig2021-10-183-8/+5
| * | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* | | nvdimm/pmem: stop using q_usage_count as external pgmap refcountChristoph Hellwig2021-10-251-31/+2
|/ /
* / nvdimm/pmem: fix creating the dax groupChristoph Hellwig2021-09-271-4/+1
|/
* Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-09-094-164/+356
|\
| * libnvdimm/labels: Add claim class helpersDan Williams2021-08-244-19/+28
| * libnvdimm/labels: Add type-guid helpersDan Williams2021-08-243-19/+28
| * libnvdimm/labels: Add blk special cases for nlabel and position helpersDan Williams2021-08-241-17/+29
| * libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams2021-08-243-9/+34
| * libnvdimm/labels: Add a checksum calculation helperDan Williams2021-08-241-33/+35
| * libnvdimm/labels: Introduce label setter helpersDan Williams2021-08-243-33/+99
| * libnvdimm/labels: Add isetcookie validation helperDan Williams2021-08-242-5/+10
| * libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams2021-08-243-46/+110
* | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-2/+2
|\ \
| * | libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang2021-08-241-2/+2
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\ \ \ | |/ / |/| |
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
| |/
* / libnvdimm/region: Fix label activation vs errorsDan Williams2021-08-111-6/+11
|/
* Merge tag 'cxl-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-07-042-23/+59
|\
| * libnvdimm: Drop unused device power management supportDan Williams2021-06-151-8/+37
| * libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()Dan Williams2021-06-152-15/+22
* | libnvdimm/pmem: Fix blk_cleanup_disk() usageDan Williams2021-06-091-3/+3
* | nvme-multipath: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-1/+0
* | nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-10/+5